Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 1, 2024
1 parent f2f2d22 commit c8e77f6
Show file tree
Hide file tree
Showing 28 changed files with 891 additions and 126 deletions.
10 changes: 6 additions & 4 deletions admin/reports/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"context_aware_access",
"chrome",
"data_studio",
"keep"
"keep",
"vault"
],
"enumDescriptions": [
"The Google Workspace Access Transparency activity reports return information about different types of Access Transparency activity events.",
Expand All @@ -172,10 +173,11 @@
"The Context-aware access activity reports return information about users' access denied events due to Context-aware access rules.",
"The Chrome activity reports return information about Chrome browser and Chrome OS events.",
"The Data Studio activity reports return information about various types of Data Studio activity events.",
"The Keep application's activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers."
"The Keep application's activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers.",
"The Vault activity reports return information about various types of Vault activity events."
],
"location": "path",
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)",
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)",
"required": true,
"type": "string"
},
Expand Down Expand Up @@ -623,7 +625,7 @@
}
}
},
"revision": "20240123",
"revision": "20240130",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Activities": {
Expand Down
8 changes: 5 additions & 3 deletions admin/reports/v1/admin-gen.go

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

6 changes: 5 additions & 1 deletion blockchainnodeengine/v1/blockchainnodeengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
}
}
},
"revision": "20240117",
"revision": "20240124",
"rootUrl": "https://blockchainnodeengine.googleapis.com/",
"schemas": {
"BlockchainNode": {
Expand Down Expand Up @@ -960,6 +960,10 @@
"description": "Configuration for validator-related parameters on the beacon client, and for any GCP-managed validator client.",
"id": "ValidatorConfig",
"properties": {
"managedValidatorClient": {
"description": "Immutable. When true, deploys a GCP-managed validator client alongside the beacon client.",
"type": "boolean"
},
"mevRelayUrls": {
"description": "URLs for MEV-relay services to use for block building. When set, a GCP-managed MEV-boost service is configured on the beacon client.",
"items": {
Expand Down
30 changes: 18 additions & 12 deletions blockchainnodeengine/v1/blockchainnodeengine-gen.go

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

8 changes: 5 additions & 3 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@
}
}
},
"revision": "20240111",
"revision": "20240128",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -1409,7 +1409,8 @@
"SHEETS",
"SLIDES",
"DRAWINGS",
"CHAT"
"CHAT",
"CHAT_IN_GMAIL"
],
"enumDescriptions": [
"Google can't identify a host app.",
Expand All @@ -1422,7 +1423,8 @@
"The add-on launches from Google Sheets.",
"The add-on launches from Google Slides.",
"The add-on launches from Google Drawings.",
"A Google Chat app. Not used for Google Workspace Add-ons."
"A Google Chat app. Not used for Google Workspace Add-ons.",
"The add-on or appfinder widget launches from Chat-in-Gmail"
],
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions chat/v1/chat-gen.go

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

0 comments on commit c8e77f6

Please sign in to comment.