Class NotificationConfig (0.2.1)

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

NotificationConfig defines the mechanisms to notify instance agent.

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

Attribute

NameDescription
pubsub_notification google.cloud.beyondcorp_appconnectors_v1.types.NotificationConfig.CloudPubSubNotificationConfig
Cloud Pub/Sub Configuration to receive notifications. This field is a member of `oneof`_ ``config``.

Inheritance

builtins.object > proto.message.Message > NotificationConfig

Classes

CloudPubSubNotificationConfig

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

The configuration for Pub/Sub messaging for the AppConnector.