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

Payload proto for "clouddeploy.googleapis.com/automation_run" Platform Log event that describes the AutomationRun related events.

Attributes

  • automationId (type: String.t, default: nil) - Identifier of the Automation.
  • automationRun (type: String.t, default: nil) - The name of the AutomationRun.
  • destinationTargetId (type: String.t, default: nil) - ID of the Target to which the AutomationRun is created.
  • message (type: String.t, default: nil) - Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change.
  • pipelineUid (type: String.t, default: nil) - Unique identifier of the DeliveryPipeline.
  • ruleId (type: String.t, default: nil) - Identifier of the Automation rule.
  • 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.AutomationRunEvent{
  automationId: String.t() | nil,
  automationRun: String.t() | nil,
  destinationTargetId: String.t() | nil,
  message: String.t() | nil,
  pipelineUid: String.t() | nil,
  ruleId: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.