|
450 | 450 | "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
|
451 | 451 | ]
|
452 | 452 | }
|
| 453 | + }, |
| 454 | + "resources": { |
| 455 | + "commands": { |
| 456 | + "methods": { |
| 457 | + "create": { |
| 458 | + "description": "Creates a Chrome browser profile remote command.", |
| 459 | + "flatPath": "v1/customers/{customersId}/profiles/{profilesId}/commands", |
| 460 | + "httpMethod": "POST", |
| 461 | + "id": "chromemanagement.customers.profiles.commands.create", |
| 462 | + "parameterOrder": [ |
| 463 | + "parent" |
| 464 | + ], |
| 465 | + "parameters": { |
| 466 | + "parent": { |
| 467 | + "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}", |
| 468 | + "location": "path", |
| 469 | + "pattern": "^customers/[^/]+/profiles/[^/]+$", |
| 470 | + "required": true, |
| 471 | + "type": "string" |
| 472 | + } |
| 473 | + }, |
| 474 | + "path": "v1/{+parent}/commands", |
| 475 | + "request": { |
| 476 | + "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand" |
| 477 | + }, |
| 478 | + "response": { |
| 479 | + "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand" |
| 480 | + }, |
| 481 | + "scopes": [ |
| 482 | + "https://www.googleapis.com/auth/chrome.management.profiles" |
| 483 | + ] |
| 484 | + }, |
| 485 | + "get": { |
| 486 | + "description": "Gets a Chrome browser profile remote command.", |
| 487 | + "flatPath": "v1/customers/{customersId}/profiles/{profilesId}/commands/{commandsId}", |
| 488 | + "httpMethod": "GET", |
| 489 | + "id": "chromemanagement.customers.profiles.commands.get", |
| 490 | + "parameterOrder": [ |
| 491 | + "name" |
| 492 | + ], |
| 493 | + "parameters": { |
| 494 | + "name": { |
| 495 | + "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}", |
| 496 | + "location": "path", |
| 497 | + "pattern": "^customers/[^/]+/profiles/[^/]+/commands/[^/]+$", |
| 498 | + "required": true, |
| 499 | + "type": "string" |
| 500 | + } |
| 501 | + }, |
| 502 | + "path": "v1/{+name}", |
| 503 | + "response": { |
| 504 | + "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand" |
| 505 | + }, |
| 506 | + "scopes": [ |
| 507 | + "https://www.googleapis.com/auth/chrome.management.profiles", |
| 508 | + "https://www.googleapis.com/auth/chrome.management.profiles.readonly" |
| 509 | + ] |
| 510 | + }, |
| 511 | + "list": { |
| 512 | + "description": "Lists remote commands of a Chrome browser profile.", |
| 513 | + "flatPath": "v1/customers/{customersId}/profiles/{profilesId}/commands", |
| 514 | + "httpMethod": "GET", |
| 515 | + "id": "chromemanagement.customers.profiles.commands.list", |
| 516 | + "parameterOrder": [ |
| 517 | + "parent" |
| 518 | + ], |
| 519 | + "parameters": { |
| 520 | + "pageSize": { |
| 521 | + "description": "Optional. The maximum number of commands to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 100.", |
| 522 | + "format": "int32", |
| 523 | + "location": "query", |
| 524 | + "type": "integer" |
| 525 | + }, |
| 526 | + "pageToken": { |
| 527 | + "description": "Optional. The page token used to retrieve a specific page of the listing request.", |
| 528 | + "location": "query", |
| 529 | + "type": "string" |
| 530 | + }, |
| 531 | + "parent": { |
| 532 | + "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}", |
| 533 | + "location": "path", |
| 534 | + "pattern": "^customers/[^/]+/profiles/[^/]+$", |
| 535 | + "required": true, |
| 536 | + "type": "string" |
| 537 | + } |
| 538 | + }, |
| 539 | + "path": "v1/{+parent}/commands", |
| 540 | + "response": { |
| 541 | + "$ref": "GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse" |
| 542 | + }, |
| 543 | + "scopes": [ |
| 544 | + "https://www.googleapis.com/auth/chrome.management.profiles", |
| 545 | + "https://www.googleapis.com/auth/chrome.management.profiles.readonly" |
| 546 | + ] |
| 547 | + } |
| 548 | + } |
| 549 | + } |
453 | 550 | }
|
454 | 551 | },
|
455 | 552 | "reports": {
|
|
1280 | 1377 | }
|
1281 | 1378 | }
|
1282 | 1379 | },
|
1283 |
| - "revision": "20250623", |
| 1380 | + "revision": "20250710", |
1284 | 1381 | "rootUrl": "https://chromemanagement.googleapis.com/",
|
1285 | 1382 | "schemas": {
|
1286 | 1383 | "GoogleChromeManagementV1AndroidAppInfo": {
|
|
1869 | 1966 | "readOnly": true,
|
1870 | 1967 | "type": "boolean"
|
1871 | 1968 | },
|
| 1969 | + "manifestVersion": { |
| 1970 | + "description": "Output only. The version of this extension's manifest.", |
| 1971 | + "format": "int64", |
| 1972 | + "readOnly": true, |
| 1973 | + "type": "string" |
| 1974 | + }, |
1872 | 1975 | "minUserCount": {
|
1873 | 1976 | "description": "Output only. The minimum number of users using this app.",
|
1874 | 1977 | "format": "int32",
|
|
2576 | 2679 | "readOnly": true,
|
2577 | 2680 | "type": "integer"
|
2578 | 2681 | },
|
| 2682 | + "edidVersion": { |
| 2683 | + "description": "Output only. EDID version.", |
| 2684 | + "readOnly": true, |
| 2685 | + "type": "string" |
| 2686 | + }, |
2579 | 2687 | "internal": {
|
2580 | 2688 | "description": "Output only. Is display internal or not.",
|
2581 | 2689 | "readOnly": true,
|
|
2597 | 2705 | "format": "int32",
|
2598 | 2706 | "readOnly": true,
|
2599 | 2707 | "type": "integer"
|
| 2708 | + }, |
| 2709 | + "serialNumber": { |
| 2710 | + "description": "Output only. Serial number.", |
| 2711 | + "format": "int32", |
| 2712 | + "readOnly": true, |
| 2713 | + "type": "integer" |
2600 | 2714 | }
|
2601 | 2715 | },
|
2602 | 2716 | "type": "object"
|
|
2616 | 2730 | "readOnly": true,
|
2617 | 2731 | "type": "string"
|
2618 | 2732 | },
|
| 2733 | + "edidVersion": { |
| 2734 | + "description": "Output only. EDID version.", |
| 2735 | + "readOnly": true, |
| 2736 | + "type": "string" |
| 2737 | + }, |
2619 | 2738 | "isInternal": {
|
2620 | 2739 | "description": "Output only. Indicates if display is internal or not.",
|
2621 | 2740 | "readOnly": true,
|
|
2638 | 2757 | "format": "int32",
|
2639 | 2758 | "readOnly": true,
|
2640 | 2759 | "type": "integer"
|
| 2760 | + }, |
| 2761 | + "serialNumber": { |
| 2762 | + "description": "Output only. Serial number.", |
| 2763 | + "format": "int32", |
| 2764 | + "readOnly": true, |
| 2765 | + "type": "integer" |
2641 | 2766 | }
|
2642 | 2767 | },
|
2643 | 2768 | "type": "object"
|
|
5311 | 5436 | },
|
5312 | 5437 | "type": "object"
|
5313 | 5438 | },
|
| 5439 | + "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand": { |
| 5440 | + "description": "A representation of a remote command for a Chrome browser profile.", |
| 5441 | + "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand", |
| 5442 | + "properties": { |
| 5443 | + "commandResult": { |
| 5444 | + "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult", |
| 5445 | + "description": "Output only. Result of the remote command.", |
| 5446 | + "readOnly": true |
| 5447 | + }, |
| 5448 | + "commandState": { |
| 5449 | + "description": "Output only. State of the remote command.", |
| 5450 | + "enum": [ |
| 5451 | + "COMMAND_STATE_UNSPECIFIED", |
| 5452 | + "PENDING", |
| 5453 | + "EXPIRED", |
| 5454 | + "EXECUTED_BY_CLIENT" |
| 5455 | + ], |
| 5456 | + "enumDescriptions": [ |
| 5457 | + "Represents an unspecified command state.", |
| 5458 | + "Represents a command in a pending state.", |
| 5459 | + "Represents a command that has expired.", |
| 5460 | + "Represents a command that has been executed by the client." |
| 5461 | + ], |
| 5462 | + "readOnly": true, |
| 5463 | + "type": "string" |
| 5464 | + }, |
| 5465 | + "commandType": { |
| 5466 | + "description": "Required. Type of the remote command. The only supported command_type is \"clearBrowsingData\".", |
| 5467 | + "type": "string" |
| 5468 | + }, |
| 5469 | + "issueTime": { |
| 5470 | + "description": "Output only. Timestamp of the issurance of the remote command.", |
| 5471 | + "format": "google-datetime", |
| 5472 | + "readOnly": true, |
| 5473 | + "type": "string" |
| 5474 | + }, |
| 5475 | + "name": { |
| 5476 | + "description": "Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}", |
| 5477 | + "type": "string" |
| 5478 | + }, |
| 5479 | + "payload": { |
| 5480 | + "additionalProperties": { |
| 5481 | + "description": "Properties of the object.", |
| 5482 | + "type": "any" |
| 5483 | + }, |
| 5484 | + "description": "Required. Payload of the remote command. The payload for \"clearBrowsingData\" command supports: - fields \"clearCache\" and \"clearCookies\" - values of boolean type.", |
| 5485 | + "type": "object" |
| 5486 | + }, |
| 5487 | + "validDuration": { |
| 5488 | + "description": "Output only. Valid duration of the remote command.", |
| 5489 | + "format": "google-duration", |
| 5490 | + "readOnly": true, |
| 5491 | + "type": "string" |
| 5492 | + } |
| 5493 | + }, |
| 5494 | + "type": "object" |
| 5495 | + }, |
| 5496 | + "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult": { |
| 5497 | + "description": "Result of the execution of a command.", |
| 5498 | + "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult", |
| 5499 | + "properties": { |
| 5500 | + "clientExecutionTime": { |
| 5501 | + "description": "Output only. Timestamp of the client execution of the remote command.", |
| 5502 | + "format": "google-datetime", |
| 5503 | + "readOnly": true, |
| 5504 | + "type": "string" |
| 5505 | + }, |
| 5506 | + "resultCode": { |
| 5507 | + "description": "Output only. Result code that indicates the type of error or success of the command.", |
| 5508 | + "readOnly": true, |
| 5509 | + "type": "string" |
| 5510 | + }, |
| 5511 | + "resultType": { |
| 5512 | + "description": "Output only. Result type of the remote command.", |
| 5513 | + "enum": [ |
| 5514 | + "COMMAND_RESULT_TYPE_UNSPECIFIED", |
| 5515 | + "IGNORED", |
| 5516 | + "FAILURE", |
| 5517 | + "SUCCESS" |
| 5518 | + ], |
| 5519 | + "enumDescriptions": [ |
| 5520 | + "Represents an unspecified command result.", |
| 5521 | + "Represents a command with an ignored result.", |
| 5522 | + "Represents a failed command.", |
| 5523 | + "Represents a succeeded command." |
| 5524 | + ], |
| 5525 | + "readOnly": true, |
| 5526 | + "type": "string" |
| 5527 | + } |
| 5528 | + }, |
| 5529 | + "type": "object" |
| 5530 | + }, |
5314 | 5531 | "GoogleChromeManagementVersionsV1ChromeOsDevice": {
|
5315 | 5532 | "description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
|
5316 | 5533 | "id": "GoogleChromeManagementVersionsV1ChromeOsDevice",
|
|
5409 | 5626 | },
|
5410 | 5627 | "type": "object"
|
5411 | 5628 | },
|
| 5629 | + "GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse": { |
| 5630 | + "description": "Response to ListChromeBrowserProfileCommands method.", |
| 5631 | + "id": "GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse", |
| 5632 | + "properties": { |
| 5633 | + "chromeBrowserProfileCommands": { |
| 5634 | + "description": "The list of commands returned.", |
| 5635 | + "items": { |
| 5636 | + "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand" |
| 5637 | + }, |
| 5638 | + "type": "array" |
| 5639 | + }, |
| 5640 | + "nextPageToken": { |
| 5641 | + "description": "The pagination token that can be used to list the next page.", |
| 5642 | + "type": "string" |
| 5643 | + }, |
| 5644 | + "totalSize": { |
| 5645 | + "description": "Total size represents an estimated number of resources returned.", |
| 5646 | + "format": "int64", |
| 5647 | + "type": "string" |
| 5648 | + } |
| 5649 | + }, |
| 5650 | + "type": "object" |
| 5651 | + }, |
5412 | 5652 | "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse": {
|
5413 | 5653 | "description": "Response to ListChromeBrowserProfiles method.",
|
5414 | 5654 | "id": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse",
|
|
0 commit comments