Method: projects.deployments.get
Stay organized with collections
Save and categorize content based on your preferences.
Gets the deployment with the specified name.
HTTP request
GET https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The full resource name of the deployment to get. Example: projects/my_project/deployments/my_deployment .
Authorization requires the following IAM permission on the specified resource name :
gsuiteaddons.deployments.get
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Deployment
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-22 UTC.
[null,null,["Last updated 2025-04-22 UTC."],[],["This document outlines the process of retrieving a specific deployment. A `GET` request is made to a specified URL using gRPC Transcoding syntax, incorporating a required `name` path parameter to identify the deployment. The request body must be empty. A successful response returns a `Deployment` instance. Access requires the `gsuiteaddons.deployments.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope. There are also links to HTTP requests, response bodies, and Authorization scopes.\n"],null,[]]