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

Merged
merged 1 commit into from
Aug 16, 2023
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
10 changes: 8 additions & 2 deletions admin/directory/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3908,7 +3908,13 @@
"httpMethod": "POST",
"id": "directory.users.insert",
"parameterOrder": [],
"parameters": {},
"parameters": {
"resolveConflictAccount": {
"description": "Optional. If set to `true`, the option selected for [handling unmanaged user accounts](https://support.google.com/a/answer/11112794) will apply. Default: `false`",
"location": "query",
"type": "boolean"
}
},
"path": "admin/directory/v1/users",
"request": {
"$ref": "User"
Expand Down Expand Up @@ -4637,7 +4643,7 @@
}
}
},
"revision": "20230802",
"revision": "20230814",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down
18 changes: 17 additions & 1 deletion admin/directory/v1/admin-gen.go

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

10 changes: 9 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,7 @@
}
}
},
"revision": "20230806",
"revision": "20230815",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -5871,6 +5871,10 @@
],
"type": "string"
},
"isTokenizedDigitalAsset": {
"description": "Whether this in-app product is declared as a product representing a tokenized digital asset.",
"type": "boolean"
},
"taxRateInfoByRegionCode": {
"additionalProperties": {
"$ref": "RegionalTaxRateInfo"
Expand Down Expand Up @@ -7352,6 +7356,10 @@
],
"type": "string"
},
"isTokenizedDigitalAsset": {
"description": "Whether this subscription is declared as a product representing a tokenized digital asset.",
"type": "boolean"
},
"taxRateInfoByRegionCode": {
"additionalProperties": {
"$ref": "RegionalTaxRateInfo"
Expand Down
8 changes: 8 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

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

30 changes: 30 additions & 0 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3066,6 +3066,36 @@
"documentationLink": "https://developers.google.com/games/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "gameservices:v1beta",
"name": "gameservices",
"version": "v1beta",
"title": "Game Services API",
"description": "Deploy and manage infrastructure for global multiplayer gaming experiences.",
"discoveryRestUrl": "https://gameservices.googleapis.com/$discovery/rest?version=v1beta",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/solutions/gaming/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "gameservices:v1",
"name": "gameservices",
"version": "v1",
"title": "Game Services API",
"description": "Deploy and manage infrastructure for global multiplayer gaming experiences.",
"discoveryRestUrl": "https://gameservices.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/solutions/gaming/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "gkebackup:v1",
Expand Down
Loading