Interface ListClustersResponseOrBuilder (2.14.0)

public interface ListClustersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusters(int index)

public abstract Cluster getClusters(int index)

The list of requested clusters.

repeated .google.bigtable.admin.v2.Cluster clusters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Cluster

getClustersCount()

public abstract int getClustersCount()

The list of requested clusters.

repeated .google.bigtable.admin.v2.Cluster clusters = 1;

Returns
TypeDescription
int

getClustersList()

public abstract List<Cluster> getClustersList()

The list of requested clusters.

repeated .google.bigtable.admin.v2.Cluster clusters = 1;

Returns
TypeDescription
List<Cluster>

getClustersOrBuilder(int index)

public abstract ClusterOrBuilder getClustersOrBuilder(int index)

The list of requested clusters.

repeated .google.bigtable.admin.v2.Cluster clusters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ClusterOrBuilder

getClustersOrBuilderList()

public abstract List<? extends ClusterOrBuilder> getClustersOrBuilderList()

The list of requested clusters.

repeated .google.bigtable.admin.v2.Cluster clusters = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
List<String>

A list containing the failedLocations.

getNextPageToken()

public abstract String getNextPageToken()

DEPRECATED: This field is unused and ignored.

string next_page_token = 3;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

DEPRECATED: This field is unused and ignored.

string next_page_token = 3;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.