Class PublishRequest (2.2.0)

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

Request for the Publish method.

Attributes

NameDescription
topic str
Required. The messages in the request will be published on this topic. Format is projects/{project}/topics/{topic}.
messages Sequence[.pubsub.PubsubMessage]
Required. The messages to publish.