public sealed class TargetRender : IMessage<Release.Types.TargetRender>, IEquatable<Release.Types.TargetRender>, IDeepCloneable<Release.Types.TargetRender>, IBufferMessage, IMessage
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-04-09 UTC."],[[["This document outlines the various versions of `TargetRender` within the `Google.Cloud.Deploy.V1` namespace, ranging from the latest version 3.4.0 down to version 1.0.0."],["The `TargetRender` class, part of the `Release.Types` namespace, details the specifics of rendering for a single target and includes implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["Key properties of `TargetRender` include `FailureCause`, which indicates the reason for a render failure, `RenderingBuild`, which provides the Cloud Build resource name used for manifest rendering, and `RenderingState`, which represents the current render operation status for the target."],["The `TargetRender` class has two constructors, one being an empty constructor and the second allowing for the other properties of a TargetRender to be set by passing it another `TargetRender` as a parameter."],["The latest version of the Google.Cloud.Deploy.V1 library in this context is version 3.4.0, and the document provides links to the API documentation for each version, which can be found under their respective version numbers in the list."]]],[]]