Cloud Spanner V1 API - Class Google::Cloud::Spanner::V1::Mutation::Ack (v1.12.0)

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_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.

#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_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.
Returns
  • (::Boolean) — 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.

#key

def key() -> ::Google::Protobuf::ListValue
Returns

#key=

def key=(value) -> ::Google::Protobuf::ListValue
Parameter
Returns

#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.