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 theRelease
render for this Target. -
renderingBuild
(type:String.t
, default:nil
) - Output only. The resource name of the Cloud BuildBuild
object that is used to render the manifest for this target. Format isprojects/{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
Unwrap a decoded JSON object into its complex fields.