Interface ListInstancePartitionsResponseOrBuilder (6.89.0)

publicinterfaceListInstancePartitionsResponseOrBuilderextendsMessageOrBuilder

Methods

getInstancePartitions(int index)

publicabstractInstancePartitiongetInstancePartitions(intindex)

The list of requested instancePartitions.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
InstancePartition

getInstancePartitionsCount()

publicabstractintgetInstancePartitionsCount()

The list of requested instancePartitions.

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

Returns
TypeDescription
int

getInstancePartitionsList()

publicabstractList<InstancePartition>getInstancePartitionsList()

The list of requested instancePartitions.

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

Returns
TypeDescription
List<InstancePartition>

getInstancePartitionsOrBuilder(int index)

publicabstractInstancePartitionOrBuildergetInstancePartitionsOrBuilder(intindex)

The list of requested instancePartitions.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
InstancePartitionOrBuilder

getInstancePartitionsOrBuilderList()

publicabstractList<?extendsInstancePartitionOrBuilder>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()

publicabstractStringgetNextPageToken()

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()

publicabstractByteStringgetNextPageTokenBytes()

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)

publicabstractStringgetUnreachable(intindex)

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)

publicabstractByteStringgetUnreachableBytes(intindex)

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()

publicabstractintgetUnreachableCount()

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()

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