Method: nodes.deployments.patch
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
طلب HTTP
PATCH https://sasportal.googleapis.com/v1alpha1/{deployment.name=nodes/*/deployments/*}
يستخدِم عنوان URL بنية تحويل الترميز gRPC.
مَعلمات المسار
المعلمات |
deployment.name |
string
النتائج فقط. اسم المورّد
|
مَعلمات طلب البحث
المعلمات |
updateMask |
string (FieldMask format)
الحقول المطلوب تعديلها هذه قائمة مفصولة بفواصل تتضمّن الأسماء المؤهَّلة بالكامل للحقول. مثال: "user.displayName,photo"
|
نص الطلب
يحتوي نص الطلب على مثال Deployment
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Deployment
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/sasportal
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-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"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This operation updates an existing deployment using an HTTP PATCH request."],["The request should target the specific deployment using its resource name in the URL path."],["A request body containing the updated deployment details is required, formatted according to the Deployment object schema."],["Optionally, a query parameter `updateMask` can specify particular fields for updating."],["Proper authorization with the `https://www.googleapis.com/auth/sasportal` scope is necessary to perform this action."]]],["This document details updating a deployment via a `PATCH` HTTP request to a specific URL using gRPC Transcoding. The URL utilizes a `deployment.name` path parameter. Updates are specified with the `updateMask` query parameter using a comma-separated list of fields. The request body includes a `Deployment` instance, and a successful response also returns a `Deployment` instance. This operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization.\n"]]