public interface ListInstancesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstances(int index)
public abstract Instance getInstances(int index)The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;
| Name | Description |
| index | int |
| Type | Description |
| Instance |
getInstancesCount()
public abstract int getInstancesCount()The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;
| Type | Description |
| int |
getInstancesList()
public abstract List<Instance> getInstancesList()The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;
| Type | Description |
| List<Instance> |
getInstancesOrBuilder(int index)
public abstract InstanceOrBuilder getInstancesOrBuilder(int index)The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;
| Name | Description |
| index | int |
| Type | Description |
| InstanceOrBuilder |
getInstancesOrBuilderList()
public abstract List<? extends InstanceOrBuilder> getInstancesOrBuilderList()The list of requested instances.
repeated .google.spanner.admin.instance.v1.Instance instances = 1;
| Type | Description |
| List<? extends com.google.spanner.admin.instance.v1.InstanceOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken() next_page_token can be sent in a subsequent
ListInstances call to fetch more
of the matching instances.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() next_page_token can be sent in a subsequent
ListInstances call to fetch more
of the matching instances.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |