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, with the current version being 2.7.0."],["The `ApproveBuildRequest` class is used to approve or reject a pending build and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the API, from the latest 2.15.0 down to 1.0.0, allowing developers to access the documentation for each specific version."],["Key properties of the `ApproveBuildRequest` class include `ApprovalResult`, which holds the decision and metadata, and `Name`, which specifies the target build's name in the format of \"projects/{$project_id}/builds/{$build_id}\"."],["The class itself can be instantiated via an empty constructor or by using another `ApproveBuildRequest` instance for the constructor."]]],[]]