Interface PartitionedUpdateActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PartitionedUpdateAction, PartitionedUpdateAction.Builder

public interface PartitionedUpdateActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasOptions

      boolean hasOptions()
       Options for partitioned update.
       
      optional .google.spanner.executor.v1.PartitionedUpdateAction.ExecutePartitionedUpdateOptions options = 1;
      Returns:
      Whether the options field is set.
    • getOptions

       Options for partitioned update.
       
      optional .google.spanner.executor.v1.PartitionedUpdateAction.ExecutePartitionedUpdateOptions options = 1;
      Returns:
      The options.
    • getOptionsOrBuilder

       Options for partitioned update.
       
      optional .google.spanner.executor.v1.PartitionedUpdateAction.ExecutePartitionedUpdateOptions options = 1;
    • hasUpdate

      boolean hasUpdate()
       Partitioned dml query.
       
      .google.spanner.executor.v1.QueryAction update = 2;
      Returns:
      Whether the update field is set.
    • getUpdate

      QueryAction getUpdate()
       Partitioned dml query.
       
      .google.spanner.executor.v1.QueryAction update = 2;
      Returns:
      The update.
    • getUpdateOrBuilder

      QueryActionOrBuilder getUpdateOrBuilder()
       Partitioned dml query.
       
      .google.spanner.executor.v1.QueryAction update = 2;