Class ReleaseNotificationEvent (1.4.0)

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

Payload proto for "clouddeploy.googleapis.com/release_notification" Platform Log event that describes the failure to send release status change Pub/Sub notification.

Attributes

NameDescription
message str
Debug message for when a notification fails to send.
release str
The name of the ``Release``.
type_ google.cloud.deploy_v1.types.Type
Type of this notification, e.g. for a Pub/Sub failure.

Inheritance

builtins.object > proto.message.Message > ReleaseNotificationEvent