[[["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 webpage describes how to retrieve information about a specific build using a `GET` request."],["The request URL includes path parameters for specifying the project, location, and build name within the URL itself."],["Required query parameters, `projectId` and `id`, are needed to uniquely identify the build and the project, and authorization is required to access it."],["The request does not require a body, and a successful response will return a `Build` instance containing details about the requested build."],["The request requires `cloudbuild.builds.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]