Skip to content

Commit b5187e5

Browse files
feat(all): auto-regenerate discovery clients (#2980)
1 parent 2ec3e56 commit b5187e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1198
-2075
lines changed

adsenseplatform/v1alpha/adsenseplatform-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"type": "string"
203203
},
204204
"parent": {
205-
"description": "Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}",
205+
"description": "Required. The name of the child account under the given platform which owns the platform child sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}",
206206
"location": "path",
207207
"pattern": "^accounts/[^/]+/platforms/[^/]+/childAccounts/[^/]+$",
208208
"required": true,
@@ -228,7 +228,7 @@
228228
],
229229
"parameters": {
230230
"name": {
231-
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}",
231+
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}",
232232
"location": "path",
233233
"pattern": "^accounts/[^/]+/platforms/[^/]+/childAccounts/[^/]+/sites/[^/]+$",
234234
"required": true,
@@ -639,7 +639,7 @@
639639
}
640640
}
641641
},
642-
"revision": "20250120",
642+
"revision": "20250123",
643643
"rootUrl": "https://adsenseplatform.googleapis.com/",
644644
"schemas": {
645645
"Account": {
@@ -945,7 +945,7 @@
945945
"type": "string"
946946
},
947947
"name": {
948-
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}",
948+
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}",
949949
"type": "string"
950950
},
951951
"platformGroup": {

adsenseplatform/v1alpha/adsenseplatform-gen.go

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

androidmanagement/v1/androidmanagement-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@
11741174
}
11751175
}
11761176
},
1177-
"revision": "20250109",
1177+
"revision": "20250123",
11781178
"rootUrl": "https://androidmanagement.googleapis.com/",
11791179
"schemas": {
11801180
"AdbShellCommandEvent": {
@@ -4858,7 +4858,7 @@
48584858
"type": "boolean"
48594859
},
48604860
"adjustVolumeDisabled": {
4861-
"description": "Whether adjusting the master volume is disabled. Also mutes the device.",
4861+
"description": "Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect only on fully managed devices.",
48624862
"type": "boolean"
48634863
},
48644864
"advancedSecurityOverrides": {
@@ -5379,7 +5379,7 @@
53795379
"type": "boolean"
53805380
},
53815381
"setUserIconDisabled": {
5382-
"description": "Whether changing the user icon is disabled.",
5382+
"description": "Whether changing the user icon is disabled. The setting has effect only on fully managed devices.",
53835383
"type": "boolean"
53845384
},
53855385
"setWallpaperDisabled": {

androidmanagement/v1/androidmanagement-gen.go

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

0 commit comments

Comments
 (0)