Class PublishRequest (2.15.1)

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 MutableSequence[google.pubsub_v1.types.PubsubMessage]
Required. The messages to publish.