Class: Google::Apis::BigqueryV2::StandardSqlTableType
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::StandardSqlTableType
- 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
A table type
Instance Attribute Summary collapse
-
#columns ⇒ Array<Google::Apis::BigqueryV2::StandardSqlField>
The columns in this table type Corresponds to the JSON property
columns
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StandardSqlTableType
constructor
A new instance of StandardSqlTableType.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StandardSqlTableType
Returns a new instance of StandardSqlTableType.
9124 9125 9126 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 9124 def initialize(**args) update!(**args) end |
Instance Attribute Details
#columns ⇒ Array<Google::Apis::BigqueryV2::StandardSqlField>
The columns in this table type
Corresponds to the JSON property columns
9122 9123 9124 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 9122 def columns @columns end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9129 9130 9131 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 9129 def update!(**args) @columns = args[:columns] if args.key?(:columns) end |