public sealed class ApproveBuildRequest : IMessage<ApproveBuildRequest>, IEquatable<ApproveBuildRequest>, IDeepCloneable<ApproveBuildRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class ApproveBuildRequest.
[[["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."],[[["The latest version of the `ApproveBuildRequest` class within the Cloud Build v1 API is version 2.15.0, with multiple prior versions available ranging from 1.0.0 to 2.14.0."],["`ApproveBuildRequest` is a class used to manage the process of approving or rejecting a pending build within the Cloud Build system, implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits members from the `object` class, which includes methods like `GetHashCode`, `GetType`, and `ToString`."],["The `ApproveBuildRequest` class features properties like `ApprovalResult`, which handles the approval decision, and `Name`, which is a string field specifying the target build's name."],["You can construct a new `ApproveBuildRequest` either without paramaters or by passing an existing `ApproveBuildRequest` instance in as a parameter."]]],[]]