Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2SaveFindings
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2SaveFindings
- 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
If set, the detailed findings will be persisted to the specified OutputStorageConfig. Compatible with: Inspect
Instance Attribute Summary collapse
-
#output_config ⇒ Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2OutputStorageConfig
Cloud repository for storing output.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2SaveFindings
constructor
A new instance of GooglePrivacyDlpV2beta2SaveFindings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2SaveFindings
Returns a new instance of GooglePrivacyDlpV2beta2SaveFindings
5365 5366 5367 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5365 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_config ⇒ Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2OutputStorageConfig
Cloud repository for storing output.
Corresponds to the JSON property outputConfig
5363 5364 5365 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5363 def output_config @output_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5370 5371 5372 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5370 def update!(**args) @output_config = args[:output_config] if args.key?(:output_config) end |