Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::Mutation::Ack.
Arguments to ack operations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ignore_not_found
def ignore_not_found() -> ::Boolean
Returns
-
(::Boolean) — By default, an attempt to ack a message that does not exist will fail
with a
NOT_FOUNDerror. Withignore_not_foundset 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.
#ignore_not_found=
def ignore_not_found=(value) -> ::Boolean
Parameter
-
value (::Boolean) — By default, an attempt to ack a message that does not exist will fail
with a
NOT_FOUNDerror. Withignore_not_foundset 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.
Returns
-
(::Boolean) — By default, an attempt to ack a message that does not exist will fail
with a
NOT_FOUNDerror. Withignore_not_foundset 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.
#key
def key() -> ::Google::Protobuf::ListValue
Returns
- (::Google::Protobuf::ListValue) — Required. The primary key of the message to be acked.
#key=
def key=(value) -> ::Google::Protobuf::ListValue
Parameter
- value (::Google::Protobuf::ListValue) — Required. The primary key of the message to be acked.
Returns
- (::Google::Protobuf::ListValue) — Required. The primary key of the message to be acked.
#queue
def queue() -> ::String
Returns
- (::String) — Required. The queue where the message to be acked is stored.
#queue=
def queue=(value) -> ::String
Parameter
- value (::String) — Required. The queue where the message to be acked is stored.
Returns
- (::String) — Required. The queue where the message to be acked is stored.