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."],[[["This page provides reference documentation for the `ApproveBuildRequest` class within the Cloud Build v1 API for .NET, specifically version 2.13.0."],["The `ApproveBuildRequest` class is used to send requests to approve or reject a pending build within Google Cloud Build."],["It inherits from `object` and implements several interfaces: `IMessage\u003cApproveBuildRequest\u003e`, `IEquatable\u003cApproveBuildRequest\u003e`, `IDeepCloneable\u003cApproveBuildRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class contains two constructors, a default one and another that accepts an `ApproveBuildRequest` object as a parameter."],["It contains the `ApprovalResult` property, which allows for setting the approval decision for the request, and a `Name` property, which is a required field used to specify the build being targeted."]]],[]]