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

Payload proto for "clouddeploy.googleapis.com/release_render" Platform Log event that describes the render status change.

Attributes

  • message (type: String.t, default: nil) - Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
  • pipelineUid (type: String.t, default: nil) - Unique identifier of the DeliveryPipeline.
  • release (type: String.t, default: nil) - The name of the release. release_uid is not in this log message because we write some of these log messages at release creation time, before we've generated the uid.
  • releaseRenderState (type: String.t, default: nil) - The state of the release render.
  • type (type: String.t, default: nil) - Type of this notification, e.g. for a release render state change event.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.ReleaseRenderEvent{
  message: String.t() | nil,
  pipelineUid: String.t() | nil,
  release: String.t() | nil,
  releaseRenderState: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.