Class PubsubDestination (3.14.0)

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

A Cloud Pubsub destination.

Attribute

NameDescription
topic str
The name of the Cloud Pub/Sub topic to publish to. For example: ``projects/PROJECT_ID/topics/TOPIC_ID``.

Inheritance

builtins.object > proto.message.Message > PubsubDestination