Package com.google.spanner.v1
Interface PartitionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartitionResponse,PartitionResponse.Builder
public interface PartitionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPartitions(int index) Partitions created by this request.intPartitions created by this request.Partitions created by this request.getPartitionsOrBuilder(int index) Partitions created by this request.List<? extends PartitionOrBuilder>Partitions created by this request.Transaction created by this request.Transaction created by this request.booleanTransaction created by this request.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
-
getPartitionsList
Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1; -
getPartitions
Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1; -
getPartitionsCount
int getPartitionsCount()Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1; -
getPartitionsOrBuilderList
List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1; -
getPartitionsOrBuilder
Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1; -
hasTransaction
boolean hasTransaction()Transaction created by this request.
.google.spanner.v1.Transaction transaction = 2;- Returns:
- Whether the transaction field is set.
-
getTransaction
Transaction getTransaction()Transaction created by this request.
.google.spanner.v1.Transaction transaction = 2;- Returns:
- The transaction.
-
getTransactionOrBuilder
TransactionOrBuilder getTransactionOrBuilder()Transaction created by this request.
.google.spanner.v1.Transaction transaction = 2;
-