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 #2330

Merged
merged 1 commit into from
Jan 3, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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