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 webpage provides documentation for the `ApproveBuildRequest` class within the Google Cloud Build v1 API for .NET."],["The `ApproveBuildRequest` class is used to manage the approval or rejection of pending builds, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page outlines the available constructors for `ApproveBuildRequest`, including a default constructor and a copy constructor, along with properties such as `ApprovalResult` and `Name` that are essential for interacting with the build approval process."],["A list of different version numbers of the `ApproveBuildRequest` class are present, ranging from the latest, version 2.15.0, down to version 1.0.0, with links to the documentation for each version."]]],[]]