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. |
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. |
Classes
FailureCause
FailureCause(value)
Well-known rendering failures.
TargetRenderState
TargetRenderState(value)
Valid states of the render operation.