Method: deployments.get
HTTP অনুরোধ
GET https://sasportal.googleapis.com/v1alpha1/{name=deployments/*}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে Deployment
একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/sasportal
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Retrieves a specific deployment using its name."],["Requires an HTTP GET request to a structured URL containing the deployment's name."],["The request body should be empty, and a successful response includes the Deployment details."],["Needs authorization with the `https://www.googleapis.com/auth/sasportal` scope."]]],["A `GET` HTTP request is made to retrieve a specific deployment using its name. The request URL follows gRPC Transcoding syntax and includes the deployment's name as a required path parameter. The request body must be empty. A successful response returns a `Deployment` instance. This action requires authorization with the `https://www.googleapis.com/auth/sasportal` OAuth scope. No additional information beyond the deployment name is part of this process.\n"]]