Class PubsubDestination (3.9.0)

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

A Pub/Sub destination.

Attribute

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

Inheritance

builtins.object > proto.message.Message > PubsubDestination