Class: Google::Apis::BigqueryV2::TableSchema
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::TableSchema
- 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
Instance Attribute Summary collapse
-
#fields ⇒ Array<Google::Apis::BigqueryV2::TableFieldSchema>
Describes the fields in a table.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TableSchema
constructor
A new instance of TableSchema.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TableSchema
Returns a new instance of TableSchema.
8152 8153 8154 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8152 def initialize(**args) update!(**args) end |
Instance Attribute Details
#fields ⇒ Array<Google::Apis::BigqueryV2::TableFieldSchema>
Describes the fields in a table.
Corresponds to the JSON property fields
8150 8151 8152 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8150 def fields @fields end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8157 8158 8159 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8157 def update!(**args) @fields = args[:fields] if args.key?(:fields) end |