[[["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 2024-04-18 UTC."],[[["This API endpoint is used to approve or reject a pending build, where an approved build proceeds like a newly created build, and a rejected one is immediately marked as done."],["The HTTP request method is `POST`, directed to a specific URL using gRPC Transcoding syntax, targeting a build identified by its `name` which follows a specific format, such as \"projects/{$projectId}/builds/{$build_id}\"."],["The request requires an `approvalResult` object within the request body, which is used to convey the approval decision and associated metadata."],["Successful requests return an `Operation` object in the response body, which can be used to track the long running process."],["To authorize this action, the request must have the `cloudbuild.builds.approve` IAM permission and use the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]