Method: projects.deployments.get
Mendapatkan deployment dengan nama yang ditentukan.
Permintaan HTTP
GET https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib. Nama resource lengkap deployment yang akan didapatkan. Contoh: projects/my_project/deployments/my_deployment .
Otorisasi memerlukan izin IAM berikut pada resource name yang ditentukan:
gsuiteaddons.deployments.get
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance Deployment
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/cloud-platform
Untuk mengetahui informasi selengkapnya, lihat OAuth 2.0 Overview.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-01-15 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]