Class: Google::Cloud::Dlp::V2::InspectJobConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InspectJobConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Controls what and how to inspect for findings.
Instance Attribute Summary collapse
-
#actions ⇒ ::Array<::Google::Cloud::Dlp::V2::Action>
Actions to execute at the completion of the job.
-
#inspect_config ⇒ ::Google::Cloud::Dlp::V2::InspectConfig
How and what to scan for.
-
#inspect_template_name ⇒ ::String
If provided, will be used as the default for all values in InspectConfig.
-
#storage_config ⇒ ::Google::Cloud::Dlp::V2::StorageConfig
The data to scan.
Instance Attribute Details
#actions ⇒ ::Array<::Google::Cloud::Dlp::V2::Action>
Returns Actions to execute at the completion of the job.
4048 4049 4050 4051 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4048 class InspectJobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inspect_config ⇒ ::Google::Cloud::Dlp::V2::InspectConfig
Returns How and what to scan for.
4048 4049 4050 4051 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4048 class InspectJobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inspect_template_name ⇒ ::String
Returns If provided, will be used as the default for all values in InspectConfig.
inspect_config
will be merged into the values persisted as part of the
template.
4048 4049 4050 4051 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4048 class InspectJobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_config ⇒ ::Google::Cloud::Dlp::V2::StorageConfig
Returns The data to scan.
4048 4049 4050 4051 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4048 class InspectJobConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |