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.



591
592
593
# File 'lib/google/apis/dlp_v2/classes.rb', line 591

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


589
590
591
# File 'lib/google/apis/dlp_v2/classes.rb', line 589

def types
  @types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



596
597
598
# File 'lib/google/apis/dlp_v2/classes.rb', line 596

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