Skip to content

Commit 49c652f

Browse files
feat(all): auto-regenerate discovery clients (#3490)
1 parent b9fd5c2 commit 49c652f

File tree

8 files changed

+810
-16
lines changed

8 files changed

+810
-16
lines changed

adsense/v2/adsense-api.json

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,13 @@
10061006
"CUSTOM_SEARCH_STYLE_NAME",
10071007
"CUSTOM_SEARCH_STYLE_ID",
10081008
"DOMAIN_REGISTRANT",
1009-
"WEBSEARCH_QUERY_STRING"
1009+
"WEBSEARCH_QUERY_STRING",
1010+
"OS_TYPE_NAME",
1011+
"OS_TYPE_CODE",
1012+
"BROWSER_TYPE_NAME",
1013+
"BROWSER_TYPE_CODE",
1014+
"WEBVIEW_TYPE_NAME",
1015+
"WEBVIEW_TYPE_CODE"
10101016
],
10111017
"enumDeprecated": [
10121018
false,
@@ -1059,6 +1065,12 @@
10591065
false,
10601066
false,
10611067
false,
1068+
false,
1069+
false,
1070+
false,
1071+
false,
1072+
false,
1073+
false,
10621074
false
10631075
],
10641076
"enumDescriptions": [
@@ -1112,7 +1124,13 @@
11121124
"Custom search style name.",
11131125
"Custom search style id.",
11141126
"Domain registrants.",
1115-
"Query strings for web searches."
1127+
"Query strings for web searches.",
1128+
"Localized operating system type name (e.g. \"Windows\", \"MacOS\", \"Android\"). For more information, see [Operating system breakdown](https://support.google.com/adsense/answer/16853822).",
1129+
"Operating system type code (e.g. \"WINDOWS\", \"MAC\", \"ANDROID\"). For more information, see [Operating system breakdown](https://support.google.com/adsense/answer/16853822).",
1130+
"Localized browser type name (e.g. \"Google Chrome\", \"Firefox\", \"Safari\"). For more information, see [Browser breakdown](https://support.google.com/adsense/answer/16851903).",
1131+
"Browser type code (e.g. \"CHROME\", \"FIREFOX\", \"SAFARI\"). For more information, see [Browser breakdown](https://support.google.com/adsense/answer/16851903).",
1132+
"Localized webview type name (e.g. \"Webview (Uncategorized)\", \"Non-webview\"). For more information, see [Hosting App breakdown](https://support.google.com/adsense/answer/16853515).",
1133+
"Webview type code (e.g. \"UNCATEGORIZED\", \"NONE\"). For more information, see [Hosting App breakdown](https://support.google.com/adsense/answer/16853515)."
11161134
],
11171135
"location": "query",
11181136
"repeated": true,
@@ -1385,7 +1403,13 @@
13851403
"CUSTOM_SEARCH_STYLE_NAME",
13861404
"CUSTOM_SEARCH_STYLE_ID",
13871405
"DOMAIN_REGISTRANT",
1388-
"WEBSEARCH_QUERY_STRING"
1406+
"WEBSEARCH_QUERY_STRING",
1407+
"OS_TYPE_NAME",
1408+
"OS_TYPE_CODE",
1409+
"BROWSER_TYPE_NAME",
1410+
"BROWSER_TYPE_CODE",
1411+
"WEBVIEW_TYPE_NAME",
1412+
"WEBVIEW_TYPE_CODE"
13891413
],
13901414
"enumDeprecated": [
13911415
false,
@@ -1438,6 +1462,12 @@
14381462
false,
14391463
false,
14401464
false,
1465+
false,
1466+
false,
1467+
false,
1468+
false,
1469+
false,
1470+
false,
14411471
false
14421472
],
14431473
"enumDescriptions": [
@@ -1491,7 +1521,13 @@
14911521
"Custom search style name.",
14921522
"Custom search style id.",
14931523
"Domain registrants.",
1494-
"Query strings for web searches."
1524+
"Query strings for web searches.",
1525+
"Localized operating system type name (e.g. \"Windows\", \"MacOS\", \"Android\"). For more information, see [Operating system breakdown](https://support.google.com/adsense/answer/16853822).",
1526+
"Operating system type code (e.g. \"WINDOWS\", \"MAC\", \"ANDROID\"). For more information, see [Operating system breakdown](https://support.google.com/adsense/answer/16853822).",
1527+
"Localized browser type name (e.g. \"Google Chrome\", \"Firefox\", \"Safari\"). For more information, see [Browser breakdown](https://support.google.com/adsense/answer/16851903).",
1528+
"Browser type code (e.g. \"CHROME\", \"FIREFOX\", \"SAFARI\"). For more information, see [Browser breakdown](https://support.google.com/adsense/answer/16851903).",
1529+
"Localized webview type name (e.g. \"Webview (Uncategorized)\", \"Non-webview\"). For more information, see [Hosting App breakdown](https://support.google.com/adsense/answer/16853515).",
1530+
"Webview type code (e.g. \"UNCATEGORIZED\", \"NONE\"). For more information, see [Hosting App breakdown](https://support.google.com/adsense/answer/16853515)."
14951531
],
14961532
"location": "query",
14971533
"repeated": true,
@@ -2030,7 +2066,7 @@
20302066
}
20312067
}
20322068
},
2033-
"revision": "20251002",
2069+
"revision": "20260209",
20342070
"rootUrl": "https://adsense.googleapis.com/",
20352071
"schemas": {
20362072
"Account": {

adsense/v2/adsense-gen.go

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

baremetalsolution/v2/baremetalsolution-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
]
135135
},
136136
"list": {
137-
"description": "Lists information about the supported locations for this service.",
137+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
138138
"flatPath": "v2/projects/{projectsId}/locations",
139139
"httpMethod": "GET",
140140
"id": "baremetalsolution.projects.locations.list",
@@ -1728,7 +1728,7 @@
17281728
}
17291729
}
17301730
},
1731-
"revision": "20260112",
1731+
"revision": "20260128",
17321732
"rootUrl": "https://baremetalsolution.googleapis.com/",
17331733
"schemas": {
17341734
"AllowedClient": {

baremetalsolution/v2/baremetalsolution-gen.go

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

0 commit comments

Comments
 (0)