generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.9.4 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.9.5

- old
+ new

@@ -104,10 +104,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class IntervalPartitionConfiguration + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Job class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -290,10 +296,16 @@ end include Google::Apis::Core::JsonObjectSupport end + class TablePartitionConfiguration + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class TableReference class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -505,10 +517,18 @@ property :total_bytes_processed, as: 'totalBytesProcessed' property :total_rows, as: 'totalRows' end end + class IntervalPartitionConfiguration + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :expiration_ms, as: 'expirationMs' + property :type, as: 'type' + end + end + class Job # @private class Representation < Google::Apis::Core::JsonRepresentation property :configuration, as: 'configuration', class: Google::Apis::BigqueryV2::JobConfiguration, decorator: Google::Apis::BigqueryV2::JobConfiguration::Representation @@ -814,10 +834,12 @@ property :kind, as: 'kind' property :last_modified_time, as: 'lastModifiedTime' property :location, as: 'location' property :num_bytes, as: 'numBytes' property :num_rows, as: 'numRows' + collection :partition_configurations, as: 'partitionConfigurations', class: Google::Apis::BigqueryV2::TablePartitionConfiguration, decorator: Google::Apis::BigqueryV2::TablePartitionConfiguration::Representation + property :schema, as: 'schema', class: Google::Apis::BigqueryV2::TableSchema, decorator: Google::Apis::BigqueryV2::TableSchema::Representation property :self_link, as: 'selfLink' property :streaming_buffer, as: 'streamingBuffer', class: Google::Apis::BigqueryV2::Streamingbuffer, decorator: Google::Apis::BigqueryV2::Streamingbuffer::Representation @@ -917,9 +939,17 @@ property :kind, as: 'kind' property :table_reference, as: 'tableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation property :type, as: 'type' end + end + end + + class TablePartitionConfiguration + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :interval, as: 'interval', class: Google::Apis::BigqueryV2::IntervalPartitionConfiguration, decorator: Google::Apis::BigqueryV2::IntervalPartitionConfiguration::Representation + end end class TableReference # @private