Class: Google::Apis::DlpV2::GooglePrivacyDlpV2SaveFindings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb

Overview

If set, the detailed findings will be persisted to the specified OutputStorageConfig. Compatible with: Inspect

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2SaveFindings

Returns a new instance of GooglePrivacyDlpV2SaveFindings



4047
4048
4049
# File 'generated/google/apis/dlp_v2/classes.rb', line 4047

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#output_configGoogle::Apis::DlpV2::GooglePrivacyDlpV2OutputStorageConfig

Cloud repository for storing output. Corresponds to the JSON property outputConfig



4045
4046
4047
# File 'generated/google/apis/dlp_v2/classes.rb', line 4045

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4052
4053
4054
# File 'generated/google/apis/dlp_v2/classes.rb', line 4052

def update!(**args)
  @output_config = args[:output_config] if args.key?(:output_config)
end