Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 25, 2025
1 parent 2ec3e56 commit b5187e5
Show file tree
Hide file tree
Showing 43 changed files with 1,198 additions and 2,075 deletions.
8 changes: 4 additions & 4 deletions adsenseplatform/v1alpha/adsenseplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"type": "string"
},
"parent": {
"description": "Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}",
"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}",
"location": "path",
"pattern": "^accounts/[^/]+/platforms/[^/]+/childAccounts/[^/]+$",
"required": true,
Expand All @@ -228,7 +228,7 @@
],
"parameters": {
"name": {
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}",
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}",
"location": "path",
"pattern": "^accounts/[^/]+/platforms/[^/]+/childAccounts/[^/]+/sites/[^/]+$",
"required": true,
Expand Down Expand Up @@ -639,7 +639,7 @@
}
}
},
"revision": "20250120",
"revision": "20250123",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -945,7 +945,7 @@
"type": "string"
},
"name": {
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}",
"description": "Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}",
"type": "string"
},
"platformGroup": {
Expand Down
14 changes: 7 additions & 7 deletions adsenseplatform/v1alpha/adsenseplatform-gen.go

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

6 changes: 3 additions & 3 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@
}
}
},
"revision": "20250109",
"revision": "20250123",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -4858,7 +4858,7 @@
"type": "boolean"
},
"adjustVolumeDisabled": {
"description": "Whether adjusting the master volume is disabled. Also mutes the device.",
"description": "Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect only on fully managed devices.",
"type": "boolean"
},
"advancedSecurityOverrides": {
Expand Down Expand Up @@ -5379,7 +5379,7 @@
"type": "boolean"
},
"setUserIconDisabled": {
"description": "Whether changing the user icon is disabled.",
"description": "Whether changing the user icon is disabled. The setting has effect only on fully managed devices.",
"type": "boolean"
},
"setWallpaperDisabled": {
Expand Down
5 changes: 3 additions & 2 deletions androidmanagement/v1/androidmanagement-gen.go

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

Loading

0 comments on commit b5187e5

Please sign in to comment.