public interface ListInstancesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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()
`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 |
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Instance> getInstancesList()
The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;Instance getInstances(int index)
The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;int getInstancesCount()
The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;InstanceOrBuilder getInstancesOrBuilder(int index)
The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;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;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;Copyright © 2020 Google LLC. All rights reserved.