Class: Google::Cloud::Bigtable::Admin::V2::ListClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Response message for BigtableInstanceAdmin.ListClusters.
Instance Attribute Summary collapse
-
#clusters ⇒ ::Array<::Google::Cloud::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
DEPRECATED: This field is unused and ignored.
Instance Attribute Details
#clusters ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::Cluster>
Returns The list of requested clusters.
185 186 187 188 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 185 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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.
Values are of the form projects/<project>/locations/<zone_id>.
185 186 187 188 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 185 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns DEPRECATED: This field is unused and ignored.
185 186 187 188 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 185 class ListClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |