Get desktop application:
View/edit binary Protocol Buffers messages
DelayQueue is a special kind of message queue, which lets you postpone the delivery of new messages to consumers. For example, you can invoke this API and tell the message queue "please send this message to the consumers after 5 minutes".
Publish a delay message
DelayMessageRequest is the message to publish
Required. The name of the DelayQueue component
Required. The pubsub topic
Required. The data which will be published to topic.
The content type for the data (optional).
The length of time, in seconds, for which the delivery of this messages is delayed. Default: 0.
The metadata passing to pub components metadata property: - key : the key of the message.
DelayMessageResponse is the response
The message identifier