Class RolloutNotificationEvent (1.3.0)

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

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

Attributes

NameDescription
message str
Debug message for when a notification fails to send.
pipeline_uid str
Unique identifier of the ``DeliveryPipeline``.
release_uid str
Unique identifier of the ``Release``.
rollout str
The name of the ``Rollout``.
type_ google.cloud.deploy_v1.types.Type
Type of this notification, e.g. for a Pub/Sub failure.
target_id str
ID of the ``Target`` that the rollout is deployed to.

Inheritance

builtins.object > proto.message.Message > RolloutNotificationEvent