Interface ListInstancePartitionsResponseOrBuilder (6.66.0)

public interface ListInstancePartitionsResponseOrBuilder extends MessageOrBuilder

Implements

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
Name Description
index int
Returns
Type Description
InstancePartition

getInstancePartitionsCount()

public abstract int getInstancePartitionsCount()

The list of requested instancePartitions.

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

Returns
Type Description
int

getInstancePartitionsList()

public abstract List<InstancePartition> getInstancePartitionsList()

The list of requested instancePartitions.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
InstancePartitionOrBuilder

getInstancePartitionsOrBuilderList()

public abstract List<? extends InstancePartitionOrBuilder> getInstancePartitionsOrBuilderList()

The list of requested instancePartitions.

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

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public abstract String getUnreachable(int index)

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

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public abstract ByteString getUnreachableBytes(int index)

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

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public abstract int getUnreachableCount()

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

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public abstract List<String> getUnreachableList()

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

repeated string unreachable = 3;

Returns
Type Description
List<String>

A list containing the unreachable.