|
111 | 111 | "customers": {
|
112 | 112 | "resources": {
|
113 | 113 | "apps": {
|
| 114 | + "methods": { |
| 115 | + "countChromeAppRequests": { |
| 116 | + "description": "Generate summary of app installation requests.", |
| 117 | + "flatPath": "v1/customers/{customersId}/apps:countChromeAppRequests", |
| 118 | + "httpMethod": "GET", |
| 119 | + "id": "chromemanagement.customers.apps.countChromeAppRequests", |
| 120 | + "parameterOrder": [ |
| 121 | + "customer" |
| 122 | + ], |
| 123 | + "parameters": { |
| 124 | + "customer": { |
| 125 | + "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.", |
| 126 | + "location": "path", |
| 127 | + "pattern": "^customers/[^/]+$", |
| 128 | + "required": true, |
| 129 | + "type": "string" |
| 130 | + }, |
| 131 | + "orderBy": { |
| 132 | + "description": "Field used to order results. Supported fields: * request_count * latest_request_time", |
| 133 | + "location": "query", |
| 134 | + "type": "string" |
| 135 | + }, |
| 136 | + "orgUnitId": { |
| 137 | + "description": "The ID of the organizational unit.", |
| 138 | + "location": "query", |
| 139 | + "type": "string" |
| 140 | + }, |
| 141 | + "pageSize": { |
| 142 | + "description": "Maximum number of results to return. Maximum and default are 50, anything above will be coerced to 50.", |
| 143 | + "format": "int32", |
| 144 | + "location": "query", |
| 145 | + "type": "integer" |
| 146 | + }, |
| 147 | + "pageToken": { |
| 148 | + "description": "Token to specify the page of the request to be returned.", |
| 149 | + "location": "query", |
| 150 | + "type": "string" |
| 151 | + } |
| 152 | + }, |
| 153 | + "path": "v1/{+customer}/apps:countChromeAppRequests", |
| 154 | + "response": { |
| 155 | + "$ref": "GoogleChromeManagementV1CountChromeAppRequestsResponse" |
| 156 | + }, |
| 157 | + "scopes": [ |
| 158 | + "https://www.googleapis.com/auth/chrome.management.appdetails.readonly" |
| 159 | + ] |
| 160 | + } |
| 161 | + }, |
114 | 162 | "resources": {
|
115 | 163 | "android": {
|
116 | 164 | "methods": {
|
|
382 | 430 | }
|
383 | 431 | }
|
384 | 432 | },
|
385 |
| - "revision": "20211022", |
| 433 | + "revision": "20211029", |
386 | 434 | "rootUrl": "https://chromemanagement.googleapis.com/",
|
387 | 435 | "schemas": {
|
388 | 436 | "GoogleChromeManagementV1AndroidAppInfo": {
|
|
668 | 716 | },
|
669 | 717 | "type": "object"
|
670 | 718 | },
|
| 719 | + "GoogleChromeManagementV1ChromeAppRequest": { |
| 720 | + "description": "Details of an app installation request.", |
| 721 | + "id": "GoogleChromeManagementV1ChromeAppRequest", |
| 722 | + "properties": { |
| 723 | + "appDetails": { |
| 724 | + "description": "Output only. Format: app_details=customers/{customer_id}/apps/chrome/{app_id}", |
| 725 | + "readOnly": true, |
| 726 | + "type": "string" |
| 727 | + }, |
| 728 | + "appId": { |
| 729 | + "description": "Output only. Unique store identifier for the app. Example: \"gmbmikajjgmnabiglmofipeabaddhgne\" for the Save to Google Drive Chrome extension.", |
| 730 | + "readOnly": true, |
| 731 | + "type": "string" |
| 732 | + }, |
| 733 | + "detailUri": { |
| 734 | + "description": "Output only. The uri for the detail page of the item.", |
| 735 | + "readOnly": true, |
| 736 | + "type": "string" |
| 737 | + }, |
| 738 | + "displayName": { |
| 739 | + "description": "Output only. App's display name.", |
| 740 | + "readOnly": true, |
| 741 | + "type": "string" |
| 742 | + }, |
| 743 | + "iconUri": { |
| 744 | + "description": "Output only. A link to an image that can be used as an icon for the product.", |
| 745 | + "readOnly": true, |
| 746 | + "type": "string" |
| 747 | + }, |
| 748 | + "latestRequestTime": { |
| 749 | + "description": "Output only. The timestamp of the most recently made request for this app.", |
| 750 | + "format": "google-datetime", |
| 751 | + "readOnly": true, |
| 752 | + "type": "string" |
| 753 | + }, |
| 754 | + "requestCount": { |
| 755 | + "description": "Output only. Total count of requests for this app.", |
| 756 | + "format": "int64", |
| 757 | + "readOnly": true, |
| 758 | + "type": "string" |
| 759 | + } |
| 760 | + }, |
| 761 | + "type": "object" |
| 762 | + }, |
671 | 763 | "GoogleChromeManagementV1ChromeAppSiteAccess": {
|
672 | 764 | "description": "Represent one host permission.",
|
673 | 765 | "id": "GoogleChromeManagementV1ChromeAppSiteAccess",
|
|
680 | 772 | },
|
681 | 773 | "type": "object"
|
682 | 774 | },
|
| 775 | + "GoogleChromeManagementV1CountChromeAppRequestsResponse": { |
| 776 | + "description": "Response containing summary of requested app installations.", |
| 777 | + "id": "GoogleChromeManagementV1CountChromeAppRequestsResponse", |
| 778 | + "properties": { |
| 779 | + "nextPageToken": { |
| 780 | + "description": "Token to specify the next page in the list.", |
| 781 | + "type": "string" |
| 782 | + }, |
| 783 | + "requestedApps": { |
| 784 | + "description": "Count of requested apps matching request.", |
| 785 | + "items": { |
| 786 | + "$ref": "GoogleChromeManagementV1ChromeAppRequest" |
| 787 | + }, |
| 788 | + "type": "array" |
| 789 | + }, |
| 790 | + "totalSize": { |
| 791 | + "description": "Total number of matching app requests.", |
| 792 | + "format": "int32", |
| 793 | + "type": "integer" |
| 794 | + } |
| 795 | + }, |
| 796 | + "type": "object" |
| 797 | + }, |
683 | 798 | "GoogleChromeManagementV1CountChromeVersionsResponse": {
|
684 | 799 | "description": "Response containing requested browser versions details and counts.",
|
685 | 800 | "id": "GoogleChromeManagementV1CountChromeVersionsResponse",
|
|
0 commit comments