Method: customers.profiles.commands.list
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Chrome ब्राउज़र प्रोफ़ाइल के रिमोट कमांड दिखाता है.
एचटीटीपी अनुरोध
GET https://chromemanagement.googleapis.com/v1/{parent=customers/*/profiles/*}/commands
यूआरएल में gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल किया गया है.
पाथ पैरामीटर
पैरामीटर |
parent |
string
ज़रूरी है. फ़ॉर्मैट: customers/{customer_id}/profiles/{profilePermanentId}
|
क्वेरी पैरामीटर
पैरामीटर |
pageSize |
integer
ज़रूरी नहीं. ज़्यादा से ज़्यादा कितने निर्देश दिखाने हैं. अगर pageSize एट्रिब्यूट की वैल्यू नहीं दी गई है, तो पेज का डिफ़ॉल्ट साइज़ 100 होता है. साथ ही, पेज का ज़्यादा से ज़्यादा साइज़ 100 हो सकता है.
|
pageToken |
string
ज़रूरी नहीं. पेज टोकन, लिस्टिंग के अनुरोध के किसी पेज को वापस पाने के लिए इस्तेमाल किया जाता है.
|
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
commands.list तरीके का जवाब.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
JSON के काेड में दिखाना |
{
"chromeBrowserProfileCommands": [
{
object (ChromeBrowserProfileCommand )
}
],
"nextPageToken": string,
"totalSize": string
} |
फ़ील्ड |
chromeBrowserProfileCommands[] |
object (ChromeBrowserProfileCommand )
दिखाए गए निर्देशों की सूची.
|
nextPageToken |
string
पेजेशन टोकन, जिसका इस्तेमाल अगले पेज की सूची बनाने के लिए किया जा सकता है.
|
totalSize |
string (int64 format)
कुल साइज़ से, दिखाए गए संसाधनों की अनुमानित संख्या का पता चलता है.
|
अनुमति के दायरे
इसके लिए, OAuth के इनमें से किसी एक स्कोप की ज़रूरत होती है:
https://www.googleapis.com/auth/chrome.management.profiles.readonly
https://www.googleapis.com/auth/chrome.management.profiles
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Method: customers.profiles.commands.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListChromeBrowserProfileCommandsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists remote commands of a Chrome browser profile.\n\n### HTTP request\n\n`GET 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### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Optional. The maximum number of commands to return. The default page size is 100 if pageSize is unspecified, and the maximum page size allowed is 100. |\n| `pageToken` | `string` Optional. The page token used to retrieve a specific page of the listing request. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse to commands.list method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"chromeBrowserProfileCommands\": [ { object (/chrome/management/reference/rest/v1/customers.profiles.commands#ChromeBrowserProfileCommand) } ], \"nextPageToken\": string, \"totalSize\": string } ``` |\n\n| Fields ||\n|----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `chromeBrowserProfileCommands[]` | `object (`[ChromeBrowserProfileCommand](/chrome/management/reference/rest/v1/customers.profiles.commands#ChromeBrowserProfileCommand)`)` The list of commands returned. |\n| `nextPageToken` | `string` The pagination token that can be used to list the next page. |\n| `totalSize` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Total size represents an estimated number of resources returned. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/chrome.management.profiles.readonly`\n- `https://www.googleapis.com/auth/chrome.management.profiles`"]]