public static final class MutationAction.UpdateArgs extends GeneratedMessageV3 implements MutationAction.UpdateArgsOrBuilder
Arguments to Update.
Protobuf type google.spanner.executor.v1.MutationAction.UpdateArgs
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
COLUMN_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static MutationAction.UpdateArgs getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MutationAction.UpdateArgs.Builder newBuilder()
newBuilder(MutationAction.UpdateArgs prototype)
public static MutationAction.UpdateArgs.Builder newBuilder(MutationAction.UpdateArgs prototype)
public static MutationAction.UpdateArgs parseDelimitedFrom(InputStream input)
public static MutationAction.UpdateArgs parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MutationAction.UpdateArgs parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MutationAction.UpdateArgs parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MutationAction.UpdateArgs parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MutationAction.UpdateArgs parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MutationAction.UpdateArgs parseFrom(CodedInputStream input)
public static MutationAction.UpdateArgs parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MutationAction.UpdateArgs parseFrom(InputStream input)
public static MutationAction.UpdateArgs parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MutationAction.UpdateArgs parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MutationAction.UpdateArgs parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MutationAction.UpdateArgs> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getColumn(int index)
public 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 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 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 ProtocolStringList getColumnList()
The columns to be updated. Identical to InsertArgs.column.
repeated string column = 1;
getDefaultInstanceForType()
public MutationAction.UpdateArgs getDefaultInstanceForType()
getParserForType()
public Parser<MutationAction.UpdateArgs> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getType(int index)
public 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 int getTypeCount()
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;
Returns |
---|
Type | Description |
int | |
getTypeList()
public List<Type> getTypeList()
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;
getTypeOrBuilder(int index)
public TypeOrBuilder getTypeOrBuilder(int index)
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;
Parameter |
---|
Name | Description |
index | int
|
getTypeOrBuilderList()
public 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 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
|
getValuesCount()
public 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 List<ValueList> getValuesList()
The values to be updated. Identical to InsertArgs.values.
repeated .google.spanner.executor.v1.ValueList values = 3;
getValuesOrBuilder(int index)
public 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
|
getValuesOrBuilderList()
public 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> | |
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MutationAction.UpdateArgs.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MutationAction.UpdateArgs.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public MutationAction.UpdateArgs.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides