[[["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 allows you to cancel a build that is currently in progress using a POST request."],["The request URL requires two path parameters: `projectId`, which is the ID of the project, and `id`, which is the ID of the build you want to cancel."],["The request body must include a JSON representation containing the `name` field, which identifies the build to cancel using the format `projects/{project}/locations/{location}/builds/{build}`."],["Successful cancellation results in a response body that contains an instance of a Build object."],["Authorization for this action requires the `cloudbuild.builds.update` IAM permission on the specified project and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]