public interface PartitionResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Partition |
getPartitions(int index)
Partitions created by this request.
|
int |
getPartitionsCount()
Partitions created by this request.
|
java.util.List<Partition> |
getPartitionsList()
Partitions created by this request.
|
PartitionOrBuilder |
getPartitionsOrBuilder(int index)
Partitions created by this request.
|
java.util.List<? extends PartitionOrBuilder> |
getPartitionsOrBuilderList()
Partitions created by this request.
|
Transaction |
getTransaction()
Transaction created by this request.
|
TransactionOrBuilder |
getTransactionOrBuilder()
Transaction created by this request.
|
boolean |
hasTransaction()
Transaction created by this request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<Partition> getPartitionsList()
Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1;Partition getPartitions(int index)
Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1;int getPartitionsCount()
Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1;java.util.List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()
Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1;PartitionOrBuilder getPartitionsOrBuilder(int index)
Partitions created by this request.
repeated .google.spanner.v1.Partition partitions = 1;boolean hasTransaction()
Transaction created by this request.
.google.spanner.v1.Transaction transaction = 2;Transaction getTransaction()
Transaction created by this request.
.google.spanner.v1.Transaction transaction = 2;TransactionOrBuilder getTransactionOrBuilder()
Transaction created by this request.
.google.spanner.v1.Transaction transaction = 2;