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
اسم المورد الكامل الأساسي لحالة تثبيت عملية النشر. مثال: projects/123/deployments/my_deployment/installStatus
|
installed |
boolean
صحيح إذا تم تثبيت عملية النشر للمستخدم.
|
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/cloud-platform
لمزيد من المعلومات، يُرجى الاطّلاع على OAuth 2.0 Overview.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-01-15 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-01-15 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Retrieves the installation status of a specific Google Workspace Add-on deployment."],["Requires the deployment's full resource name as a path parameter and an empty request body."],["Returns a JSON response indicating whether the deployment is installed for the user along with the deployment's full resource name."],["Needs authorization with the `https://www.googleapis.com/auth/cloud-platform` scope for access."]]],["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"]]