Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Method: projects.deployments.getInstallStatus
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
รับสถานะการติดตั้งของการติดตั้งใช้งานทดสอบ
คำขอ HTTP
GET https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*/installStatus}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
| พารามิเตอร์ |
name |
string
ต้องระบุ ชื่อทรัพยากรแบบเต็มของการทำให้ใช้งานได้ ตัวอย่าง: projects/my_project/deployments/my_deployment/installStatus
การให้สิทธิ์ต้องมีสิทธิ์ IAM ต่อไปนี้ในทรัพยากรที่ระบุ name:
gsuiteaddons.deployments.installStatus
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
สถานะการติดตั้งของการติดตั้งใช้งานทดสอบ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
| การแสดง JSON |
{
"name": string,
"installed": boolean
} |
| ช่อง |
name |
string
ชื่อแหล่งข้อมูลแบบเต็มซึ่งเป็น Canonical ของสถานะการติดตั้งการทำให้ใช้งานได้ ตัวอย่าง: projects/123/deployments/my_deployment/installStatus
|
installed |
boolean
เป็นจริงหากติดตั้งการทำให้ใช้งานได้สำหรับผู้ใช้แล้ว
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/cloud-platform
สำหรับข้อมูลเพิ่มเติม โปรดดูที่คู่มือการให้สิทธิ์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2026-02-02 UTC
[null,null,["อัปเดตล่าสุด 2026-02-02 UTC"],[],["This document details retrieving the installation status of a test deployment. A `GET` request to a specific URL using gRPC Transcoding syntax is made, including a `name` path parameter identifying the deployment. The request body is empty. The response contains a JSON object with the deployment's resource `name` and a boolean `installed` status. Authorization requires an IAM permission (`gsuiteaddons.deployments.installStatus`) and the OAuth scope (`https://www.googleapis.com/auth/cloud-platform`).\n"]]