Reference documentation and code samples for the Google Cloud Deploy V1 Client class TargetRender.
Details of rendering for a single target.
Generated from protobuf message google.cloud.deploy.v1.Release.TargetRender
Namespace
Google \ Cloud \ Deploy \ V1 \ Release
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ rendering_build
string
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
int
Output only. Current state of the render operation for this Target.
Output only. Metadata related to the Release render for this Target.
↳ failure_cause
int
Output only. Reason this render failed. This will always be unspecified while the render in progress.
↳ failure_message
string
Output only. Additional information about the render failure, if available.
getRenderingBuild
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}.
Returns
Type
Description
string
setRenderingBuild
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}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getRenderingState
Output only. Current state of the render operation for this Target.
Returns
Type
Description
int
setRenderingState
Output only. Current state of the render operation for this Target.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getMetadata
Output only. Metadata related to the Release render for this Target.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Deploy V1 Client - Class TargetRender (2.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0 (latest)](/php/docs/reference/cloud-deploy/latest/V1.Release.TargetRender)\n- [1.5.7](/php/docs/reference/cloud-deploy/1.5.7/V1.Release.TargetRender)\n- [1.4.0](/php/docs/reference/cloud-deploy/1.4.0/V1.Release.TargetRender)\n- [1.3.0](/php/docs/reference/cloud-deploy/1.3.0/V1.Release.TargetRender)\n- [1.2.0](/php/docs/reference/cloud-deploy/1.2.0/V1.Release.TargetRender)\n- [1.1.1](/php/docs/reference/cloud-deploy/1.1.1/V1.Release.TargetRender)\n- [1.0.0](/php/docs/reference/cloud-deploy/1.0.0/V1.Release.TargetRender)\n- [0.19.1](/php/docs/reference/cloud-deploy/0.19.1/V1.Release.TargetRender)\n- [0.18.1](/php/docs/reference/cloud-deploy/0.18.1/V1.Release.TargetRender)\n- [0.17.0](/php/docs/reference/cloud-deploy/0.17.0/V1.Release.TargetRender)\n- [0.16.0](/php/docs/reference/cloud-deploy/0.16.0/V1.Release.TargetRender)\n- [0.15.0](/php/docs/reference/cloud-deploy/0.15.0/V1.Release.TargetRender)\n- [0.14.0](/php/docs/reference/cloud-deploy/0.14.0/V1.Release.TargetRender)\n- [0.13.1](/php/docs/reference/cloud-deploy/0.13.1/V1.Release.TargetRender)\n- [0.12.1](/php/docs/reference/cloud-deploy/0.12.1/V1.Release.TargetRender)\n- [0.11.1](/php/docs/reference/cloud-deploy/0.11.1/V1.Release.TargetRender)\n- [0.10.0](/php/docs/reference/cloud-deploy/0.10.0/V1.Release.TargetRender)\n- [0.9.0](/php/docs/reference/cloud-deploy/0.9.0/V1.Release.TargetRender)\n- [0.8.0](/php/docs/reference/cloud-deploy/0.8.0/V1.Release.TargetRender)\n- [0.7.0](/php/docs/reference/cloud-deploy/0.7.0/V1.Release.TargetRender)\n- [0.6.0](/php/docs/reference/cloud-deploy/0.6.0/V1.Release.TargetRender)\n- [0.5.0](/php/docs/reference/cloud-deploy/0.5.0/V1.Release.TargetRender)\n- [0.4.1](/php/docs/reference/cloud-deploy/0.4.1/V1.Release.TargetRender)\n- [0.3.4](/php/docs/reference/cloud-deploy/0.3.4/V1.Release.TargetRender) \nReference documentation and code samples for the Google Cloud Deploy V1 Client class TargetRender.\n\nDetails of rendering for a single target.\n\nGenerated from protobuf message `google.cloud.deploy.v1.Release.TargetRender`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Deploy \\\\ V1 \\\\ Release\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getRenderingBuild\n\nOutput only. The resource name of the Cloud Build `Build` object that is\nused to render the manifest for this target. Format is\n`projects/{project}/locations/{location}/builds/{build}`.\n\n### setRenderingBuild\n\nOutput only. The resource name of the Cloud Build `Build` object that is\nused to render the manifest for this target. Format is\n`projects/{project}/locations/{location}/builds/{build}`.\n\n### getRenderingState\n\nOutput only. Current state of the render operation for this Target.\n\n### setRenderingState\n\nOutput only. Current state of the render operation for this Target.\n\n### getMetadata\n\nOutput only. Metadata related to the `Release` render for this Target.\n\n### hasMetadata\n\n### clearMetadata\n\n### setMetadata\n\nOutput only. Metadata related to the `Release` render for this Target.\n\n### getFailureCause\n\nOutput only. Reason this render failed. This will always be unspecified\nwhile the render in progress.\n\n### setFailureCause\n\nOutput only. Reason this render failed. This will always be unspecified\nwhile the render in progress.\n\n### getFailureMessage\n\nOutput only. Additional information about the render failure, if\navailable.\n\n### setFailureMessage\n\nOutput only. Additional information about the render failure, if\navailable."]]