Package com.google.spanner.executor.v1
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 Summary
Modifier and TypeMethodDescriptiongetColumn(int index) The columns to be updated.com.google.protobuf.ByteStringgetColumnBytes(int index) The columns to be updated.intThe columns to be updated.The columns to be updated.getType(int index) Type information for "values".intType information for "values".Type information for "values".getTypeOrBuilder(int index) Type information for "values".List<? extends TypeOrBuilder>Type information for "values".getValues(int index) The values to be updated.intThe values to be updated.The values to be updated.getValuesOrBuilder(int index) The values to be updated.List<? extends ValueListOrBuilder>The values to be updated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2; -
getType
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
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2; -
getValuesList
The values to be updated. Identical to InsertArgs.values.
repeated .google.spanner.executor.v1.ValueList values = 3; -
getValues
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
The values to be updated. Identical to InsertArgs.values.
repeated .google.spanner.executor.v1.ValueList values = 3;
-