public interface ListInstancesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
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 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;
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 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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
Instance |
getInstancesCount()
public abstract int getInstancesCount()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;
Type | Description |
int |
getInstancesList()
public abstract List<Instance> getInstancesList()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;
Type | Description |
List<Instance> |
getInstancesOrBuilder(int index)
public abstract InstanceOrBuilder getInstancesOrBuilder(int index)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;
Name | Description |
index | int |
Type | Description |
InstanceOrBuilder |
getInstancesOrBuilderList()
public abstract List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;
Type | Description |
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;
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. |