generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.10.0 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.10.1
- old
+ new
@@ -313,10 +313,16 @@
class TableList
class Representation < Google::Apis::Core::JsonRepresentation; end
class Table
class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ class View
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
include Google::Apis::Core::JsonObjectSupport
end
include Google::Apis::Core::JsonObjectSupport
@@ -1033,9 +1039,18 @@
property :kind, as: 'kind'
hash :labels, as: 'labels'
property :table_reference, as: 'tableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
property :type, as: 'type'
+ property :view, as: 'view', class: Google::Apis::BigqueryV2::TableList::Table::View, decorator: Google::Apis::BigqueryV2::TableList::Table::View::Representation
+
+ end
+
+ class View
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :use_legacy_sql, as: 'useLegacySql'
+ end
end
end
end
class TableReference