public interface ListInstancesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFailedLocations(int index)
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
com.google.protobuf.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.
|
List<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.
|
List<Instance> |
getInstancesList()
The list of requested instances.
|
InstanceOrBuilder |
getInstancesOrBuilder(int index)
The list of requested instances.
|
List<? extends InstanceOrBuilder> |
getInstancesOrBuilderList()
The list of requested instances.
|
String |
getNextPageToken()
DEPRECATED: This field is unused and ignored.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
DEPRECATED: This field is unused and ignored.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.String getNextPageToken()
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;com.google.protobuf.ByteString getNextPageTokenBytes()
DEPRECATED: This field is unused and ignored.
string next_page_token = 3;Copyright © 2020 Google LLC. All rights reserved.