Class: Google::Apis::BigqueryV2::TableRow
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BigqueryV2::TableRow
 
- 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
- 
  
    
      #f  ⇒ Array<Google::Apis::BigqueryV2::TableCell> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents a single row in the result set, consisting of one or more fields. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TableRow 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TableRow. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TableRow
Returns a new instance of TableRow
| 3427 3428 3429 | # File 'generated/google/apis/bigquery_v2/classes.rb', line 3427 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#f ⇒ Array<Google::Apis::BigqueryV2::TableCell>
Represents a single row in the result set, consisting of one or more fields.
Corresponds to the JSON property f
| 3425 3426 3427 | # File 'generated/google/apis/bigquery_v2/classes.rb', line 3425 def f @f end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3432 3433 3434 | # File 'generated/google/apis/bigquery_v2/classes.rb', line 3432 def update!(**args) @f = args[:f] if args.key?(:f) end |