Class: Google::Bigtable::Admin::V2::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::ListInstancesResponse
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Response message for BigtableInstanceAdmin.ListInstances.
Instance Attribute Summary collapse
-
#failed_locations ⇒ Array<String>
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition.
-
#instances ⇒ Array<Google::Bigtable::Admin::V2::Instance>
The list of requested instances.
-
#next_page_token ⇒ String
Set if not all instances could be returned in a single response.
Instance Attribute Details
#failed_locations ⇒ Array<String>
Returns Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from +instances+, and Instances with at least one Cluster in a failed location may only have partial information returned.
75 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 75 class ListInstancesResponse; end |
#instances ⇒ Array<Google::Bigtable::Admin::V2::Instance>
Returns The list of requested instances.
75 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 75 class ListInstancesResponse; end |
#next_page_token ⇒ String
Returns Set if not all instances could be returned in a single response. Pass this value to +page_token+ in another request to get the next page of results.
75 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 75 class ListInstancesResponse; end |