public static interface MutationAction.UpdateArgsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColumn(int index)
public abstract String getColumn(int index)
The columns to be updated. Identical to InsertArgs.column.
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 columns to be updated. Identical to InsertArgs.column.
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 columns to be updated. Identical to InsertArgs.column.
repeated string column = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Type |
getTypeCount()
public abstract int getTypeCount()
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;
Returns | |
---|---|
Type | Description |
int |
getTypeList()
public abstract List<Type> getTypeList()
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TypeOrBuilder |
getTypeOrBuilderList()
public abstract List<? extends TypeOrBuilder> getTypeOrBuilderList()
Type information for "values". Identical to InsertArgs.type.
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 updated. Identical to InsertArgs.values.
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 updated. Identical to InsertArgs.values.
repeated .google.spanner.executor.v1.ValueList values = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.spanner.executor.v1.ValueListOrBuilder> |