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

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TableRow

Returns a new instance of TableRow.



10458
10459
10460
# File 'lib/google/apis/bigquery_v2/classes.rb', line 10458

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



10456
10457
10458
# File 'lib/google/apis/bigquery_v2/classes.rb', line 10456

def f
  @f
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10463
10464
10465
# File 'lib/google/apis/bigquery_v2/classes.rb', line 10463

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