Method: deployments.get
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
Deployment
می گیرد. اگر استقرار وجود نداشته باشد، NOT_FOUND
برمیگرداند.
درخواست HTTP
GET https://androidovertheair.googleapis.com/v1/{name=deployments/*}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
مولفه های |
---|
name | string ضروری. نام منبع نسبی به عنوان مثال: "deployments/deployment_x" |
پارامترهای پرس و جو
مولفه های |
---|
view | enum ( View ) اختیاری. مشخص کنید که آیا اطلاعات اولیه یا دقیق استقرار باید برگردانده شود. |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه ای از Deployment
است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/android_partner_over_the_air
برای اطلاعات بیشتر، به نمای کلی OAuth 2.0 مراجعه کنید.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی."],[[["Retrieves detailed information about a specific Android Over-the-Air deployment using its resource name."],["Allows specification of basic or detailed information to be returned using the \"view\" query parameter."],["Requires authorization with the \"https://www.googleapis.com/auth/android_partner_over_the_air\" scope."],["Uses a GET request to the specified URL with the deployment resource name as a path parameter."],["Returns a \"Deployment\" object with deployment information if successful, and \"NOT_FOUND\" if the deployment does not exist."]]],["This document details retrieving a specific deployment using a `GET` request to the provided URL. The request requires a `name` path parameter, which specifies the deployment to retrieve. Optionally, a `view` query parameter can define the level of detail returned. The request body must be empty. A successful request returns a `Deployment` instance; a non-existent deployment results in a `NOT_FOUND` response. Authorization requires the `android_partner_over_the_air` OAuth scope.\n"]]