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

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns A copy of the configuration used to generate this profile. This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will.

Returns:

  • (::Google::Cloud::Dlp::V2::DataProfileJobConfig)

    A copy of the configuration used to generate this profile. This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will.



5458
5459
5460
5461
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5458

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

#discovery_config::Google::Cloud::Dlp::V2::DiscoveryConfig

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

Returns:



5458
5459
5460
5461
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5458

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:



5458
5459
5460
5461
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5458

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

#inspect_template_modified_time::Google::Protobuf::Timestamp

Returns Timestamp when the template was modified.

Returns:



5458
5459
5460
5461
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5458

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

#inspect_template_name::String

Returns Name of the inspection template used to generate this profile.

Returns:

  • (::String)

    Name of the inspection template used to generate this profile



5458
5459
5460
5461
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5458

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