Interface MutationAction.InsertArgsOrBuilder (6.66.0)

public static interface MutationAction.InsertArgsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn(int index)

public abstract String getColumn(int index)

The names of the columns to be written.

repeated string column = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The column at the given index.

getColumnBytes(int index)

public abstract ByteString getColumnBytes(int index)

The names of the columns to be written.

repeated string column = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the column at the given index.

getColumnCount()

public abstract int getColumnCount()

The names of the columns to be written.

repeated string column = 1;

Returns
Type Description
int

The count of column.

getColumnList()

public abstract List<String> getColumnList()

The names of the columns to be written.

repeated string column = 1;

Returns
Type Description
List<String>

A list containing the column.

getType(int index)

public abstract Type getType(int index)

Type information for the "values" entries below.

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

Parameter
Name Description
index int
Returns
Type Description
Type

getTypeCount()

public abstract int getTypeCount()

Type information for the "values" entries below.

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

Returns
Type Description
int

getTypeList()

public abstract List<Type> getTypeList()

Type information for the "values" entries below.

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

Returns
Type Description
List<Type>

getTypeOrBuilder(int index)

public abstract TypeOrBuilder getTypeOrBuilder(int index)

Type information for the "values" entries below.

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

Parameter
Name Description
index int
Returns
Type Description
TypeOrBuilder

getTypeOrBuilderList()

public abstract List<? extends TypeOrBuilder> getTypeOrBuilderList()

Type information for the "values" entries below.

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

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

getValues(int index)

public abstract ValueList getValues(int index)

The values to be written.

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

Parameter
Name Description
index int
Returns
Type Description
ValueList

getValuesCount()

public abstract int getValuesCount()

The values to be written.

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

Returns
Type Description
int

getValuesList()

public abstract List<ValueList> getValuesList()

The values to be written.

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

Returns
Type Description
List<ValueList>

getValuesOrBuilder(int index)

public abstract ValueListOrBuilder getValuesOrBuilder(int index)

The values to be written.

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

Parameter
Name Description
index int
Returns
Type Description
ValueListOrBuilder

getValuesOrBuilderList()

public abstract List<? extends ValueListOrBuilder> getValuesOrBuilderList()

The values to be written.

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

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