Class: Google::Cloud::Dlp::V2::DataProfileConfigSnapshot

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Snapshot of the configurations used to generate the profile.

Instance Attribute Summary collapse

Instance Attribute Details

#data_profile_job::Google::Cloud::Dlp::V2::DataProfileJobConfig

Returns A copy of the configuration used to generate this profile.

Returns:



5164
5165
5166
5167
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5164

class DataProfileConfigSnapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#inspect_config::Google::Cloud::Dlp::V2::InspectConfig

Returns A copy of the inspection config used to generate this profile. This is a copy of the inspect_template specified in DataProfileJobConfig.

Returns:



5164
5165
5166
5167
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5164

class DataProfileConfigSnapshot
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end