Class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableTypes

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#typesArray<String>

A set of BigQuery table types. Corresponds to the JSON property types

Returns:

  • (Array<String>)


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