Interface ListInstancesResponseOrBuilder (6.62.0)

public interface ListInstancesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstances(int index)

public abstract Instance getInstances(int index)

The list of requested instances.

repeated .google.spanner.admin.instance.v1.Instance instances = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance

getInstancesCount()

public abstract int getInstancesCount()

The list of requested instances.

repeated .google.spanner.admin.instance.v1.Instance instances = 1;

Returns
TypeDescription
int

getInstancesList()

public abstract List<Instance> getInstancesList()

The list of requested instances.

repeated .google.spanner.admin.instance.v1.Instance instances = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceOrBuilder

getInstancesOrBuilderList()

public abstract List<? extends InstanceOrBuilder> getInstancesOrBuilderList()

The list of requested instances.

repeated .google.spanner.admin.instance.v1.Instance instances = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.