public static final class MutationAction.InsertArgs extends GeneratedMessageV3 implements MutationAction.InsertArgsOrBuilder
Arguments to Insert, InsertOrUpdate, and Replace operations.
Protobuf type google.spanner.executor.v1.MutationAction.InsertArgs
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.InsertArgs getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MutationAction.InsertArgs.Builder newBuilder()
newBuilder(MutationAction.InsertArgs prototype)
public static MutationAction.InsertArgs.Builder newBuilder(MutationAction.InsertArgs prototype)
public static MutationAction.InsertArgs parseDelimitedFrom(InputStream input)
public static MutationAction.InsertArgs parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MutationAction.InsertArgs parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MutationAction.InsertArgs parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MutationAction.InsertArgs parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MutationAction.InsertArgs parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MutationAction.InsertArgs parseFrom(CodedInputStream input)
public static MutationAction.InsertArgs parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MutationAction.InsertArgs parseFrom(InputStream input)
public static MutationAction.InsertArgs parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MutationAction.InsertArgs parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MutationAction.InsertArgs parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MutationAction.InsertArgs> 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 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 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 int getColumnCount()
The names of the columns to be written.
repeated string column = 1;
Returns |
Type |
Description |
int |
The count of column.
|
getColumnList()
public ProtocolStringList getColumnList()
The names of the columns to be written.
repeated string column = 1;
getDefaultInstanceForType()
public MutationAction.InsertArgs getDefaultInstanceForType()
getParserForType()
public Parser<MutationAction.InsertArgs> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getType(int index)
public 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 int getTypeCount()
Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2;
Returns |
Type |
Description |
int |
|
getTypeList()
public List<Type> getTypeList()
Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2;
getTypeOrBuilder(int index)
public TypeOrBuilder getTypeOrBuilder(int index)
Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2;
Parameter |
Name |
Description |
index |
int
|
getTypeOrBuilderList()
public 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 ValueList getValues(int index)
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;
Parameter |
Name |
Description |
index |
int
|
getValuesCount()
public int getValuesCount()
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;
Returns |
Type |
Description |
int |
|
getValuesList()
public List<ValueList> getValuesList()
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;
getValuesOrBuilder(int index)
public ValueListOrBuilder getValuesOrBuilder(int index)
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;
Parameter |
Name |
Description |
index |
int
|
getValuesOrBuilderList()
public 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> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MutationAction.InsertArgs.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MutationAction.InsertArgs.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MutationAction.InsertArgs.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides