Interface ListInstancePartitionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListInstancePartitionsResponse,ListInstancePartitionsResponse.Builder
public interface ListInstancePartitionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstancePartitions(int index) The list of requested instancePartitions.intThe list of requested instancePartitions.The list of requested instancePartitions.getInstancePartitionsOrBuilder(int index) The list of requested instancePartitions.List<? extends InstancePartitionOrBuilder>The list of requested instancePartitions.`next_page_token` can be sent in a subsequent [ListInstancePartitions][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitions] call to fetch more of the matching instance partitions.com.google.protobuf.ByteString`next_page_token` can be sent in a subsequent [ListInstancePartitions][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitions] call to fetch more of the matching instance partitions.getUnreachable(int index) The list of unreachable instances or instance partitions.com.google.protobuf.ByteStringgetUnreachableBytes(int index) The list of unreachable instances or instance partitions.intThe list of unreachable instances or instance partitions.The list of unreachable instances or instance partitions.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInstancePartitionsList
List<InstancePartition> getInstancePartitionsList()The list of requested instancePartitions.
repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1; -
getInstancePartitions
The list of requested instancePartitions.
repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1; -
getInstancePartitionsCount
int getInstancePartitionsCount()The list of requested instancePartitions.
repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1; -
getInstancePartitionsOrBuilderList
List<? extends InstancePartitionOrBuilder> getInstancePartitionsOrBuilderList()The list of requested instancePartitions.
repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1; -
getInstancePartitionsOrBuilder
The list of requested instancePartitions.
repeated .google.spanner.admin.instance.v1.InstancePartition instance_partitions = 1; -
getNextPageToken
String getNextPageToken()`next_page_token` can be sent in a subsequent [ListInstancePartitions][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitions] call to fetch more of the matching instance partitions.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()`next_page_token` can be sent in a subsequent [ListInstancePartitions][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitions] call to fetch more of the matching instance partitions.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
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][google.spanner.admin.instance.v1.ListInstancePartitionsRequest.instance_partition_deadline].
repeated string unreachable = 3;- Returns:
- A list containing the unreachable.
-
getUnreachableCount
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][google.spanner.admin.instance.v1.ListInstancePartitionsRequest.instance_partition_deadline].
repeated string unreachable = 3;- Returns:
- The count of unreachable.
-
getUnreachable
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][google.spanner.admin.instance.v1.ListInstancePartitionsRequest.instance_partition_deadline].
repeated string unreachable = 3;- Parameters:
index- The index of the element to return.- Returns:
- The unreachable at the given index.
-
getUnreachableBytes
com.google.protobuf.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][google.spanner.admin.instance.v1.ListInstancePartitionsRequest.instance_partition_deadline].
repeated string unreachable = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the unreachable at the given index.
-