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-03-21 UTC."],[[["This webpage details the `TargetRender` class within the `Google.Cloud.Deploy.V1` namespace, which is used for managing the rendering details for a single target."],["The latest version of the `TargetRender` class is 3.4.0, and this page also provides access to documentation for multiple prior versions, down to version 1.0.0."],["The `TargetRender` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its structure and capabilities."],["The class has two constructors, `TargetRender()` and `TargetRender(Release.Types.TargetRender other)`, to initialize new instances and copy existing ones, respectively."],["Key properties of `TargetRender` include `RenderingBuild` and `RenderingState`, providing information about the Cloud Build resource used and the current state of the rendering operation."]]],[]]