Method: deployments.update
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
طلب HTTP
PUT https://androidovertheair.googleapis.com/v1/{name=deployments/*}
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
name |
string
اسم المورد النسبي. على سبيل المثال: "عمليات النشر/النشر_x"
|
نص الطلب
يحتوي نص الطلب على بيانات بالبنية التالية:
الحقول |
deployment |
object (Deployment )
مطلوب. يمكن تعديل وصف عملية النشر فقط.
|
versionTag |
object (VersionTag )
مطلوب. يجب أن تتطابق عملية النشر المراد تعديلها مع هذا الإصدار. إذا حدّث عميل آخر المثيل الحالي بالتزامن، لن تنجح عملية التحديث هذه.
|
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Deployment
.
نطاقات الأذونات
يجب توفير نطاق 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 documentation outlines how to update a deployment using a `PUT` request to a specific endpoint."],["The request body must include the deployment details and a version tag for concurrency control."],["A successful update will return the updated deployment object in the response."],["Authorization requires the `https://www.googleapis.com/auth/android_partner_over_the_air` scope."]]],["This document details how to update a deployment using a `PUT` HTTP request to `https://androidovertheair.googleapis.com/v1/{name=deployments/*}`. The request requires a `name` path parameter representing the deployment's resource name. The request body must contain a `deployment` object (for updating its description) and a `versionTag` object (for concurrency control). A successful request returns a `Deployment` object in the response body. The request requires the `https://www.googleapis.com/auth/android_partner_over_the_air` OAuth scope.\n"]]