Class PublishRequest (2.21.1)

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

Request for the Publish method.

Attributes

NameDescription
topic :noindex: str
Required. The messages in the request will be published on this topic. Format is projects/{project}/topics/{topic}.
messages :noindex: MutableSequence[google.pubsub_v1.types.PubsubMessage]
Required. The messages to publish.