Skip to content

Commit 03de26a

Browse files
feat(all): auto-regenerate discovery clients (#2330)
1 parent 9502f9c commit 03de26a

22 files changed

+1836
-269
lines changed

chromepolicy/v1/chromepolicy-api.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
}
558558
}
559559
},
560-
"revision": "20231127",
560+
"revision": "20240101",
561561
"rootUrl": "https://chromepolicy.googleapis.com/",
562562
"schemas": {
563563
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
@@ -1104,6 +1104,28 @@
11041104
"readOnly": true,
11051105
"type": "string"
11061106
},
1107+
"supportedPlatforms": {
1108+
"description": "Output only. List indicates that the policy will only apply to devices/users on these platforms.",
1109+
"items": {
1110+
"enum": [
1111+
"PLATFORM_UNSPECIFIED",
1112+
"CHROME_OS",
1113+
"CHROME_BROWSER",
1114+
"CHROME_BROWSER_FOR_ANDROID",
1115+
"CHROME_BROWSER_FOR_IOS"
1116+
],
1117+
"enumDescriptions": [
1118+
"Unspecified platform.",
1119+
"ChromeOS.",
1120+
"Chrome Browser for OSX/Windows/Linux.",
1121+
"Chrome Browser for Android.",
1122+
"Chrome Browser for iOS."
1123+
],
1124+
"type": "string"
1125+
},
1126+
"readOnly": true,
1127+
"type": "array"
1128+
},
11071129
"validTargetResources": {
11081130
"description": "Output only. Information about applicable target resources for the policy.",
11091131
"items": {

chromepolicy/v1/chromepolicy-gen.go

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudidentity/v1/cloudidentity-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@
19901990
}
19911991
}
19921992
},
1993-
"revision": "20231211",
1993+
"revision": "20240101",
19941994
"rootUrl": "https://cloudidentity.googleapis.com/",
19951995
"schemas": {
19961996
"AddIdpCredentialOperationMetadata": {
@@ -2098,7 +2098,7 @@
20982098
"id": "DynamicGroupMetadata",
20992099
"properties": {
21002100
"queries": {
2101-
"description": "Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.",
2101+
"description": "Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 500 dynamic groups.",
21022102
"items": {
21032103
"$ref": "DynamicGroupQuery"
21042104
},

cloudidentity/v1/cloudidentity-gen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v0.alpha/compute-api.json

+232-40
Large diffs are not rendered by default.

compute/v0.alpha/compute-gen.go

+618-122
Large diffs are not rendered by default.

compute/v0.beta/compute-api.json

+161-19
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)