Method: projects.deployments.get
Recupera il deployment con il nome specificato.
Richiesta HTTP
GET https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Obbligatorio. Il nome completo della risorsa del deployment da recuperare. Esempio: projects/my_project/deployments/my_deployment .
L'autorizzazione richiede la seguente autorizzazione IAM sulla risorsa specificata name :
gsuiteaddons.deployments.get
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Deployment
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/cloud-platform
Per ulteriori informazioni, consulta la sezione OAuth 2.0 Overview.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-01-15 UTC.
[null,null,["Ultimo aggiornamento 2025-01-15 UTC."],[[["Retrieves a specific Google Workspace Add-on deployment using its resource name."],["Requires the `cloud-platform` OAuth scope for authorization and the `gsuiteaddons.deployments.get` IAM permission on the deployment."],["The request should be a `GET` request to the specified URL with the deployment name as a path parameter and an empty request body."],["A successful response returns a `Deployment` object containing information about the requested deployment."]]],["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"]]