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, detailing its properties, constructors, and implementation of various interfaces."],["The latest version documented is 2.15.0, with a range of previous versions from 2.14.0 back to 1.0.0 also accessible through links provided on this page."],["The `ApproveBuildRequest` class is designed to handle requests to either approve or reject a pending build, and it includes an `ApprovalResult` property to store the decision and metadata, as well as a `Name` property specifying the target build's name."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with the Google.Protobuf library for message handling."],["The `ApproveBuildRequest` class can be constructed with either a default constructor or by copying from another instance of `ApproveBuildRequest`, which is detailed through the constructors section."]]],[]]