Package com.google.spanner.executor.v1
Interface ExecutePartitionActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutePartitionAction,ExecutePartitionAction.Builder
public interface ExecutePartitionActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBatch partition to execute on.Batch partition to execute on.booleanBatch partition to execute on.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
-
hasPartition
boolean hasPartition()Batch partition to execute on.
.google.spanner.executor.v1.BatchPartition partition = 1;- Returns:
- Whether the partition field is set.
-
getPartition
BatchPartition getPartition()Batch partition to execute on.
.google.spanner.executor.v1.BatchPartition partition = 1;- Returns:
- The partition.
-
getPartitionOrBuilder
BatchPartitionOrBuilder getPartitionOrBuilder()Batch partition to execute on.
.google.spanner.executor.v1.BatchPartition partition = 1;
-