View Source GoogleApi.CloudDeploy.V1.Model.DeliveryPipelineNotificationEvent (google_api_cloud_deploy v0.6.0)

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

Attributes

  • deliveryPipeline (type: String.t, default: nil) - The name of the Delivery Pipeline.
  • message (type: String.t, default: nil) - Debug message for when a notification fails to send.
  • pipelineUid (type: String.t, default: nil) - Unique identifier of the DeliveryPipeline.
  • 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.DeliveryPipelineNotificationEvent{
  deliveryPipeline: String.t() | nil,
  message: String.t() | nil,
  pipelineUid: String.t() | nil,
  type: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.