View Source GoogleApi.CloudDeploy.V1.Model.JobRunNotificationEvent (google_api_cloud_deploy v0.13.0)
Payload proto for "clouddeploy.googleapis.com/jobrun_notification" Platform Log event that describes the failure to send JobRun resource update Pub/Sub notification.
Attributes
-
jobRun(type:String.t, default:nil) - The name of theJobRun. -
message(type:String.t, default:nil) - Debug message for when a notification fails to send. -
pipelineUid(type:String.t, default:nil) - Unique identifier of theDeliveryPipeline. -
release(type:String.t, default:nil) - The name of theRelease. -
releaseUid(type:String.t, default:nil) - Unique identifier of theRelease. -
rollout(type:String.t, default:nil) - The name of theRollout. -
rolloutUid(type:String.t, default:nil) - Unique identifier of theRollout. -
targetId(type:String.t, default:nil) - ID of theTarget. -
type(type:String.t, default:nil) - Type of this notification, e.g. for a Pub/Sub failure.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.JobRunNotificationEvent{ jobRun: String.t() | nil, message: String.t() | nil, pipelineUid: String.t() | nil, release: String.t() | nil, releaseUid: String.t() | nil, rollout: String.t() | nil, rolloutUid: String.t() | nil, targetId: String.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.