Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 7, 2024
1 parent 2675c0a commit a488112
Show file tree
Hide file tree
Showing 27 changed files with 3,949 additions and 466 deletions.
34 changes: 33 additions & 1 deletion admin/directory/v1/admin-api.json
Expand Up @@ -4671,7 +4671,7 @@
}
}
},
"revision": "20240227",
"revision": "20240304",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -4810,6 +4810,30 @@
},
"type": "object"
},
"BacklightInfo": {
"description": "Information about the device's backlights.",
"id": "BacklightInfo",
"properties": {
"brightness": {
"description": "Output only. Current brightness of the backlight, between 0 and max_brightness.",
"format": "int32",
"readOnly": true,
"type": "integer"
},
"maxBrightness": {
"description": "Output only. Maximum brightness for the backlight.",
"format": "int32",
"readOnly": true,
"type": "integer"
},
"path": {
"description": "Output only. Path to this backlight on the system. Useful if the caller needs to correlate with other information.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"BatchChangeChromeOsDeviceStatusRequest": {
"description": "A request for changing the status of a batch of ChromeOS devices.",
"id": "BatchChangeChromeOsDeviceStatusRequest",
Expand Down Expand Up @@ -5383,6 +5407,14 @@
"format": "int64",
"type": "string"
},
"backlightInfo": {
"description": "Output only. Contains backlight information for the device.",
"items": {
"$ref": "BacklightInfo"
},
"readOnly": true,
"type": "array"
},
"bootMode": {
"description": "The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).",
"type": "string"
Expand Down
40 changes: 40 additions & 0 deletions admin/directory/v1/admin-gen.go

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

3 changes: 2 additions & 1 deletion adsense/v2/adsense-api.json
Expand Up @@ -17,6 +17,7 @@
"description": "The AdSense Management API allows publishers to access their inventory and run earnings and performance reports.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/adsense/management/",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
Expand Down Expand Up @@ -1844,7 +1845,7 @@
}
}
},
"revision": "20231016",
"revision": "20240306",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down
4 changes: 2 additions & 2 deletions apigee/v1/apigee-api.json
Expand Up @@ -10013,7 +10013,7 @@
}
}
},
"revision": "20240222",
"revision": "20240305",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -10353,7 +10353,7 @@
"type": "object"
},
"GoogleCloudApigeeV1ApiDoc": {
"description": "`ApiDoc` represents an API catalog item. Catalog items are used in two ways in a portal: - Users can browse and interact with a visual representation of the API documentation - The `api_product_name` field provides a link to a backing API product. Through this link, portal users can create and manage developer apps linked to one or more API products.",
"description": "`ApiDoc` represents an API catalog item. Catalog items are used in two ways in a portal: - Users can browse and interact with a visual representation of the API documentation - The `api_product_name` field provides a link to a backing [API product] (/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts). Through this link, portal users can create and manage developer apps linked to one or more API products.",
"id": "GoogleCloudApigeeV1ApiDoc",
"properties": {
"anonAllowed": {
Expand Down
8 changes: 5 additions & 3 deletions apigee/v1/apigee-gen.go

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

0 comments on commit a488112

Please sign in to comment.