public interface ListClustersResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Cluster |
getClusters(int index)
The list of requested clusters.
|
int |
getClustersCount()
The list of requested clusters.
|
java.util.List<Cluster> |
getClustersList()
The list of requested clusters.
|
ClusterOrBuilder |
getClustersOrBuilder(int index)
The list of requested clusters.
|
java.util.List<? extends ClusterOrBuilder> |
getClustersOrBuilderList()
The list of requested clusters.
|
java.lang.String |
getFailedLocations(int index)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
|
ByteString |
getFailedLocationsBytes(int index)
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
|
int |
getFailedLocationsCount()
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
|
java.util.List<java.lang.String> |
getFailedLocationsList()
Locations from which Cluster information could not be retrieved,
due to an outage or some other transient condition.
|
java.lang.String |
getNextPageToken()
Set if not all clusters could be returned in a single response.
|
ByteString |
getNextPageTokenBytes()
Set if not all clusters could be returned in a single response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Cluster> getClustersList()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Cluster getClusters(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
int getClustersCount()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
java.util.List<? extends ClusterOrBuilder> getClustersOrBuilderList()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
ClusterOrBuilder getClustersOrBuilder(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
java.util.List<java.lang.String> getFailedLocationsList()
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.
repeated string failed_locations = 2;
int getFailedLocationsCount()
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.
repeated string failed_locations = 2;
java.lang.String getFailedLocations(int index)
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.
repeated string failed_locations = 2;
ByteString getFailedLocationsBytes(int index)
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.
repeated string failed_locations = 2;
java.lang.String getNextPageToken()
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.
string next_page_token = 3;
ByteString getNextPageTokenBytes()
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.
string next_page_token = 3;