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 Type
    Method
    Description
    Batch partition to execute on.
    Batch partition to execute on.
    boolean
    Batch partition to execute on.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;