Class: Google::Cloud::Dlp::V2::DataProfileConfigSnapshot
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DataProfileConfigSnapshot
- 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
-
#data_profile_job ⇒ ::Google::Cloud::Dlp::V2::DataProfileJobConfig
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#discovery_config ⇒ ::Google::Cloud::Dlp::V2::DiscoveryConfig
A copy of the configuration used to generate this profile.
-
#inspect_config ⇒ ::Google::Cloud::Dlp::V2::InspectConfig
A copy of the inspection config used to generate this profile.
-
#inspect_template_modified_time ⇒ ::Google::Protobuf::Timestamp
Timestamp when the template was modified.
-
#inspect_template_name ⇒ ::String
Name of the inspection template used to generate this profile.
Instance Attribute Details
#data_profile_job ⇒ ::Google::Cloud::Dlp::V2::DataProfileJobConfig
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.
6353 6354 6355 6356 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6353 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.
6353 6354 6355 6356 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6353 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
.
6353 6354 6355 6356 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6353 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.
6353 6354 6355 6356 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6353 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.
6353 6354 6355 6356 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6353 class DataProfileConfigSnapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |