Class Send (3.60.0)

Send(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Arguments to send][google.spanner.v1.Mutation.send] operations.

Attributes

Name Description
queue str
Required. The queue to which the message will be sent.
key google.protobuf.struct_pb2.ListValue
Required. The primary key of the message to be sent.
deliver_time google.protobuf.timestamp_pb2.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 google.protobuf.struct_pb2.Value
The payload of the message.