Class: Google::Apis::BigqueryV2::TableRow

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TableRow

Returns a new instance of TableRow.



2908
2909
2910
# File 'generated/google/apis/bigquery_v2/classes.rb', line 2908

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

Instance Attribute Details

#fArray<Google::Apis::BigqueryV2::TableCell>

Represents a single row in the result set, consisting of one or more fields. Corresponds to the JSON property f



2906
2907
2908
# File 'generated/google/apis/bigquery_v2/classes.rb', line 2906

def f
  @f
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2913
2914
2915
# File 'generated/google/apis/bigquery_v2/classes.rb', line 2913

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