Class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableTypes
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableTypes
- 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
The types of BigQuery tables supported by Cloud DLP.
Instance Attribute Summary collapse
-
#types ⇒ Array<String>
A set of BigQuery table types.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2BigQueryTableTypes
constructor
A new instance of GooglePrivacyDlpV2BigQueryTableTypes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2BigQueryTableTypes
Returns a new instance of GooglePrivacyDlpV2BigQueryTableTypes.
767 768 769 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 767 def initialize(**args) update!(**args) end |
Instance Attribute Details
#types ⇒ Array<String>
A set of BigQuery table types.
Corresponds to the JSON property types
765 766 767 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 765 def types @types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
772 773 774 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 772 def update!(**args) @types = args[:types] if args.key?(:types) end |