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

Details of rendering for a single target.

Attributes

  • failureCause (type: String.t, default: nil) - Output only. Reason this render failed. This will always be unspecified while the render in progress.
  • failureMessage (type: String.t, default: nil) - Output only. Additional information about the render failure, if available.
  • metadata (type: GoogleApi.CloudDeploy.V1.Model.RenderMetadata.t, default: nil) - Output only. Metadata related to the Release render for this Target.
  • renderingBuild (type: String.t, default: nil) - Output only. The resource name of the Cloud Build Build object that is used to render the manifest for this target. Format is projects/{project}/locations/{location}/builds/{build}.
  • renderingState (type: String.t, default: nil) - Output only. Current state of the render operation for this Target.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.TargetRender{
  failureCause: String.t() | nil,
  failureMessage: String.t() | nil,
  metadata: GoogleApi.CloudDeploy.V1.Model.RenderMetadata.t() | nil,
  renderingBuild: String.t() | nil,
  renderingState: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.