Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1695

Merged
merged 1 commit into from Sep 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
45 changes: 45 additions & 0 deletions api-list.json
Expand Up @@ -1051,6 +1051,21 @@
"documentationLink": "https://cloud.google.com/asset-inventory/docs/quickstart",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "cloudbilling:v1beta",
"name": "cloudbilling",
"version": "v1beta",
"title": "Cloud Billing API",
"description": "Allows developers to manage billing for their Google Cloud Platform projects programmatically.",
"discoveryRestUrl": "https://cloudbilling.googleapis.com/$discovery/rest?version=v1beta",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/billing/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "cloudbilling:v1",
Expand Down Expand Up @@ -2207,6 +2222,21 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/display-video/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "displayvideo:v2",
"name": "displayvideo",
"version": "v2",
"title": "Display & Video 360 API",
"description": "Display & Video 360 API allows users to automate complex Display & Video 360 workflows, such as creating insertion orders and setting targeting options for individual line items.",
"discoveryRestUrl": "https://displayvideo.googleapis.com/$discovery/rest?version=v2",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/display-video/",
"preferred": true
},
{
Expand Down Expand Up @@ -3351,6 +3381,21 @@
"documentationLink": "https://developers.google.com/search/apis/indexing-api/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "integrations:v1alpha",
"name": "integrations",
"version": "v1alpha",
"title": "Application Integration API",
"description": "",
"discoveryRestUrl": "https://integrations.googleapis.com/$discovery/rest?version=v1alpha",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "http://www.google.com",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "jobs:v3p1beta1",
Expand Down
4 changes: 2 additions & 2 deletions chat/v1/chat-api.json
Expand Up @@ -642,7 +642,7 @@
}
}
},
"revision": "20220904",
"revision": "20220914",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -721,7 +721,7 @@
"DATA_LOSS"
],
"enumDescriptions": [
"Not an error; returned on success HTTP Mapping: 200 OK",
"Not an error; returned on success. HTTP Mapping: 200 OK",
"The operation was cancelled, typically by the caller. HTTP Mapping: 499 Client Closed Request",
"Unknown error. For example, this error may be returned when a `Status` value received from another address space belongs to an error space that is not known in this address space. Also errors raised by APIs that do not return enough error information may be converted to this error. HTTP Mapping: 500 Internal Server Error",
"The client specified an invalid argument. Note that this differs from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name). HTTP Mapping: 400 Bad Request",
Expand Down
2 changes: 1 addition & 1 deletion chat/v1/chat-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 88 additions & 1 deletion chromemanagement/v1/chromemanagement-api.json
Expand Up @@ -330,6 +330,42 @@
"https://www.googleapis.com/auth/chrome.management.reports.readonly"
]
},
"countChromeHardwareFleetDevices": {
"description": "Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947",
"flatPath": "v1/customers/{customersId}/reports:countChromeHardwareFleetDevices",
"httpMethod": "GET",
"id": "chromemanagement.customers.reports.countChromeHardwareFleetDevices",
"parameterOrder": [
"customer"
],
"parameters": {
"customer": {
"description": "Required. The customer ID or \"my_customer\".",
"location": "path",
"pattern": "^customers/[^/]+$",
"required": true,
"type": "string"
},
"orgUnitId": {
"description": "Optional. The ID of the organizational unit. If omitted, all data will be returned.",
"location": "query",
"type": "string"
},
"readMask": {
"description": "Required. Mask of the fields that should be populated in the returned report.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v1/{+customer}/reports:countChromeHardwareFleetDevices",
"response": {
"$ref": "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/chrome.management.reports.readonly"
]
},
"countChromeVersions": {
"description": "Generate report of installed Chrome versions.",
"flatPath": "v1/customers/{customersId}/reports:countChromeVersions",
Expand Down Expand Up @@ -595,7 +631,7 @@
}
}
},
"revision": "20220913",
"revision": "20220914",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down Expand Up @@ -1209,6 +1245,41 @@
},
"type": "object"
},
"GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse": {
"description": "Response containing a list of devices with a specific type of hardware specification from the requested hardware type.",
"id": "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse",
"properties": {
"cpuReports": {
"description": "The DeviceHardwareCountReport for device cpu type (for example Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz).",
"items": {
"$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
},
"type": "array"
},
"memoryReports": {
"description": "The DeviceHardwareCountReport for device memory amount in gigabytes (for example 16).",
"items": {
"$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
},
"type": "array"
},
"modelReports": {
"description": "The DeviceHardwareCountReport for device model type (for example Acer C7 Chromebook).",
"items": {
"$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
},
"type": "array"
},
"storageReports": {
"description": "The DeviceHardwareCountReport for device storage amount in gigabytes (for example 128).",
"items": {
"$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
},
"type": "array"
}
},
"type": "object"
},
"GoogleChromeManagementV1CountChromeVersionsResponse": {
"description": "Response containing requested browser versions details and counts.",
"id": "GoogleChromeManagementV1CountChromeVersionsResponse",
Expand Down Expand Up @@ -1423,6 +1494,22 @@
},
"type": "object"
},
"GoogleChromeManagementV1DeviceHardwareCountReport": {
"description": "Report for CountChromeDevicesPerHardwareSpecResponse, contains the count of devices with a unique hardware specification.",
"id": "GoogleChromeManagementV1DeviceHardwareCountReport",
"properties": {
"bucket": {
"description": "Public name of the hardware specification.",
"type": "string"
},
"count": {
"description": "Count of devices with a unique hardware specification.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"GoogleChromeManagementV1DiskInfo": {
"description": "Status of the single storage device.",
"id": "GoogleChromeManagementV1DiskInfo",
Expand Down