|
493 | 493 | "https://www.googleapis.com/auth/chrome.management.reports.readonly"
|
494 | 494 | ]
|
495 | 495 | },
|
496 |
| - "countPrintJobsByPrinter": { |
497 |
| - "description": "Get a summary of printing done by each printer.", |
498 |
| - "flatPath": "v1/customers/{customersId}/reports:countPrintJobsByPrinter", |
499 |
| - "httpMethod": "GET", |
500 |
| - "id": "chromemanagement.customers.reports.countPrintJobsByPrinter", |
501 |
| - "parameterOrder": [ |
502 |
| - "customer" |
503 |
| - ], |
504 |
| - "parameters": { |
505 |
| - "customer": { |
506 |
| - "description": "Required. Customer ID prefixed with \"customers/\" or \"customers/my_customer\" to use the customer associated to the account making the request.", |
507 |
| - "location": "path", |
508 |
| - "pattern": "^customers/[^/]+$", |
509 |
| - "required": true, |
510 |
| - "type": "string" |
511 |
| - }, |
512 |
| - "filter": { |
513 |
| - "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only \u003e= and \u003c= comparators are supported in this filter. Supported filter fields: * complete_time", |
514 |
| - "location": "query", |
515 |
| - "type": "string" |
516 |
| - }, |
517 |
| - "orderBy": { |
518 |
| - "description": "Field used to order results. If omitted, results will be ordered in ascending order of the 'printer' field. Supported order_by fields: * printer * job_count * device_count * user_count", |
519 |
| - "location": "query", |
520 |
| - "type": "string" |
521 |
| - }, |
522 |
| - "pageSize": { |
523 |
| - "description": "Maximum number of results to return. Maximum and default are 100.", |
524 |
| - "format": "int32", |
525 |
| - "location": "query", |
526 |
| - "type": "integer" |
527 |
| - }, |
528 |
| - "pageToken": { |
529 |
| - "description": "Token to specify the page of the response to be returned.", |
530 |
| - "location": "query", |
531 |
| - "type": "string" |
532 |
| - }, |
533 |
| - "printerOrgUnitId": { |
534 |
| - "description": "The ID of the organizational unit for printers. If specified, only data for printers from the specified organizational unit will be returned. If omitted, data for printers from all organizational units will be returned.", |
535 |
| - "location": "query", |
536 |
| - "type": "string" |
537 |
| - } |
538 |
| - }, |
539 |
| - "path": "v1/{+customer}/reports:countPrintJobsByPrinter", |
540 |
| - "response": { |
541 |
| - "$ref": "GoogleChromeManagementV1CountPrintJobsByPrinterResponse" |
542 |
| - }, |
543 |
| - "scopes": [ |
544 |
| - "https://www.googleapis.com/auth/chrome.management.reports.readonly" |
545 |
| - ] |
546 |
| - }, |
547 |
| - "countPrintJobsByUser": { |
548 |
| - "description": "Get a summary of printing done by each user.", |
549 |
| - "flatPath": "v1/customers/{customersId}/reports:countPrintJobsByUser", |
550 |
| - "httpMethod": "GET", |
551 |
| - "id": "chromemanagement.customers.reports.countPrintJobsByUser", |
552 |
| - "parameterOrder": [ |
553 |
| - "customer" |
554 |
| - ], |
555 |
| - "parameters": { |
556 |
| - "customer": { |
557 |
| - "description": "Required. Customer ID prefixed with \"customers/\" or \"customers/my_customer\" to use the customer associated to the account making the request.", |
558 |
| - "location": "path", |
559 |
| - "pattern": "^customers/[^/]+$", |
560 |
| - "required": true, |
561 |
| - "type": "string" |
562 |
| - }, |
563 |
| - "filter": { |
564 |
| - "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only \u003e= and \u003c= comparators are supported in this filter. Supported filter fields: * complete_time", |
565 |
| - "location": "query", |
566 |
| - "type": "string" |
567 |
| - }, |
568 |
| - "orderBy": { |
569 |
| - "description": "Field used to order results. If omitted, results will be ordered in ascending order of the 'user_email' field. Supported order_by fields: * user_email * job_count * printer_count * device_count", |
570 |
| - "location": "query", |
571 |
| - "type": "string" |
572 |
| - }, |
573 |
| - "pageSize": { |
574 |
| - "description": "Maximum number of results to return. Maximum and default are 100.", |
575 |
| - "format": "int32", |
576 |
| - "location": "query", |
577 |
| - "type": "integer" |
578 |
| - }, |
579 |
| - "pageToken": { |
580 |
| - "description": "Token to specify the page of the response to be returned.", |
581 |
| - "location": "query", |
582 |
| - "type": "string" |
583 |
| - }, |
584 |
| - "printerOrgUnitId": { |
585 |
| - "description": "The ID of the organizational unit for printers. If specified, only print jobs initiated with printers from the specified organizational unit will be counted. If omitted, all print jobs will be counted.", |
586 |
| - "location": "query", |
587 |
| - "type": "string" |
588 |
| - } |
589 |
| - }, |
590 |
| - "path": "v1/{+customer}/reports:countPrintJobsByUser", |
591 |
| - "response": { |
592 |
| - "$ref": "GoogleChromeManagementV1CountPrintJobsByUserResponse" |
593 |
| - }, |
594 |
| - "scopes": [ |
595 |
| - "https://www.googleapis.com/auth/chrome.management.reports.readonly" |
596 |
| - ] |
597 |
| - }, |
598 | 496 | "findInstalledAppDevices": {
|
599 | 497 | "description": "Generate report of managed Chrome browser devices that have a specified app installed.",
|
600 | 498 | "flatPath": "v1/customers/{customersId}/reports:findInstalledAppDevices",
|
|
896 | 794 | }
|
897 | 795 | }
|
898 | 796 | },
|
899 |
| - "revision": "20230330", |
| 797 | + "revision": "20230413", |
900 | 798 | "rootUrl": "https://chromemanagement.googleapis.com/",
|
901 | 799 | "schemas": {
|
902 | 800 | "GoogleChromeManagementV1AndroidAppInfo": {
|
|
1683 | 1581 | },
|
1684 | 1582 | "type": "object"
|
1685 | 1583 | },
|
1686 |
| - "GoogleChromeManagementV1CountPrintJobsByPrinterResponse": { |
1687 |
| - "description": "Response containing a summary printing report for each printer from the specified organizational unit for the requested time interval.", |
1688 |
| - "id": "GoogleChromeManagementV1CountPrintJobsByPrinterResponse", |
1689 |
| - "properties": { |
1690 |
| - "nextPageToken": { |
1691 |
| - "description": "Pagination token for requesting the next page.", |
1692 |
| - "type": "string" |
1693 |
| - }, |
1694 |
| - "printerReports": { |
1695 |
| - "description": "List of PrinterReports matching request.", |
1696 |
| - "items": { |
1697 |
| - "$ref": "GoogleChromeManagementV1PrinterReport" |
1698 |
| - }, |
1699 |
| - "type": "array" |
1700 |
| - }, |
1701 |
| - "totalSize": { |
1702 |
| - "description": "Total number of printers matching request.", |
1703 |
| - "format": "int64", |
1704 |
| - "type": "string" |
1705 |
| - } |
1706 |
| - }, |
1707 |
| - "type": "object" |
1708 |
| - }, |
1709 |
| - "GoogleChromeManagementV1CountPrintJobsByUserResponse": { |
1710 |
| - "description": "Response containing a summary printing report for each user that has initiated a print job with a printer from the specified organizational unit during the requested time interval.", |
1711 |
| - "id": "GoogleChromeManagementV1CountPrintJobsByUserResponse", |
1712 |
| - "properties": { |
1713 |
| - "nextPageToken": { |
1714 |
| - "description": "Pagination token for requesting the next page.", |
1715 |
| - "type": "string" |
1716 |
| - }, |
1717 |
| - "totalSize": { |
1718 |
| - "description": "Total number of users matching request.", |
1719 |
| - "format": "int64", |
1720 |
| - "type": "string" |
1721 |
| - }, |
1722 |
| - "userPrintReports": { |
1723 |
| - "description": "List of UserPrintReports matching request.", |
1724 |
| - "items": { |
1725 |
| - "$ref": "GoogleChromeManagementV1UserPrintReport" |
1726 |
| - }, |
1727 |
| - "type": "array" |
1728 |
| - } |
1729 |
| - }, |
1730 |
| - "type": "object" |
1731 |
| - }, |
1732 | 1584 | "GoogleChromeManagementV1CpuInfo": {
|
1733 | 1585 | "description": "CPU specifications for the device * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A",
|
1734 | 1586 | "id": "GoogleChromeManagementV1CpuInfo",
|
|
2700 | 2552 | },
|
2701 | 2553 | "type": "object"
|
2702 | 2554 | },
|
2703 |
| - "GoogleChromeManagementV1PrinterReport": { |
2704 |
| - "description": "Report for CountPrintJobsByPrinter, contains statistics on printer usage. Contains the total number of print jobs initiated with this printer, the number of users and the number of devices that have initiated at least one print job with this printer.", |
2705 |
| - "id": "GoogleChromeManagementV1PrinterReport", |
2706 |
| - "properties": { |
2707 |
| - "deviceCount": { |
2708 |
| - "description": "Number of chrome devices that have been used to send print jobs to the specified printer.", |
2709 |
| - "format": "int64", |
2710 |
| - "type": "string" |
2711 |
| - }, |
2712 |
| - "jobCount": { |
2713 |
| - "description": "Number of print jobs sent to the printer.", |
2714 |
| - "format": "int64", |
2715 |
| - "type": "string" |
2716 |
| - }, |
2717 |
| - "printer": { |
2718 |
| - "description": "Printer name.", |
2719 |
| - "type": "string" |
2720 |
| - }, |
2721 |
| - "printerId": { |
2722 |
| - "description": "Printer API ID.", |
2723 |
| - "type": "string" |
2724 |
| - }, |
2725 |
| - "printerModel": { |
2726 |
| - "description": "Printer model.", |
2727 |
| - "type": "string" |
2728 |
| - }, |
2729 |
| - "userCount": { |
2730 |
| - "description": "Number of users that have sent print jobs to the printer.", |
2731 |
| - "format": "int64", |
2732 |
| - "type": "string" |
2733 |
| - } |
2734 |
| - }, |
2735 |
| - "type": "object" |
2736 |
| - }, |
2737 | 2555 | "GoogleChromeManagementV1StorageInfo": {
|
2738 | 2556 | "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A",
|
2739 | 2557 | "id": "GoogleChromeManagementV1StorageInfo",
|
|
3341 | 3159 | },
|
3342 | 3160 | "type": "object"
|
3343 | 3161 | },
|
3344 |
| - "GoogleChromeManagementV1UserPrintReport": { |
3345 |
| - "description": "Report for CountPrintJobsByUser, contains printing statistics for a user. Contains the number of printers, the number of devices used to initiate print jobs, and the number of print jobs initiated.", |
3346 |
| - "id": "GoogleChromeManagementV1UserPrintReport", |
3347 |
| - "properties": { |
3348 |
| - "deviceCount": { |
3349 |
| - "description": "Number of chrome devices that have been used to initiate print jobs by the user.", |
3350 |
| - "format": "int64", |
3351 |
| - "type": "string" |
3352 |
| - }, |
3353 |
| - "jobCount": { |
3354 |
| - "description": "Number of print jobs initiated by the user.", |
3355 |
| - "format": "int64", |
3356 |
| - "type": "string" |
3357 |
| - }, |
3358 |
| - "printerCount": { |
3359 |
| - "description": "Number of printers used by the user.", |
3360 |
| - "format": "int64", |
3361 |
| - "type": "string" |
3362 |
| - }, |
3363 |
| - "userEmail": { |
3364 |
| - "description": "The primary e-mail address of the user.", |
3365 |
| - "type": "string" |
3366 |
| - }, |
3367 |
| - "userId": { |
3368 |
| - "description": "The unique Directory API ID of the user.", |
3369 |
| - "type": "string" |
3370 |
| - } |
3371 |
| - }, |
3372 |
| - "type": "object" |
3373 |
| - }, |
3374 | 3162 | "GoogleRpcStatus": {
|
3375 | 3163 | "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
|
3376 | 3164 | "id": "GoogleRpcStatus",
|
|
0 commit comments