Package com.google.spanner.executor.v1
Class MutationAction.UpdateArgs
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.spanner.executor.v1.MutationAction.UpdateArgs
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,MutationAction.UpdateArgsOrBuilder,Serializable
- Enclosing class:
- MutationAction
public static final class MutationAction.UpdateArgs
extends com.google.protobuf.GeneratedMessageV3
implements MutationAction.UpdateArgsOrBuilder
Arguments to Update.Protobuf type
google.spanner.executor.v1.MutationAction.UpdateArgs- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classArguments to Update.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 columns to be updated.com.google.protobuf.ByteStringgetColumnBytes(int index) The columns to be updated.intThe columns to be updated.com.google.protobuf.ProtocolStringListThe columns to be updated.static MutationAction.UpdateArgsstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Parser<MutationAction.UpdateArgs>intgetType(int index) Type information for "values".intType information for "values".Type information for "values".getTypeOrBuilder(int index) Type information for "values".List<? extends TypeOrBuilder>Type information for "values".getValues(int index) The values to be updated.intThe values to be updated.The values to be updated.getValuesOrBuilder(int index) The values to be updated.List<? extends ValueListOrBuilder>The values to be updated.inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleannewBuilder(MutationAction.UpdateArgs prototype) protected MutationAction.UpdateArgs.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static MutationAction.UpdateArgsparseDelimitedFrom(InputStream input) static MutationAction.UpdateArgsparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.UpdateArgsparseFrom(byte[] data) static MutationAction.UpdateArgsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.UpdateArgsparseFrom(com.google.protobuf.ByteString data) static MutationAction.UpdateArgsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.UpdateArgsparseFrom(com.google.protobuf.CodedInputStream input) static MutationAction.UpdateArgsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.UpdateArgsparseFrom(InputStream input) static MutationAction.UpdateArgsparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MutationAction.UpdateArgsparseFrom(ByteBuffer data) static MutationAction.UpdateArgsparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<MutationAction.UpdateArgs>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 columns to be updated. Identical to InsertArgs.column.
repeated string column = 1;- Specified by:
getColumnListin interfaceMutationAction.UpdateArgsOrBuilder- Returns:
- A list containing the column.
-
getColumnCount
public int getColumnCount()The columns to be updated. Identical to InsertArgs.column.
repeated string column = 1;- Specified by:
getColumnCountin interfaceMutationAction.UpdateArgsOrBuilder- Returns:
- The count of column.
-
getColumn
The columns to be updated. Identical to InsertArgs.column.
repeated string column = 1;- Specified by:
getColumnin interfaceMutationAction.UpdateArgsOrBuilder- 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 columns to be updated. Identical to InsertArgs.column.
repeated string column = 1;- Specified by:
getColumnBytesin interfaceMutationAction.UpdateArgsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the column at the given index.
-
getTypeList
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypeListin interfaceMutationAction.UpdateArgsOrBuilder
-
getTypeOrBuilderList
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypeOrBuilderListin interfaceMutationAction.UpdateArgsOrBuilder
-
getTypeCount
public int getTypeCount()Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypeCountin interfaceMutationAction.UpdateArgsOrBuilder
-
getType
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypein interfaceMutationAction.UpdateArgsOrBuilder
-
getTypeOrBuilder
Type information for "values". Identical to InsertArgs.type.
repeated .google.spanner.v1.Type type = 2;- Specified by:
getTypeOrBuilderin interfaceMutationAction.UpdateArgsOrBuilder
-
getValuesList
The values to be updated. Identical to InsertArgs.values.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesListin interfaceMutationAction.UpdateArgsOrBuilder
-
getValuesOrBuilderList
The values to be updated. Identical to InsertArgs.values.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesOrBuilderListin interfaceMutationAction.UpdateArgsOrBuilder
-
getValuesCount
public int getValuesCount()The values to be updated. Identical to InsertArgs.values.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesCountin interfaceMutationAction.UpdateArgsOrBuilder
-
getValues
The values to be updated. Identical to InsertArgs.values.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesin interfaceMutationAction.UpdateArgsOrBuilder
-
getValuesOrBuilder
The values to be updated. Identical to InsertArgs.values.
repeated .google.spanner.executor.v1.ValueList values = 3;- Specified by:
getValuesOrBuilderin interfaceMutationAction.UpdateArgsOrBuilder
-
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.UpdateArgs parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MutationAction.UpdateArgs parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MutationAction.UpdateArgs parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MutationAction.UpdateArgs 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.UpdateArgs parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MutationAction.UpdateArgs 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.UpdateArgs parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static MutationAction.UpdateArgs parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static MutationAction.UpdateArgs parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static MutationAction.UpdateArgs 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.UpdateArgs.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
-