Interface WriteMutationsActionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The mutation to write.
    The mutation to write.
    boolean
    The mutation to write.

    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

    • hasMutation

      boolean hasMutation()
       The mutation to write.
       
      .google.spanner.executor.v1.MutationAction mutation = 1;
      Returns:
      Whether the mutation field is set.
    • getMutation

      MutationAction getMutation()
       The mutation to write.
       
      .google.spanner.executor.v1.MutationAction mutation = 1;
      Returns:
      The mutation.
    • getMutationOrBuilder

      MutationActionOrBuilder getMutationOrBuilder()
       The mutation to write.
       
      .google.spanner.executor.v1.MutationAction mutation = 1;