Required. The name of the deployment. Format: 'projects/{projectId}/locations/{location}/deployments/{deployment}'. It takes the form projects/{project}/locations/{location}/deployments/{deployment}.
Authorization requires the following IAM permission on the specified resource name:
config.deployments.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Deployment.
[[["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-11-01 UTC."],[[["This page details how to retrieve information about a specific deployment using a GET request to the Google Cloud Config API."],["The request requires a specific URL structure, including project ID, location, and deployment name, all provided within the `name` path parameter."],["The request body for this operation must be empty, meaning no additional data is sent in the request body."],["A successful request returns a Deployment object in the response body, detailing the specifics of the requested deployment."],["To make this request, you must have the `config.deployments.get` IAM permission on the specified deployment resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]