Interface SpannerAsyncActionRequestOrBuilder

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

public interface SpannerAsyncActionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The actual SpannerAction to perform.
    int
    Action id to uniquely identify this action request.
    The actual SpannerAction to perform.
    boolean
    The actual SpannerAction to perform.

    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

    • getActionId

      int getActionId()
       Action id to uniquely identify this action request.
       
      int32 action_id = 1;
      Returns:
      The actionId.
    • hasAction

      boolean hasAction()
       The actual SpannerAction to perform.
       
      .google.spanner.executor.v1.SpannerAction action = 2;
      Returns:
      Whether the action field is set.
    • getAction

      SpannerAction getAction()
       The actual SpannerAction to perform.
       
      .google.spanner.executor.v1.SpannerAction action = 2;
      Returns:
      The action.
    • getActionOrBuilder

      SpannerActionOrBuilder getActionOrBuilder()
       The actual SpannerAction to perform.
       
      .google.spanner.executor.v1.SpannerAction action = 2;