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.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.
-