generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.19.8 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.20.0
- old
+ new
@@ -844,10 +844,11 @@
property :statement_type, as: 'statementType'
collection :timeline, as: 'timeline', class: Google::Apis::BigqueryV2::QueryTimelineSample, decorator: Google::Apis::BigqueryV2::QueryTimelineSample::Representation
property :total_bytes_billed, :numeric_string => true, as: 'totalBytesBilled'
property :total_bytes_processed, :numeric_string => true, as: 'totalBytesProcessed'
+ property :total_partitions_processed, :numeric_string => true, as: 'totalPartitionsProcessed'
property :total_slot_ms, :numeric_string => true, as: 'totalSlotMs'
collection :undeclared_query_parameters, as: 'undeclaredQueryParameters', class: Google::Apis::BigqueryV2::QueryParameter, decorator: Google::Apis::BigqueryV2::QueryParameter::Representation
end
end
@@ -997,13 +998,13 @@
end
class QueryTimelineSample
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :active_inputs, :numeric_string => true, as: 'activeInputs'
- property :completed_inputs, :numeric_string => true, as: 'completedInputs'
+ property :active_units, :numeric_string => true, as: 'activeUnits'
+ property :completed_units, :numeric_string => true, as: 'completedUnits'
property :elapsed_ms, :numeric_string => true, as: 'elapsedMs'
- property :pending_inputs, :numeric_string => true, as: 'pendingInputs'
+ property :pending_units, :numeric_string => true, as: 'pendingUnits'
property :total_slot_ms, :numeric_string => true, as: 'totalSlotMs'
end
end
class Streamingbuffer