Interface ListInstancePartitionsResponseOrBuilder (6.88.0)

public interface ListInstancePartitionsResponseOrBuilder extends MessageOrBuilder

Methods

getInstancePartitions(int index)

public abstract InstancePartition getInstancePartitions(int index)

The list of requested instancePartitions.

repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstancePartition

getInstancePartitionsCount()

public abstract int getInstancePartitionsCount()

The list of requested instancePartitions.

repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1;

Returns
TypeDescription
int

getInstancePartitionsList()

public abstract List<InstancePartition> getInstancePartitionsList()

The list of requested instancePartitions.

repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1;

Returns
TypeDescription
List<InstancePartition>

getInstancePartitionsOrBuilder(int index)

public abstract InstancePartitionOrBuilder getInstancePartitionsOrBuilder(int index)

The list of requested instancePartitions.

repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstancePartitionOrBuilder

getInstancePartitionsOrBuilderList()

public abstract List<? extends InstancePartitionOrBuilder> getInstancePartitionsOrBuilderList()

The list of requested instancePartitions.

repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1;

Returns
TypeDescription
List<? extends com.google.spanner.admin.instance.v1.InstancePartitionOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

next_page_token can be sent in a subsequent ListInstancePartitions call to fetch more of the matching instance partitions.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

next_page_token can be sent in a subsequent ListInstancePartitions call to fetch more of the matching instance partitions.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public abstract String getUnreachable(int index)

The list of unreachable instances or instance partitions. It includes the names of instances or instance partitions whose metadata could not be retrieved within instance_partition_deadline.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unreachable at the given index.

getUnreachableBytes(int index)

public abstract ByteString getUnreachableBytes(int index)

The list of unreachable instances or instance partitions. It includes the names of instances or instance partitions whose metadata could not be retrieved within instance_partition_deadline.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public abstract int getUnreachableCount()

The list of unreachable instances or instance partitions. It includes the names of instances or instance partitions whose metadata could not be retrieved within instance_partition_deadline.

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public abstract List<String> getUnreachableList()

The list of unreachable instances or instance partitions. It includes the names of instances or instance partitions whose metadata could not be retrieved within instance_partition_deadline.

repeated string unreachable = 3;

Returns
TypeDescription
List<String>

A list containing the unreachable.