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 Google Cloud Build v1 API, specifically in the .NET context."],["The `ApproveBuildRequest` class is used to manage requests for approving or rejecting pending builds within the Google Cloud Build service."],["The latest available version of the documentation is 2.15.0 and this page contains links to previous versions, all the way back to 1.0.0, for the same class."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each serving a unique purpose in its functionality."],["The `ApproveBuildRequest` class includes properties such as `ApprovalResult` for the decision on the build and `Name` for the target build's identifier."]]],[]]