Class MutationAction.UpdateArgs

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.spanner.executor.v1.MutationAction.UpdateArgs
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MutationAction.UpdateArgsOrBuilder, Serializable
Enclosing class:
MutationAction

public static final class MutationAction.UpdateArgs extends com.google.protobuf.GeneratedMessageV3 implements MutationAction.UpdateArgsOrBuilder
 Arguments to Update.
 
Protobuf type google.spanner.executor.v1.MutationAction.UpdateArgs
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getColumnList

      public com.google.protobuf.ProtocolStringList getColumnList()
       The columns to be updated. Identical to InsertArgs.column.
       
      repeated string column = 1;
      Specified by:
      getColumnList in interface MutationAction.UpdateArgsOrBuilder
      Returns:
      A list containing the column.
    • getColumnCount

      public int getColumnCount()
       The columns to be updated. Identical to InsertArgs.column.
       
      repeated string column = 1;
      Specified by:
      getColumnCount in interface MutationAction.UpdateArgsOrBuilder
      Returns:
      The count of column.
    • getColumn

      public String getColumn(int index)
       The columns to be updated. Identical to InsertArgs.column.
       
      repeated string column = 1;
      Specified by:
      getColumn in interface MutationAction.UpdateArgsOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The column at the given index.
    • getColumnBytes

      public com.google.protobuf.ByteString getColumnBytes(int index)
       The columns to be updated. Identical to InsertArgs.column.
       
      repeated string column = 1;
      Specified by:
      getColumnBytes in interface MutationAction.UpdateArgsOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the column at the given index.
    • getTypeList

      public List<Type> getTypeList()
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
      Specified by:
      getTypeList in interface MutationAction.UpdateArgsOrBuilder
    • getTypeOrBuilderList

      public List<? extends TypeOrBuilder> getTypeOrBuilderList()
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
      Specified by:
      getTypeOrBuilderList in interface MutationAction.UpdateArgsOrBuilder
    • getTypeCount

      public int getTypeCount()
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
      Specified by:
      getTypeCount in interface MutationAction.UpdateArgsOrBuilder
    • getType

      public Type getType(int index)
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
      Specified by:
      getType in interface MutationAction.UpdateArgsOrBuilder
    • getTypeOrBuilder

      public TypeOrBuilder getTypeOrBuilder(int index)
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
      Specified by:
      getTypeOrBuilder in interface MutationAction.UpdateArgsOrBuilder
    • getValuesList

      public List<ValueList> getValuesList()
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;
      Specified by:
      getValuesList in interface MutationAction.UpdateArgsOrBuilder
    • getValuesOrBuilderList

      public List<? extends ValueListOrBuilder> getValuesOrBuilderList()
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;
      Specified by:
      getValuesOrBuilderList in interface MutationAction.UpdateArgsOrBuilder
    • getValuesCount

      public int getValuesCount()
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;
      Specified by:
      getValuesCount in interface MutationAction.UpdateArgsOrBuilder
    • getValues

      public ValueList getValues(int index)
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;
      Specified by:
      getValues in interface MutationAction.UpdateArgsOrBuilder
    • getValuesOrBuilder

      public ValueListOrBuilder getValuesOrBuilder(int index)
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;
      Specified by:
      getValuesOrBuilder in interface MutationAction.UpdateArgsOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MutationAction.UpdateArgs parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MutationAction.UpdateArgs parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MutationAction.UpdateArgs parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public MutationAction.UpdateArgs.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static MutationAction.UpdateArgs.Builder newBuilder()
    • newBuilder

      public static MutationAction.UpdateArgs.Builder newBuilder(MutationAction.UpdateArgs prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected MutationAction.UpdateArgs.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static MutationAction.UpdateArgs getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<MutationAction.UpdateArgs> parser()
    • getParserForType

      public com.google.protobuf.Parser<MutationAction.UpdateArgs> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public MutationAction.UpdateArgs getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder