Interface MutationActionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getMod(int index)
    Mods that contained in this mutation.
    int
    Mods that contained in this mutation.
    Mods that contained in this mutation.
    getModOrBuilder(int index)
    Mods that contained in this mutation.
    Mods that contained in this mutation.

    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

    • getModList

      List<MutationAction.Mod> getModList()
       Mods that contained in this mutation.
       
      repeated .google.spanner.executor.v1.MutationAction.Mod mod = 1;
    • getMod

      MutationAction.Mod getMod(int index)
       Mods that contained in this mutation.
       
      repeated .google.spanner.executor.v1.MutationAction.Mod mod = 1;
    • getModCount

      int getModCount()
       Mods that contained in this mutation.
       
      repeated .google.spanner.executor.v1.MutationAction.Mod mod = 1;
    • getModOrBuilderList

      List<? extends MutationAction.ModOrBuilder> getModOrBuilderList()
       Mods that contained in this mutation.
       
      repeated .google.spanner.executor.v1.MutationAction.Mod mod = 1;
    • getModOrBuilder

      MutationAction.ModOrBuilder getModOrBuilder(int index)
       Mods that contained in this mutation.
       
      repeated .google.spanner.executor.v1.MutationAction.Mod mod = 1;