Method: nodes.deployments.patch
طلب HTTP
PATCH https://sasportal.googleapis.com/v1alpha1/{deployment.name=nodes/*/deployments/*}
يستخدم عنوان URL بنية gRPC Transcoding.
معلّمات المسار
المَعلمات |
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 و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]