generated/google/apis/bigtableadmin_v2/representations.rb in google-api-client-0.30.2 vs generated/google/apis/bigtableadmin_v2/representations.rb in google-api-client-0.30.3
- old
+ new
@@ -176,10 +176,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ListLocationsResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ListOperationsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -188,10 +194,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Location
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Modification
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -535,10 +547,19 @@
property :next_page_token, as: 'nextPageToken'
end
end
+ class ListLocationsResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :locations, as: 'locations', class: Google::Apis::BigtableadminV2::Location, decorator: Google::Apis::BigtableadminV2::Location::Representation
+
+ property :next_page_token, as: 'nextPageToken'
+ end
+ end
+
class ListOperationsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
collection :operations, as: 'operations', class: Google::Apis::BigtableadminV2::Operation, decorator: Google::Apis::BigtableadminV2::Operation::Representation
@@ -550,9 +571,20 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
collection :tables, as: 'tables', class: Google::Apis::BigtableadminV2::Table, decorator: Google::Apis::BigtableadminV2::Table::Representation
+ end
+ end
+
+ class Location
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :display_name, as: 'displayName'
+ hash :labels, as: 'labels'
+ property :location_id, as: 'locationId'
+ hash :metadata, as: 'metadata'
+ property :name, as: 'name'
end
end
class Modification
# @private