Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 16, 2023
1 parent 1770219 commit 40ea606
Show file tree
Hide file tree
Showing 25 changed files with 854 additions and 106 deletions.
10 changes: 8 additions & 2 deletions admin/directory/v1/admin-api.json
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
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
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

0 comments on commit 40ea606

Please sign in to comment.