public sealed class ApproveBuildRequest : IMessage<ApproveBuildRequest>, IEquatable<ApproveBuildRequest>, IDeepCloneable<ApproveBuildRequest>, IBufferMessage, IMessage
[[["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 details the `ApproveBuildRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, presenting a comprehensive overview of its structure and functionality."],["The latest version of the `ApproveBuildRequest` class is 2.15.0, with a history of previous versions dating back to 1.0.0, which are also documented on the page."],["The `ApproveBuildRequest` class, used to approve or reject a pending build, inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, a default and a copy constructor, allowing for the creation of new `ApproveBuildRequest` instances and the cloning of existing ones."],["The class contains two properties, `ApprovalResult` of type `ApprovalResult` for approval decision and metadata, and `Name` of type `String` which indicates the name of the target build."]]],[]]