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 । অনুমোদনের জন্য নির্দিষ্ট রিসোর্স 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
আরো তথ্যের জন্য, দেখুনOAuth 2.0 Overview .
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-15 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]