Class ListClustersResponse (2.34.0)

ListClustersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for BigtableInstanceAdmin.ListClusters.

Attributes

Name Description
clusters MutableSequence[google.cloud.bigtable_admin_v2.types.Cluster]
The list of requested clusters.
failed_locations MutableSequence[str]
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/
next_page_token str
DEPRECATED: This field is unused and ignored.