Class: Google::Apis::BigqueryV2::TableFieldSchema::Categories

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb

Overview

Deprecated.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Categories

Returns a new instance of Categories.



10102
10103
10104
# File 'lib/google/apis/bigquery_v2/classes.rb', line 10102

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#namesArray<String>

Deprecated. Corresponds to the JSON property names

Returns:

  • (Array<String>)


10100
10101
10102
# File 'lib/google/apis/bigquery_v2/classes.rb', line 10100

def names
  @names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10107
10108
10109
# File 'lib/google/apis/bigquery_v2/classes.rb', line 10107

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