Class: Google::Apis::BigqueryV2::TableSchema
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BigqueryV2::TableSchema
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigquery_v2/classes.rb,
 generated/google/apis/bigquery_v2/representations.rb,
 generated/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. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TableSchema
Returns a new instance of TableSchema
| 3446 3447 3448 | # File 'generated/google/apis/bigquery_v2/classes.rb', line 3446 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
| 3444 3445 3446 | # File 'generated/google/apis/bigquery_v2/classes.rb', line 3444 def fields @fields end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3451 3452 3453 | # File 'generated/google/apis/bigquery_v2/classes.rb', line 3451 def update!(**args) @fields = args[:fields] if args.key?(:fields) end |