Class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryTarget
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryTarget
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb
Overview
Target used to match against for Discovery.
Instance Attribute Summary collapse
-
#big_query_target ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryDiscoveryTarget
Target used to match against for Discovery with BigQuery tables Corresponds to the JSON property
bigQueryTarget.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2DiscoveryTarget
constructor
A new instance of GooglePrivacyDlpV2DiscoveryTarget.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2DiscoveryTarget
Returns a new instance of GooglePrivacyDlpV2DiscoveryTarget.
3125 3126 3127 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 3125 def initialize(**args) update!(**args) end |
Instance Attribute Details
#big_query_target ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryDiscoveryTarget
Target used to match against for Discovery with BigQuery tables
Corresponds to the JSON property bigQueryTarget
3123 3124 3125 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 3123 def big_query_target @big_query_target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3130 3131 3132 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 3130 def update!(**args) @big_query_target = args[:big_query_target] if args.key?(:big_query_target) end |