Class Transport (1.6.0)

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

Represents the transport intermediaries created for the trigger to deliver events.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

NameDescription
pubsub google.cloud.eventarc_v1.types.Pubsub
The Pub/Sub topic and subscription used by Eventarc as a transport intermediary. This field is a member of `oneof`_ ``intermediary``.

Inheritance

builtins.object > proto.message.Message > Transport