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