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

Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::Mutation::Send.

Arguments to send operations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deliver_time

def deliver_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — 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.

#deliver_time=

def deliver_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — 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.
Returns
  • (::Google::Protobuf::Timestamp) — 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.

#key

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

#key=

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

#payload

def payload() -> ::Google::Protobuf::Value
Returns

#payload=

def payload=(value) -> ::Google::Protobuf::Value
Parameter
Returns

#queue

def queue() -> ::String
Returns
  • (::String) — Required. The queue to which the message will be sent.

#queue=

def queue=(value) -> ::String
Parameter
  • value (::String) — Required. The queue to which the message will be sent.
Returns
  • (::String) — Required. The queue to which the message will be sent.