generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.28.7 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.29.0
- old
+ new
@@ -320,10 +320,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class LocationMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class MaterializedViewDefinition
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1289,9 +1295,16 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :models, as: 'models', class: Google::Apis::BigqueryV2::Model, decorator: Google::Apis::BigqueryV2::Model::Representation
property :next_page_token, as: 'nextPageToken'
+ end
+ end
+
+ class LocationMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :legacy_location_id, as: 'legacyLocationId'
end
end
class MaterializedViewDefinition
# @private