public interface ListClustersResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusters(int index)
public abstract Cluster getClusters(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
Cluster |
getClustersCount()
public abstract int getClustersCount()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Type | Description |
int |
getClustersList()
public abstract List<Cluster> getClustersList()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Type | Description |
List<Cluster> |
getClustersOrBuilder(int index)
public abstract ClusterOrBuilder getClustersOrBuilder(int index)
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Name | Description |
index | int |
Type | Description |
ClusterOrBuilder |
getClustersOrBuilderList()
public abstract List<? extends ClusterOrBuilder> getClustersOrBuilderList()
The list of requested clusters.
repeated .google.bigtable.admin.v2.Cluster clusters = 1;
Type | Description |
List<? extends com.google.bigtable.admin.v2.ClusterOrBuilder> |
getFailedLocations(int index)
public abstract 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.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The failedLocations at the given index. |
getFailedLocationsBytes(int index)
public abstract 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.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the failedLocations at the given index. |
getFailedLocationsCount()
public abstract 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.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Type | Description |
int | The count of failedLocations. |
getFailedLocationsList()
public abstract List<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.
Values are of the form projects/<project>/locations/<zone_id>
repeated string failed_locations = 2;
Type | Description |
List<String> | A list containing the failedLocations. |
getNextPageToken()
public abstract String getNextPageToken()
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;
Type | Description |
ByteString | The bytes for nextPageToken. |