Method: projects.deployments.getInstallStatus
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेस्ट डिप्लॉयमेंट के इंस्टॉल की स्थिति की जानकारी देता है.
एचटीटीपी अनुरोध
GET https://gsuiteaddons.googleapis.com/v1/{name=projects/*/deployments/*/installStatus}
यह यूआरएल gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल करता है.
पाथ पैरामीटर
पैरामीटर |
name |
string
ज़रूरी है. डिप्लॉयमेंट के संसाधन का पूरा नाम. उदाहरण: projects/my_project/deployments/my_deployment/installStatus .
अनुमति देने के लिए, बताए गए संसाधन name पर इस IAM अनुमति की ज़रूरत है:
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
ज़्यादा जानकारी के लिए, अनुमति देने से जुड़ी गाइड देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-04-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-04-22 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eRetrieves the installation status of a specific Google Workspace Add-on deployment.\u003c/p\u003e\n"],["\u003cp\u003eRequires the deployment's full resource name as a path parameter and an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eReturns a JSON response indicating whether the deployment is installed for the user along with the deployment's full resource name.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e scope for access.\u003c/p\u003e\n"]]],["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"],null,[]]