Interface ListInstancesResponseOrBuilder (2.9.0)

public interface ListInstancesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFailedLocations(int index)

public abstract String getFailedLocations(int index)

Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location 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 Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location 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 Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location 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 Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location 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.

getInstances(int index)

public abstract Instance getInstances(int index)

The list of requested instances.

repeated .google.bigtable.admin.v2.Instance instances = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance

getInstancesCount()

public abstract int getInstancesCount()

The list of requested instances.

repeated .google.bigtable.admin.v2.Instance instances = 1;

Returns
TypeDescription
int

getInstancesList()

public abstract List<Instance> getInstancesList()

The list of requested instances.

repeated .google.bigtable.admin.v2.Instance instances = 1;

Returns
TypeDescription
List<Instance>

getInstancesOrBuilder(int index)

public abstract InstanceOrBuilder getInstancesOrBuilder(int index)

The list of requested instances.

repeated .google.bigtable.admin.v2.Instance instances = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceOrBuilder

getInstancesOrBuilderList()

public abstract List<? extends InstanceOrBuilder> getInstancesOrBuilderList()

The list of requested instances.

repeated .google.bigtable.admin.v2.Instance instances = 1;

Returns
TypeDescription
List<? extends com.google.bigtable.admin.v2.InstanceOrBuilder>

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.