Package com.google.spanner.executor.v1
Class MutationAction.InsertArgs
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.spanner.executor.v1.MutationAction.InsertArgs
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,MutationAction.InsertArgsOrBuilder,Serializable
- Enclosing class:
- MutationAction
public static final class MutationAction.InsertArgs
extends com.google.protobuf.GeneratedMessageV3
implements MutationAction.InsertArgsOrBuilder
Arguments to Insert, InsertOrUpdate, and Replace operations.Protobuf type
google.spanner.executor.v1.MutationAction.InsertArgs- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classArguments to Insert, InsertOrUpdate, and Replace operations.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetColumn(int index) The names of the columns to be written.com.google.protobuf.ByteStringgetColumnBytes(int index) The names of the columns to be written.intThe names of the columns to be written.com.google.protobuf.ProtocolStringListThe names of the columns to be written.static MutationAction.InsertArgsstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Parser<MutationAction.InsertArgs>intgetType(int index) Type information for the "values" entries below.intType information for the "values" entries below.Type information for the "values" entries below.getTypeOrBuilder(int index) Type information for the "values" entries below.List<? extends TypeOrBuilder>Type information for the "values" entries below.getValues(int index) The values to be written.intThe values to be written.The values to be written.getValuesOrBuilder(int index) The values to be written.List<? extends ValueListOrBuilder>The values to be written.inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleannewBuilder(MutationAction.InsertArgs prototype) protected MutationAction.InsertArgs.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static MutationAction.InsertArgsparseDelimitedFrom(InputStream input) static MutationAction.InsertArgsparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.InsertArgsparseFrom(byte[] data) static MutationAction.InsertArgsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.InsertArgsparseFrom(com.google.protobuf.ByteString data) static MutationAction.InsertArgsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.InsertArgsparseFrom(com.google.protobuf.CodedInputStream input) static MutationAction.InsertArgsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.InsertArgsparseFrom(InputStream input) static MutationAction.InsertArgsparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.InsertArgsparseFrom(ByteBuffer data) static MutationAction.InsertArgsparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<MutationAction.InsertArgs>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
COLUMN_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER- See Also:
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER- See Also:
-
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getColumnList
public com.google.protobuf.ProtocolStringList getColumnList()The names of the columns to be written.
repeated string column = 1;- Specified by:
getColumnListin interfaceMutationAction.InsertArgsOrBuilder- Returns:
- A list containing the column.
-
getColumnCount
public int getColumnCount()The names of the columns to be written.
repeated string column = 1;- Specified by:
getColumnCountin interfaceMutationAction.InsertArgsOrBuilder- Returns:
- The count of column.
-
getColumn
The names of the columns to be written.
repeated string column = 1;- Specified by:
getColumnin interfaceMutationAction.InsertArgsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The column at the given index.
-
getColumnBytes
public com.google.protobuf.ByteString getColumnBytes(int index) The names of the columns to be written.
repeated string column = 1;- Specified by:
getColumnBytesin interfaceMutationAction.InsertArgsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the column at the given index.
-
getTypeList
Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypeListin interfaceMutationAction.InsertArgsOrBuilder
-
getTypeOrBuilderList
Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypeOrBuilderListin interfaceMutationAction.InsertArgsOrBuilder
-
getTypeCount
public int getTypeCount()Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypeCountin interfaceMutationAction.InsertArgsOrBuilder
-
getType
Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypein interfaceMutationAction.InsertArgsOrBuilder
-
getTypeOrBuilder
Type information for the "values" entries below.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypeOrBuilderin interfaceMutationAction.InsertArgsOrBuilder
-
getValuesList
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesListin interfaceMutationAction.InsertArgsOrBuilder
-
getValuesOrBuilderList
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesOrBuilderListin interfaceMutationAction.InsertArgsOrBuilder
-
getValuesCount
public int getValuesCount()The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesCountin interfaceMutationAction.InsertArgsOrBuilder
-
getValues
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesin interfaceMutationAction.InsertArgsOrBuilder
-
getValuesOrBuilder
The values to be written.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesOrBuilderin interfaceMutationAction.InsertArgsOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static MutationAction.InsertArgs parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MutationAction.InsertArgs parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MutationAction.InsertArgs parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MutationAction.InsertArgs parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MutationAction.InsertArgs parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MutationAction.InsertArgs parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static MutationAction.InsertArgs parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static MutationAction.InsertArgs parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static MutationAction.InsertArgs parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static MutationAction.InsertArgs parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected MutationAction.InsertArgs.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-