Uses of Class
com.google.spanner.admin.instance.v1.ListInstancePartitionsResponse.Builder
-
Uses of ListInstancePartitionsResponse.Builder in com.google.spanner.admin.instance.v1
Methods in com.google.spanner.admin.instance.v1 that return ListInstancePartitionsResponse.BuilderModifier and TypeMethodDescriptionListInstancePartitionsResponse.Builder.addAllInstancePartitions(Iterable<? extends InstancePartition> values) The list of requested instancePartitions.ListInstancePartitionsResponse.Builder.addAllUnreachable(Iterable<String> values) The list of unreachable instances or instance partitions.ListInstancePartitionsResponse.Builder.addInstancePartitions(int index, InstancePartition value) The list of requested instancePartitions.ListInstancePartitionsResponse.Builder.addInstancePartitions(int index, InstancePartition.Builder builderForValue) The list of requested instancePartitions.ListInstancePartitionsResponse.Builder.addInstancePartitions(InstancePartition value) The list of requested instancePartitions.ListInstancePartitionsResponse.Builder.addInstancePartitions(InstancePartition.Builder builderForValue) The list of requested instancePartitions.ListInstancePartitionsResponse.Builder.addUnreachable(String value) The list of unreachable instances or instance partitions.ListInstancePartitionsResponse.Builder.addUnreachableBytes(com.google.protobuf.ByteString value) The list of unreachable instances or instance partitions.ListInstancePartitionsResponse.Builder.clear()ListInstancePartitionsResponse.Builder.clearInstancePartitions()The list of requested instancePartitions.ListInstancePartitionsResponse.Builder.clearNextPageToken()`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.ListInstancePartitionsResponse.Builder.clearUnreachable()The list of unreachable instances or instance partitions.ListInstancePartitionsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListInstancePartitionsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListInstancePartitionsResponse.Builder.mergeFrom(ListInstancePartitionsResponse other) ListInstancePartitionsResponse.newBuilder()ListInstancePartitionsResponse.newBuilder(ListInstancePartitionsResponse prototype) ListInstancePartitionsResponse.newBuilderForType()protected ListInstancePartitionsResponse.BuilderListInstancePartitionsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListInstancePartitionsResponse.Builder.removeInstancePartitions(int index) The list of requested instancePartitions.ListInstancePartitionsResponse.Builder.setInstancePartitions(int index, InstancePartition value) The list of requested instancePartitions.ListInstancePartitionsResponse.Builder.setInstancePartitions(int index, InstancePartition.Builder builderForValue) The list of requested instancePartitions.ListInstancePartitionsResponse.Builder.setNextPageToken(String value) `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.ListInstancePartitionsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) `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.ListInstancePartitionsResponse.Builder.setUnreachable(int index, String value) The list of unreachable instances or instance partitions.ListInstancePartitionsResponse.toBuilder()