Send feedback
Class Mutation.Send (6.107.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class Mutation . Send extends GeneratedMessageV3 implements Mutation . SendOrBuilder
Arguments to send operations.
Protobuf type google.spanner.v1.Mutation.Send
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
DELIVER_TIME_FIELD_NUMBER
public static final int DELIVER_TIME_FIELD_NUMBER
Field Value
Type
Description
int
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Field Value
Type
Description
int
PAYLOAD_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
Field Value
Type
Description
int
QUEUE_FIELD_NUMBER
public static final int QUEUE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Mutation . Send getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Mutation . Send . Builder newBuilder ()
newBuilder(Mutation.Send prototype)
public static Mutation . Send . Builder newBuilder ( Mutation . Send prototype )
public static Mutation . Send parseDelimitedFrom ( InputStream input )
public static Mutation . Send parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Mutation . Send parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Mutation . Send parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Mutation . Send parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Mutation . Send parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Mutation . Send parseFrom ( CodedInputStream input )
public static Mutation . Send parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Mutation . Send parseFrom ( InputStream input )
public static Mutation . Send parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Mutation . Send parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Mutation . Send parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Mutation . Send > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Mutation . Send getDefaultInstanceForType ()
getDeliverTime()
public Timestamp getDeliverTime ()
The time at which Spanner will begin attempting to deliver the message.
If deliver_time is not set, Spanner will deliver the message
immediately. If deliver_time is in the past, Spanner will replace it
with a value closer to the current time.
.google.protobuf.Timestamp deliver_time = 3;
Returns
Type
Description
Timestamp
The deliverTime.
getDeliverTimeOrBuilder()
public TimestampOrBuilder getDeliverTimeOrBuilder ()
The time at which Spanner will begin attempting to deliver the message.
If deliver_time is not set, Spanner will deliver the message
immediately. If deliver_time is in the past, Spanner will replace it
with a value closer to the current time.
.google.protobuf.Timestamp deliver_time = 3;
getKey()
public ListValue getKey ()
Required. The primary key of the message to be sent.
.google.protobuf.ListValue key = 2 [(.google.api.field_behavior) = REQUIRED];
getKeyOrBuilder()
public ListValueOrBuilder getKeyOrBuilder ()
Required. The primary key of the message to be sent.
.google.protobuf.ListValue key = 2 [(.google.api.field_behavior) = REQUIRED];
getParserForType()
public Parser<Mutation . Send > getParserForType ()
Overrides
getPayload()
public Value getPayload ()
The payload of the message.
.google.protobuf.Value payload = 4;
Returns
Type
Description
Value
The payload.
getPayloadOrBuilder()
public ValueOrBuilder getPayloadOrBuilder ()
The payload of the message.
.google.protobuf.Value payload = 4;
getQueue()
Required. The queue to which the message will be sent.
string queue = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The queue.
getQueueBytes()
public ByteString getQueueBytes ()
Required. The queue to which the message will be sent.
string queue = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for queue.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasDeliverTime()
public boolean hasDeliverTime ()
The time at which Spanner will begin attempting to deliver the message.
If deliver_time is not set, Spanner will deliver the message
immediately. If deliver_time is in the past, Spanner will replace it
with a value closer to the current time.
.google.protobuf.Timestamp deliver_time = 3;
Returns
Type
Description
boolean
Whether the deliverTime field is set.
hasKey()
Required. The primary key of the message to be sent.
.google.protobuf.ListValue key = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the key field is set.
hasPayload()
public boolean hasPayload ()
The payload of the message.
.google.protobuf.Value payload = 4;
Returns
Type
Description
boolean
Whether the payload field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Mutation . Send . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Mutation . Send . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Mutation . Send . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-21 UTC."],[],[]]