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