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

Payload proto for "clouddeploy.googleapis.com/rollout_update" Platform Log event that describes the rollout update event.

Attributes

  • message (type: String.t, default: nil) - Debug message for when a rollout update event occurs.
  • pipelineUid (type: String.t, default: nil) - Unique identifier of the pipeline.
  • release (type: String.t, default: nil) - The name of the Release.
  • releaseUid (type: String.t, default: nil) - Unique identifier of the release.
  • rollout (type: String.t, default: nil) - The name of the rollout. rollout_uid is not in this log message because we write some of these log messages at rollout creation time, before we've generated the uid.
  • rolloutUpdateType (type: String.t, default: nil) - The type of the rollout update.
  • targetId (type: String.t, default: nil) - ID of the target.
  • type (type: String.t, default: nil) - Type of this notification, e.g. for a rollout update event.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.RolloutUpdateEvent{
  message: String.t() | nil,
  pipelineUid: String.t() | nil,
  release: String.t() | nil,
  releaseUid: String.t() | nil,
  rollout: String.t() | nil,
  rolloutUpdateType: String.t() | nil,
  targetId: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.