Method: customers.profiles.commands.create
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تُنشئ هذه الوظيفة أمرًا عن بُعد لملف شخصي في متصفِّح Chrome.
طلب HTTP
POST https://chromemanagement.googleapis.com/v1/{parent=customers/*/profiles/*}/commands
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
parent |
string
مطلوب. التنسيق: customers/{customer_id}/profiles/{profilePermanentId}
|
نص الطلب
يحتوي نص الطلب على مثال ChromeBrowserProfileCommand
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثيل تم إنشاؤه حديثًا من ChromeBrowserProfileCommand
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/chrome.management.profiles
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Method: customers.profiles.commands.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a Chrome browser profile remote command.\n\n### HTTP request\n\n`POST https://chromemanagement.googleapis.com/v1/{parent=customers/*/profiles/*}/commands`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------|\n| `parent` | `string` Required. Format: customers/{customer_id}/profiles/{profilePermanentId} |\n\n### Request body\n\nThe request body contains an instance of [ChromeBrowserProfileCommand](/chrome/management/reference/rest/v1/customers.profiles.commands#ChromeBrowserProfileCommand).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [ChromeBrowserProfileCommand](/chrome/management/reference/rest/v1/customers.profiles.commands#ChromeBrowserProfileCommand).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/chrome.management.profiles`"]]