Class: Google::Privacy::Dlp::V2beta1::CreateInspectOperationRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::CreateInspectOperationRequest
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Request for scheduling a scan of a data subset from a Google Platform data repository.
Instance Attribute Summary collapse
-
#inspect_config ⇒ Google::Privacy::Dlp::V2beta1::InspectConfig
Configuration for the inspector.
-
#operation_config ⇒ Google::Privacy::Dlp::V2beta1::OperationConfig
Additional configuration settings for long running operations.
-
#output_config ⇒ Google::Privacy::Dlp::V2beta1::OutputStorageConfig
Optional location to store findings.
-
#storage_config ⇒ Google::Privacy::Dlp::V2beta1::StorageConfig
Specification of the data set to process.
Instance Attribute Details
#inspect_config ⇒ Google::Privacy::Dlp::V2beta1::InspectConfig
Returns Configuration for the inspector.
306 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 306 class CreateInspectOperationRequest; end |
#operation_config ⇒ Google::Privacy::Dlp::V2beta1::OperationConfig
Returns Additional configuration settings for long running operations.
306 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 306 class CreateInspectOperationRequest; end |
#output_config ⇒ Google::Privacy::Dlp::V2beta1::OutputStorageConfig
Returns Optional location to store findings.
306 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 306 class CreateInspectOperationRequest; end |
#storage_config ⇒ Google::Privacy::Dlp::V2beta1::StorageConfig
Returns Specification of the data set to process.
306 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 306 class CreateInspectOperationRequest; end |