Method: deployments.list
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
طلب HTTP
GET https://androidovertheair.googleapis.com/v1/deployments
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
معامِلات طلب البحث
المعلمات |
view |
enum (View )
اختياريّ. حدِّد ما إذا كان يجب عرض المعلومات الأساسية أو التفصيلية لكل عملية نشر.
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
رسالة ردّ لـ OverTheAirService.ListDeployments
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
تمثيل JSON |
{
"deployments": [
{
object (Deployment )
}
]
} |
الحقول |
deployments[] |
object (Deployment )
تمثّل هذه السمة قائمة بعمليات النشر التي يمتلك المستخدم إذن الوصول إليها على الأقل read_access.
|
نطاقات الأذونات
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/android_partner_over_the_air
لمزيد من المعلومات، يُرجى الاطِّلاع على نظرة عامة على OAuth 2.0.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This document details how to list deployments using the Android Over-the-Air service via a GET request to a specified endpoint."],["The request takes an optional query parameter \"view\" to control the level of detail returned for each deployment."],["Successful responses will contain a JSON payload with a list of deployments the user has access to."],["Authorization requires the `https://www.googleapis.com/auth/android_partner_over_the_air` OAuth scope."]]],["This document outlines how to list deployments via an HTTP GET request to `https://androidovertheair.googleapis.com/v1/deployments`. The `view` query parameter can be used to specify the level of detail in the response. The request body must be empty. A successful response contains a JSON object with an array of `deployments`, each representing a deployment the user has access to, and needs the `https://www.googleapis.com/auth/android_partner_over_the_air` authorization scope.\n"]]