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.



608
609
610
# File 'lib/google/apis/dlp_v2/classes.rb', line 608

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>)


606
607
608
# File 'lib/google/apis/dlp_v2/classes.rb', line 606

def types
  @types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



613
614
615
# File 'lib/google/apis/dlp_v2/classes.rb', line 613

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