Send feedback
Class Mutation.Ack (6.107.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class Mutation . Ack extends GeneratedMessageV3 implements Mutation . AckOrBuilder
Arguments to ack operations.
Protobuf type google.spanner.v1.Mutation.Ack
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
IGNORE_NOT_FOUND_FIELD_NUMBER
public static final int IGNORE_NOT_FOUND_FIELD_NUMBER
Field Value
Type
Description
int
KEY_FIELD_NUMBER
public static final int KEY_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 . Ack getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Mutation . Ack . Builder newBuilder ()
newBuilder(Mutation.Ack prototype)
public static Mutation . Ack . Builder newBuilder ( Mutation . Ack prototype )
public static Mutation . Ack parseDelimitedFrom ( InputStream input )
public static Mutation . Ack parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Mutation . Ack parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Mutation . Ack parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Mutation . Ack parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Mutation . Ack parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Mutation . Ack parseFrom ( CodedInputStream input )
public static Mutation . Ack parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Mutation . Ack parseFrom ( InputStream input )
public static Mutation . Ack parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Mutation . Ack parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Mutation . Ack parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Mutation . Ack > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Mutation . Ack getDefaultInstanceForType ()
getIgnoreNotFound()
public boolean getIgnoreNotFound ()
By default, an attempt to ack a message that does not exist will fail
with a NOT_FOUND error. With ignore_not_found set to true, the ack
will succeed even if the message does not exist. This is useful for
unconditionally acking a message, even if it is missing or has already
been acked.
bool ignore_not_found = 3;
Returns
Type
Description
boolean
The ignoreNotFound.
getKey()
public ListValue getKey ()
Required. The primary key of the message to be acked.
.google.protobuf.ListValue key = 2 [(.google.api.field_behavior) = REQUIRED];
getKeyOrBuilder()
public ListValueOrBuilder getKeyOrBuilder ()
Required. The primary key of the message to be acked.
.google.protobuf.ListValue key = 2 [(.google.api.field_behavior) = REQUIRED];
getParserForType()
public Parser<Mutation . Ack > getParserForType ()
Overrides
getQueue()
Required. The queue where the message to be acked is stored.
string queue = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The queue.
getQueueBytes()
public ByteString getQueueBytes ()
Required. The queue where the message to be acked is stored.
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
hasKey()
Required. The primary key of the message to be acked.
.google.protobuf.ListValue key = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the key field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Mutation . Ack . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Mutation . Ack . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Mutation . Ack . 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."],[],[]]