Package com.google.spanner.executor.v1
Interface MutationAction.InsertArgsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutationAction.InsertArgs,MutationAction.InsertArgs.Builder
- Enclosing class:
- MutationAction
public static interface MutationAction.InsertArgsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumn(int index) The names of the columns to be written.com.google.protobuf.ByteStringgetColumnBytes(int index) The names of the columns to be written.intThe names of the columns to be written.The names of the columns to be written.getType(int index) Type information for the "values" entries below.intType information for the "values" entries below.Type information for the "values" entries below.getTypeOrBuilder(int index) Type information for the "values" entries below.List<? extends TypeOrBuilder>Type information for the "values" entries below.getValues(int index) The values to be written.intThe values to be written.The values to be written.getValuesOrBuilder(int index) The values to be written.List<? extends ValueListOrBuilder>The values to be written.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 names of the columns to be written.
repeated string column = 1;- Returns:
- A list containing the column.
-
getColumnCount
int getColumnCount()The names of the columns to be written.
repeated string column = 1;- Returns:
- The count of column.
-
getColumn
The names of the columns to be written.
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 names of the columns to be written.
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 the "values" entries below.
repeated .google.spanner.v1.Type type = 2; -
getType
Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2; -
getTypeCount
int getTypeCount()Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2; -
getTypeOrBuilderList
List<? extends TypeOrBuilder> getTypeOrBuilderList()Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2; -
getTypeOrBuilder
Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2; -
getValuesList
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3; -
getValues
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3; -
getValuesCount
int getValuesCount()The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3; -
getValuesOrBuilderList
List<? extends ValueListOrBuilder> getValuesOrBuilderList()The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3; -
getValuesOrBuilder
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;
-