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}.
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}.
[[["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-08-07 UTC."],[],[],null,["# Interface Release.TargetRenderOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.deploy.v1.Release.TargetRenderOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.Release.TargetRenderOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.Release.TargetRenderOrBuilder) \n\n public static interface Release.TargetRenderOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getFailureCause()\n\n public abstract Release.TargetRender.FailureCause getFailureCause()\n\nOutput only. Reason this render failed. This will always be unspecified\nwhile the render in progress.\n\n`.google.events.cloud.deploy.v1.Release.TargetRender.FailureCause failure_cause = 4;\n`\n\n### getFailureCauseValue()\n\n public abstract int getFailureCauseValue()\n\nOutput only. Reason this render failed. This will always be unspecified\nwhile the render in progress.\n\n`.google.events.cloud.deploy.v1.Release.TargetRender.FailureCause failure_cause = 4;\n`\n\n### getFailureMessage()\n\n public abstract String getFailureMessage()\n\nOutput only. Additional information about the render failure, if\navailable.\n\n`string failure_message = 5;`\n\n### getFailureMessageBytes()\n\n public abstract ByteString getFailureMessageBytes()\n\nOutput only. Additional information about the render failure, if\navailable.\n\n`string failure_message = 5;`\n\n### getMetadata()\n\n public abstract RenderMetadata getMetadata()\n\nOutput only. Metadata related to the `Release` render for this Target.\n\n`.google.events.cloud.deploy.v1.RenderMetadata metadata = 6;`\n\n### getMetadataOrBuilder()\n\n public abstract RenderMetadataOrBuilder getMetadataOrBuilder()\n\nOutput only. Metadata related to the `Release` render for this Target.\n\n`.google.events.cloud.deploy.v1.RenderMetadata metadata = 6;`\n\n### getRenderingBuild()\n\n public abstract String 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`string rendering_build = 1;`\n\n### getRenderingBuildBytes()\n\n public abstract ByteString getRenderingBuildBytes()\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`string rendering_build = 1;`\n\n### getRenderingState()\n\n public abstract Release.TargetRender.TargetRenderState getRenderingState()\n\nOutput only. Current state of the render operation for this Target.\n\n`\n.google.events.cloud.deploy.v1.Release.TargetRender.TargetRenderState rendering_state = 2;\n`\n\n### getRenderingStateValue()\n\n public abstract int getRenderingStateValue()\n\nOutput only. Current state of the render operation for this Target.\n\n`\n.google.events.cloud.deploy.v1.Release.TargetRender.TargetRenderState rendering_state = 2;\n`\n\n### hasMetadata()\n\n public abstract boolean hasMetadata()\n\nOutput only. Metadata related to the `Release` render for this Target.\n\n`.google.events.cloud.deploy.v1.RenderMetadata metadata = 6;`"]]