Skip to content

Commit 40ea606

Browse files
feat(all): auto-regenerate discovery clients (#2118)
1 parent 1770219 commit 40ea606

25 files changed

+854
-106
lines changed

admin/directory/v1/admin-api.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3908,7 +3908,13 @@
39083908
"httpMethod": "POST",
39093909
"id": "directory.users.insert",
39103910
"parameterOrder": [],
3911-
"parameters": {},
3911+
"parameters": {
3912+
"resolveConflictAccount": {
3913+
"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`",
3914+
"location": "query",
3915+
"type": "boolean"
3916+
}
3917+
},
39123918
"path": "admin/directory/v1/users",
39133919
"request": {
39143920
"$ref": "User"
@@ -4637,7 +4643,7 @@
46374643
}
46384644
}
46394645
},
4640-
"revision": "20230802",
4646+
"revision": "20230814",
46414647
"rootUrl": "https://admin.googleapis.com/",
46424648
"schemas": {
46434649
"Alias": {

admin/directory/v1/admin-gen.go

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

androidpublisher/v3/androidpublisher-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4047,7 +4047,7 @@
40474047
}
40484048
}
40494049
},
4050-
"revision": "20230806",
4050+
"revision": "20230815",
40514051
"rootUrl": "https://androidpublisher.googleapis.com/",
40524052
"schemas": {
40534053
"Abi": {
@@ -5871,6 +5871,10 @@
58715871
],
58725872
"type": "string"
58735873
},
5874+
"isTokenizedDigitalAsset": {
5875+
"description": "Whether this in-app product is declared as a product representing a tokenized digital asset.",
5876+
"type": "boolean"
5877+
},
58745878
"taxRateInfoByRegionCode": {
58755879
"additionalProperties": {
58765880
"$ref": "RegionalTaxRateInfo"
@@ -7352,6 +7356,10 @@
73527356
],
73537357
"type": "string"
73547358
},
7359+
"isTokenizedDigitalAsset": {
7360+
"description": "Whether this subscription is declared as a product representing a tokenized digital asset.",
7361+
"type": "boolean"
7362+
},
73557363
"taxRateInfoByRegionCode": {
73567364
"additionalProperties": {
73577365
"$ref": "RegionalTaxRateInfo"

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,6 +3066,36 @@
30663066
"documentationLink": "https://developers.google.com/games/",
30673067
"preferred": true
30683068
},
3069+
{
3070+
"kind": "discovery#directoryItem",
3071+
"id": "gameservices:v1beta",
3072+
"name": "gameservices",
3073+
"version": "v1beta",
3074+
"title": "Game Services API",
3075+
"description": "Deploy and manage infrastructure for global multiplayer gaming experiences.",
3076+
"discoveryRestUrl": "https://gameservices.googleapis.com/$discovery/rest?version=v1beta",
3077+
"icons": {
3078+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3079+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3080+
},
3081+
"documentationLink": "https://cloud.google.com/solutions/gaming/",
3082+
"preferred": false
3083+
},
3084+
{
3085+
"kind": "discovery#directoryItem",
3086+
"id": "gameservices:v1",
3087+
"name": "gameservices",
3088+
"version": "v1",
3089+
"title": "Game Services API",
3090+
"description": "Deploy and manage infrastructure for global multiplayer gaming experiences.",
3091+
"discoveryRestUrl": "https://gameservices.googleapis.com/$discovery/rest?version=v1",
3092+
"icons": {
3093+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3094+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3095+
},
3096+
"documentationLink": "https://cloud.google.com/solutions/gaming/",
3097+
"preferred": true
3098+
},
30693099
{
30703100
"kind": "discovery#directoryItem",
30713101
"id": "gkebackup:v1",

0 commit comments

Comments
 (0)