Interface MutationAction.UpdateArgsOrBuilder (6.62.0)

public static interface MutationAction.UpdateArgsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn(int index)

public abstract String getColumn(int index)

The columns to be updated. Identical to InsertArgs.column.

repeated string column = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The column at the given index.

getColumnBytes(int index)

public abstract ByteString getColumnBytes(int index)

The columns to be updated. Identical to InsertArgs.column.

repeated string column = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the column at the given index.

getColumnCount()

public abstract int getColumnCount()

The columns to be updated. Identical to InsertArgs.column.

repeated string column = 1;

Returns
TypeDescription
int

The count of column.

getColumnList()

public abstract List<String> getColumnList()

The columns to be updated. Identical to InsertArgs.column.

repeated string column = 1;

Returns
TypeDescription
List<String>

A list containing the column.

getType(int index)

public abstract Type getType(int index)

Type information for "values". Identical to InsertArgs.type.

repeated .google.spanner.v1.Type type = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Type

getTypeCount()

public abstract int getTypeCount()

Type information for "values". Identical to InsertArgs.type.

repeated .google.spanner.v1.Type type = 2;

Returns
TypeDescription
int

getTypeList()

public abstract List<Type> getTypeList()

Type information for "values". Identical to InsertArgs.type.

repeated .google.spanner.v1.Type type = 2;

Returns
TypeDescription
List<Type>

getTypeOrBuilder(int index)

public abstract TypeOrBuilder getTypeOrBuilder(int index)

Type information for "values". Identical to InsertArgs.type.

repeated .google.spanner.v1.Type type = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
TypeOrBuilder

getTypeOrBuilderList()

public abstract List<? extends TypeOrBuilder> getTypeOrBuilderList()

Type information for "values". Identical to InsertArgs.type.

repeated .google.spanner.v1.Type type = 2;

Returns
TypeDescription
List<? extends com.google.spanner.v1.TypeOrBuilder>

getValues(int index)

public abstract ValueList getValues(int index)

The values to be updated. Identical to InsertArgs.values.

repeated .google.spanner.executor.v1.ValueList values = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueList

getValuesCount()

public abstract int getValuesCount()

The values to be updated. Identical to InsertArgs.values.

repeated .google.spanner.executor.v1.ValueList values = 3;

Returns
TypeDescription
int

getValuesList()

public abstract List<ValueList> getValuesList()

The values to be updated. Identical to InsertArgs.values.

repeated .google.spanner.executor.v1.ValueList values = 3;

Returns
TypeDescription
List<ValueList>

getValuesOrBuilder(int index)

public abstract ValueListOrBuilder getValuesOrBuilder(int index)

The values to be updated. Identical to InsertArgs.values.

repeated .google.spanner.executor.v1.ValueList values = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueListOrBuilder

getValuesOrBuilderList()

public abstract List<? extends ValueListOrBuilder> getValuesOrBuilderList()

The values to be updated. Identical to InsertArgs.values.

repeated .google.spanner.executor.v1.ValueList values = 3;

Returns
TypeDescription
List<? extends com.google.spanner.executor.v1.ValueListOrBuilder>