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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartitiongetPartitions(int index)Partitions created by this request.intgetPartitionsCount()Partitions created by this request.List<Partition>getPartitionsList()Partitions created by this request.PartitionOrBuildergetPartitionsOrBuilder(int index)Partitions created by this request.List<? extends PartitionOrBuilder>getPartitionsOrBuilderList()Partitions created by this request.TransactiongetTransaction()Transaction created by this request.TransactionOrBuildergetTransactionOrBuilder()Transaction created by this request.booleanhasTransaction()Transaction created by this request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPartitionsList
List<Partition> getPartitionsList()
Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1;
-
getPartitions
Partition getPartitions(int index)
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
PartitionOrBuilder getPartitionsOrBuilder(int index)
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;
-
-