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 `ApproveBuildRequest` within the Cloud Build v1 API is 2.15.0, and multiple previous versions, ranging from 2.14.0 down to 1.0.0, are also documented."],["The `ApproveBuildRequest` class is part of the `Google.Cloud.CloudBuild.V1` namespace, specifically found within the `Google.Cloud.CloudBuild.V1.dll` assembly."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The `ApproveBuildRequest` class has two constructors and two main properties: `ApprovalResult`, which handles the approval decision, and `Name`, which specifies the target build's identifier in the format of \"projects/{$project_id}/builds/{$build_id}\"."],["`ApproveBuildRequest` is designed to manage requests to either approve or reject pending builds within the Cloud Build service."]]],[]]