Reference documentation and code samples for the Cloud Spanner V1 Client class Send.
Arguments to send operations.
Generated from protobuf message google.spanner.v1.Mutation.Send
Namespace
Google \ Cloud \ Spanner \ V1 \ MutationMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ queue
string
Required. The queue to which the message will be sent.
↳ key
↳ deliver_time
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.
↳ payload
getQueue
Required. The queue to which the message will be sent.
string
setQueue
Required. The queue to which the message will be sent.
var
string
$this
getKey
Required. The primary key of the message to be sent.
hasKey
clearKey
setKey
Required. The primary key of the message to be sent.
$this
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.
hasDeliverTime
clearDeliverTime
setDeliverTime
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.
$this
getPayload
The payload of the message.
hasPayload
clearPayload
setPayload
The payload of the message.
$this

