View Source GoogleApi.CloudDeploy.V1.Model.DeployPolicyNotificationEvent (google_api_cloud_deploy v0.12.0)

Payload proto for "clouddeploy.googleapis.com/deploypolicy_notification". Platform Log event that describes the failure to send a pub/sub notification when there is a DeployPolicy status change.

Attributes

  • deployPolicy (type: String.t, default: nil) - The name of the DeployPolicy.
  • deployPolicyUid (type: String.t, default: nil) - Unique identifier of the deploy policy.
  • message (type: String.t, default: nil) - Debug message for when a deploy policy fails to send a pub/sub notification.
  • 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.DeployPolicyNotificationEvent{
  deployPolicy: String.t() | nil,
  deployPolicyUid: String.t() | nil,
  message: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.