Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InspectDataSourceRequest
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InspectDataSourceRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/representations.rb
Overview
Request for scheduling a scan of a data subset from a Google Platform data repository.
Instance Attribute Summary collapse
-
#job_config ⇒ Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InspectJobConfig
A configuration for the job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2InspectDataSourceRequest
constructor
A new instance of GooglePrivacyDlpV2beta2InspectDataSourceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2InspectDataSourceRequest
Returns a new instance of GooglePrivacyDlpV2beta2InspectDataSourceRequest
3390 3391 3392 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3390 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job_config ⇒ Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2InspectJobConfig
A configuration for the job.
Corresponds to the JSON property jobConfig
3388 3389 3390 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3388 def job_config @job_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3395 3396 3397 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 3395 def update!(**args) @job_config = args[:job_config] if args.key?(:job_config) end |