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."],[[["The latest version available for the `ApproveBuildRequest` class is 2.15.0, with multiple previous versions listed down to 1.0.0."],["`ApproveBuildRequest` is a class used in the Cloud Build v1 API to handle requests for approving or rejecting pending builds."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ApproveBuildRequest` class includes properties for managing the approval result (`ApprovalResult`) and specifying the target build name (`Name`)."],["There are two constructors for the `ApproveBuildRequest` class: a default constructor and one that accepts another `ApproveBuildRequest` instance as a parameter."]]],[]]