Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 3, 2024
1 parent 9502f9c commit 03de26a
Show file tree
Hide file tree
Showing 22 changed files with 1,836 additions and 269 deletions.
24 changes: 23 additions & 1 deletion chromepolicy/v1/chromepolicy-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
}
}
},
"revision": "20231127",
"revision": "20240101",
"rootUrl": "https://chromepolicy.googleapis.com/",
"schemas": {
"GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
Expand Down Expand Up @@ -1104,6 +1104,28 @@
"readOnly": true,
"type": "string"
},
"supportedPlatforms": {
"description": "Output only. List indicates that the policy will only apply to devices/users on these platforms.",
"items": {
"enum": [
"PLATFORM_UNSPECIFIED",
"CHROME_OS",
"CHROME_BROWSER",
"CHROME_BROWSER_FOR_ANDROID",
"CHROME_BROWSER_FOR_IOS"
],
"enumDescriptions": [
"Unspecified platform.",
"ChromeOS.",
"Chrome Browser for OSX/Windows/Linux.",
"Chrome Browser for Android.",
"Chrome Browser for iOS."
],
"type": "string"
},
"readOnly": true,
"type": "array"
},
"validTargetResources": {
"description": "Output only. Information about applicable target resources for the policy.",
"items": {
Expand Down
11 changes: 11 additions & 0 deletions chromepolicy/v1/chromepolicy-gen.go

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

4 changes: 2 additions & 2 deletions cloudidentity/v1/cloudidentity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@
}
}
},
"revision": "20231211",
"revision": "20240101",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2098,7 +2098,7 @@
"id": "DynamicGroupMetadata",
"properties": {
"queries": {
"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.",
"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.",
"items": {
"$ref": "DynamicGroupQuery"
},
Expand Down
2 changes: 1 addition & 1 deletion cloudidentity/v1/cloudidentity-gen.go

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

272 changes: 232 additions & 40 deletions compute/v0.alpha/compute-api.json

Large diffs are not rendered by default.

740 changes: 618 additions & 122 deletions compute/v0.alpha/compute-gen.go

Large diffs are not rendered by default.

180 changes: 161 additions & 19 deletions compute/v0.beta/compute-api.json

Large diffs are not rendered by default.

Loading

0 comments on commit 03de26a

Please sign in to comment.