TargetRender(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Details of rendering for a single target.
Attributes |
|
---|---|
Name | Description |
rendering_build |
str
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} .
|
rendering_state |
google.cloud.deploy_v1.types.Release.TargetRender.TargetRenderState
Output only. Current state of the render operation for this Target. |
metadata |
google.cloud.deploy_v1.types.RenderMetadata
Output only. Metadata related to the Release render for
this Target.
|
failure_cause |
google.cloud.deploy_v1.types.Release.TargetRender.FailureCause
Output only. Reason this render failed. This will always be unspecified while the render in progress. |
failure_message |
str
Output only. Additional information about the render failure, if available. |
Classes
FailureCause
FailureCause(value)
Well-known rendering failures.
TargetRenderState
TargetRenderState(value)
Valid states of the render operation.