Method: floodlightGroups.patch
تعديل مجموعة Floodlight حالية تعرِض هذه الدالة مجموعة Floodlight المعدَّلة في حال نجاح العملية.
طلب HTTP
PATCH https://displayvideo.googleapis.com/v3/floodlightGroups/{floodlightGroup.floodlightGroupId}
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
floodlightGroup.floodlightGroupId |
string (int64 format)
النتائج فقط. المعرّف الفريد لمجموعة Floodlight. تمّ تعيينه من قِبل النظام.
|
مَعلمات طلب البحث
المعلمات |
partnerId |
string (int64 format)
مطلوب. سياق الشريك الذي يتم من خلاله الوصول إلى مجموعة Floodlight.
|
updateMask |
string (FieldMask format)
مطلوب. القناع للتحكّم في الحقول التي سيتم تعديلها هذه قائمة مفصولة بفواصل تتضمّن أسماء حقول مؤهَّلة بالكامل. مثال: "user.displayName,photo"
|
نص الطلب
يحتوي نص الطلب على مثال FloodlightGroup
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال FloodlightGroup
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/display-video
لمزيد من المعلومات، يُرجى الاطّلاع على OAuth 2.0 Overview.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-02-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Updates an existing Floodlight group and returns the updated group if successful."],["Uses an HTTP PATCH request with the Floodlight group ID specified in the path."],["Requires partner ID and an update mask as query parameters in the request."],["Request and response bodies contain a FloodlightGroup object."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This describes updating a Floodlight group via a `PATCH` request to a specific URL. The request requires specifying the `floodlightGroupId` as a path parameter. Mandatory query parameters include `partnerId` and `updateMask`. The request body should contain the updated `FloodlightGroup` instance. A successful update returns the updated `FloodlightGroup` in the response body. Access requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]