Class JobRunNotificationEvent (1.4.0)

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

Payload proto for "clouddeploy.googleapis.com/jobrun_notification" Platform Log event that describes the failure to send JobRun resource update Pub/Sub notification.

Attributes

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

Inheritance

builtins.object > proto.message.Message > JobRunNotificationEvent