Skip to content

Commit a488112

Browse files
feat(all): auto-regenerate discovery clients (#2457)
1 parent 2675c0a commit a488112

27 files changed

+3949
-466
lines changed

admin/directory/v1/admin-api.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4671,7 +4671,7 @@
46714671
}
46724672
}
46734673
},
4674-
"revision": "20240227",
4674+
"revision": "20240304",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {
@@ -4810,6 +4810,30 @@
48104810
},
48114811
"type": "object"
48124812
},
4813+
"BacklightInfo": {
4814+
"description": "Information about the device's backlights.",
4815+
"id": "BacklightInfo",
4816+
"properties": {
4817+
"brightness": {
4818+
"description": "Output only. Current brightness of the backlight, between 0 and max_brightness.",
4819+
"format": "int32",
4820+
"readOnly": true,
4821+
"type": "integer"
4822+
},
4823+
"maxBrightness": {
4824+
"description": "Output only. Maximum brightness for the backlight.",
4825+
"format": "int32",
4826+
"readOnly": true,
4827+
"type": "integer"
4828+
},
4829+
"path": {
4830+
"description": "Output only. Path to this backlight on the system. Useful if the caller needs to correlate with other information.",
4831+
"readOnly": true,
4832+
"type": "string"
4833+
}
4834+
},
4835+
"type": "object"
4836+
},
48134837
"BatchChangeChromeOsDeviceStatusRequest": {
48144838
"description": "A request for changing the status of a batch of ChromeOS devices.",
48154839
"id": "BatchChangeChromeOsDeviceStatusRequest",
@@ -5383,6 +5407,14 @@
53835407
"format": "int64",
53845408
"type": "string"
53855409
},
5410+
"backlightInfo": {
5411+
"description": "Output only. Contains backlight information for the device.",
5412+
"items": {
5413+
"$ref": "BacklightInfo"
5414+
},
5415+
"readOnly": true,
5416+
"type": "array"
5417+
},
53865418
"bootMode": {
53875419
"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).",
53885420
"type": "string"

admin/directory/v1/admin-gen.go

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adsense/v2/adsense-api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"description": "The AdSense Management API allows publishers to access their inventory and run earnings and performance reports.",
1818
"discoveryVersion": "v1",
1919
"documentationLink": "https://developers.google.com/adsense/management/",
20+
"fullyEncodeReservedExpansion": true,
2021
"icons": {
2122
"x16": "http://www.google.com/images/icons/product/search-16.gif",
2223
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -1844,7 +1845,7 @@
18441845
}
18451846
}
18461847
},
1847-
"revision": "20231016",
1848+
"revision": "20240306",
18481849
"rootUrl": "https://adsense.googleapis.com/",
18491850
"schemas": {
18501851
"Account": {

apigee/v1/apigee-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10013,7 +10013,7 @@
1001310013
}
1001410014
}
1001510015
},
10016-
"revision": "20240222",
10016+
"revision": "20240305",
1001710017
"rootUrl": "https://apigee.googleapis.com/",
1001810018
"schemas": {
1001910019
"EdgeConfigstoreBundleBadBundle": {
@@ -10353,7 +10353,7 @@
1035310353
"type": "object"
1035410354
},
1035510355
"GoogleCloudApigeeV1ApiDoc": {
10356-
"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.",
10356+
"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.",
1035710357
"id": "GoogleCloudApigeeV1ApiDoc",
1035810358
"properties": {
1035910359
"anonAllowed": {

apigee/v1/apigee-gen.go

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)