Get desktop application:
View/edit binary Protocol Buffers messages
The event data when a message is published to a topic.
Used in:
The message that was published.
The resource name of the subscription for which this event was generated. The format of the value is `projects/{project-id}/subscriptions/{subscription-id}`.
The approximate number of times that Pub/Sub has attempted to deliver the associated message to a subscriber. More precisely, this is 1 + (number of NACKs) + (number of ack_deadline exceeds) for this message. Upon the first delivery of a given message, `delivery_attempt` will have a value of 1. The value is calculated at best effort and is approximate. If a DeadLetterPolicy is not set on the subscription, this will be 0.
The CloudEvent raised when a PubSub message is published for a topic.
The data associated with the event.
A message published to a topic.
Used in:
The binary data in the message.
Attributes for this message.
ID of this message, assigned by the server when the message is published. Guaranteed to be unique within the topic.
The time at which the message was published, populated by the server when it receives the `Publish` call.
If non-empty, identifies related messages for which publish order should be respected.