Interface MutationAction.UpdateArgsOrBuilder

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

public static interface MutationAction.UpdateArgsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getColumnList

      List<String> getColumnList()
       The columns to be updated. Identical to InsertArgs.column.
       
      repeated string column = 1;
      Returns:
      A list containing the column.
    • getColumnCount

      int getColumnCount()
       The columns to be updated. Identical to InsertArgs.column.
       
      repeated string column = 1;
      Returns:
      The count of column.
    • getColumn

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

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

      List<Type> getTypeList()
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
    • getType

      Type getType(int index)
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
    • getTypeCount

      int getTypeCount()
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
    • getTypeOrBuilderList

      List<? extends TypeOrBuilder> getTypeOrBuilderList()
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
    • getTypeOrBuilder

      TypeOrBuilder getTypeOrBuilder(int index)
       Type information for "values". Identical to InsertArgs.type.
       
      repeated .google.spanner.v1.Type type = 2;
    • getValuesList

      List<ValueList> getValuesList()
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;
    • getValues

      ValueList getValues(int index)
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;
    • getValuesCount

      int getValuesCount()
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;
    • getValuesOrBuilderList

      List<? extends ValueListOrBuilder> getValuesOrBuilderList()
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;
    • getValuesOrBuilder

      ValueListOrBuilder getValuesOrBuilder(int index)
       The values to be updated. Identical to InsertArgs.values.
       
      repeated .google.spanner.executor.v1.ValueList values = 3;