Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::InspectJobConfig.
Controls what and how to inspect for findings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actions
def actions() -> ::Array<::Google::Cloud::Dlp::V2::Action>
Returns
- (::Array<::Google::Cloud::Dlp::V2::Action>) — Actions to execute at the completion of the job.
#actions=
def actions=(value) -> ::Array<::Google::Cloud::Dlp::V2::Action>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::Action>) — Actions to execute at the completion of the job.
Returns
- (::Array<::Google::Cloud::Dlp::V2::Action>) — Actions to execute at the completion of the job.
#inspect_config
def inspect_config() -> ::Google::Cloud::Dlp::V2::InspectConfig
Returns
- (::Google::Cloud::Dlp::V2::InspectConfig) — How and what to scan for.
#inspect_config=
def inspect_config=(value) -> ::Google::Cloud::Dlp::V2::InspectConfig
Parameter
- value (::Google::Cloud::Dlp::V2::InspectConfig) — How and what to scan for.
Returns
- (::Google::Cloud::Dlp::V2::InspectConfig) — How and what to scan for.
#inspect_template_name
def inspect_template_name() -> ::String
Returns
-
(::String) — 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.
#inspect_template_name=
def inspect_template_name=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.
#storage_config
def storage_config() -> ::Google::Cloud::Dlp::V2::StorageConfig
Returns
- (::Google::Cloud::Dlp::V2::StorageConfig) — The data to scan.
#storage_config=
def storage_config=(value) -> ::Google::Cloud::Dlp::V2::StorageConfig
Parameter
- value (::Google::Cloud::Dlp::V2::StorageConfig) — The data to scan.
Returns
- (::Google::Cloud::Dlp::V2::StorageConfig) — The data to scan.