Interface ListInstancesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListInstancesResponse,ListInstancesResponse.Builder
public interface ListInstancesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstances(int index) The list of requested instances.intThe list of requested instances.The list of requested instances.getInstancesOrBuilder(int index) The list of requested instances.List<? extends InstanceOrBuilder>The list of requested instances.`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.com.google.protobuf.ByteString`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.getUnreachable(int index) The list of unreachable instances.com.google.protobuf.ByteStringgetUnreachableBytes(int index) The list of unreachable instances.intThe list of unreachable instances.The list of unreachable instances.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInstancesList
The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1; -
getInstances
The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1; -
getInstancesCount
int getInstancesCount()The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1; -
getInstancesOrBuilderList
List<? extends InstanceOrBuilder> getInstancesOrBuilderList()The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1; -
getInstancesOrBuilder
The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1; -
getNextPageToken
String getNextPageToken()`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()`next_page_token` can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
getUnreachableList
The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within [instance_deadline][google.spanner.admin.instance.v1.ListInstancesRequest.instance_deadline].
repeated string unreachable = 3;- Returns:
- A list containing the unreachable.
-
getUnreachableCount
int getUnreachableCount()The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within [instance_deadline][google.spanner.admin.instance.v1.ListInstancesRequest.instance_deadline].
repeated string unreachable = 3;- Returns:
- The count of unreachable.
-
getUnreachable
The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within [instance_deadline][google.spanner.admin.instance.v1.ListInstancesRequest.instance_deadline].
repeated string unreachable = 3;- Parameters:
index- The index of the element to return.- Returns:
- The unreachable at the given index.
-
getUnreachableBytes
com.google.protobuf.ByteString getUnreachableBytes(int index) The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within [instance_deadline][google.spanner.admin.instance.v1.ListInstancesRequest.instance_deadline].
repeated string unreachable = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the unreachable at the given index.
-