Skip to content

Commit e5a7a15

Browse files
feat(all): auto-regenerate discovery clients (#2392)
1 parent c8e77f6 commit e5a7a15

35 files changed

+3016
-171
lines changed

admob/v1beta/admob-api.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
}
759759
}
760760
},
761-
"revision": "20231113",
761+
"revision": "20240201",
762762
"rootUrl": "https://admob.googleapis.com/",
763763
"schemas": {
764764
"AdSource": {
@@ -1489,12 +1489,18 @@
14891489
"enum": [
14901490
"VARIANT_LEADER_UNSPECIFIED",
14911491
"CONTROL",
1492-
"TREATMENT"
1492+
"TREATMENT",
1493+
"INSUFFICIENT_DATA",
1494+
"TOO_EARLY_TO_CALL",
1495+
"NO_VARIANT_LEADER"
14931496
],
14941497
"enumDescriptions": [
14951498
"Default value of the enum. Do not use.",
14961499
"The control leading the experiment.",
1497-
"The treatment leading the experiment."
1500+
"The treatment leading the experiment.",
1501+
"Collected data (impressions) are insufficient to determine a leader.",
1502+
"Experiment hasn't run long enough to determine a leader.",
1503+
"Neither variant is a decisive winner in the observed data."
14981504
],
14991505
"readOnly": true,
15001506
"type": "string"

admob/v1beta/admob-gen.go

Lines changed: 6 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,6 +2194,21 @@
21942194
"documentationLink": "https://cloud.google.com/dataplex/docs",
21952195
"preferred": true
21962196
},
2197+
{
2198+
"kind": "discovery#directoryItem",
2199+
"id": "dataportability:v1beta",
2200+
"name": "dataportability",
2201+
"version": "v1beta",
2202+
"title": "Data Portability API",
2203+
"description": "The Data Portability API lets you build applications that request authorization from a user to move a copy of data from Google services into your application. This enables data portability and facilitates switching services.",
2204+
"discoveryRestUrl": "https://dataportability.googleapis.com/$discovery/rest?version=v1beta",
2205+
"icons": {
2206+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
2207+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
2208+
},
2209+
"documentationLink": "https://developers.google.com/data-portability",
2210+
"preferred": true
2211+
},
21972212
{
21982213
"kind": "discovery#directoryItem",
21992214
"id": "dataproc:v1",

apphub/v1alpha/apphub-api.json

Lines changed: 143 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,52 @@
867867
},
868868
"discoveredServices": {
869869
"methods": {
870+
"find": {
871+
"description": "Finds discovered services that could be added to an application in a host project and location.",
872+
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices:find",
873+
"httpMethod": "GET",
874+
"id": "apphub.projects.locations.discoveredServices.find",
875+
"parameterOrder": [
876+
"parent"
877+
],
878+
"parameters": {
879+
"filter": {
880+
"description": "Optional. Filtering results",
881+
"location": "query",
882+
"type": "string"
883+
},
884+
"orderBy": {
885+
"description": "Optional. Hint for how to order the results",
886+
"location": "query",
887+
"type": "string"
888+
},
889+
"pageSize": {
890+
"description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
891+
"format": "int32",
892+
"location": "query",
893+
"type": "integer"
894+
},
895+
"pageToken": {
896+
"description": "Optional. A token identifying a page of results the server should return.",
897+
"location": "query",
898+
"type": "string"
899+
},
900+
"parent": {
901+
"description": "Required. Value for parent.",
902+
"location": "path",
903+
"pattern": "^projects/[^/]+/locations/[^/]+$",
904+
"required": true,
905+
"type": "string"
906+
}
907+
},
908+
"path": "v1alpha/{+parent}/discoveredServices:find",
909+
"response": {
910+
"$ref": "FindDiscoveredServicesResponse"
911+
},
912+
"scopes": [
913+
"https://www.googleapis.com/auth/cloud-platform"
914+
]
915+
},
870916
"findUnregistered": {
871917
"description": "Finds unregistered services in a host project and location.",
872918
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices:findUnregistered",
@@ -988,6 +1034,52 @@
9881034
},
9891035
"discoveredWorkloads": {
9901036
"methods": {
1037+
"find": {
1038+
"description": "Finds discovered workloads that could be added to an application in a host project and location.",
1039+
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads:find",
1040+
"httpMethod": "GET",
1041+
"id": "apphub.projects.locations.discoveredWorkloads.find",
1042+
"parameterOrder": [
1043+
"parent"
1044+
],
1045+
"parameters": {
1046+
"filter": {
1047+
"description": "Optional. Filtering results",
1048+
"location": "query",
1049+
"type": "string"
1050+
},
1051+
"orderBy": {
1052+
"description": "Optional. Hint for how to order the results",
1053+
"location": "query",
1054+
"type": "string"
1055+
},
1056+
"pageSize": {
1057+
"description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
1058+
"format": "int32",
1059+
"location": "query",
1060+
"type": "integer"
1061+
},
1062+
"pageToken": {
1063+
"description": "Optional. A token identifying a page of results the server should return.",
1064+
"location": "query",
1065+
"type": "string"
1066+
},
1067+
"parent": {
1068+
"description": "Required. Value for parent.",
1069+
"location": "path",
1070+
"pattern": "^projects/[^/]+/locations/[^/]+$",
1071+
"required": true,
1072+
"type": "string"
1073+
}
1074+
},
1075+
"path": "v1alpha/{+parent}/discoveredWorkloads:find",
1076+
"response": {
1077+
"$ref": "FindDiscoveredWorkloadsResponse"
1078+
},
1079+
"scopes": [
1080+
"https://www.googleapis.com/auth/cloud-platform"
1081+
]
1082+
},
9911083
"findUnregistered": {
9921084
"description": "Finds unregistered workloads in a host project and location.",
9931085
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads:findUnregistered",
@@ -1378,7 +1470,7 @@
13781470
}
13791471
}
13801472
},
1381-
"revision": "20240122",
1473+
"revision": "20240125",
13821474
"rootUrl": "https://apphub.googleapis.com/",
13831475
"schemas": {
13841476
"Application": {
@@ -1693,6 +1785,56 @@
16931785
},
16941786
"type": "object"
16951787
},
1788+
"FindDiscoveredServicesResponse": {
1789+
"description": "Response for FindDiscoveredServices.",
1790+
"id": "FindDiscoveredServicesResponse",
1791+
"properties": {
1792+
"discoveredServices": {
1793+
"description": "List of discovered services.",
1794+
"items": {
1795+
"$ref": "DiscoveredService"
1796+
},
1797+
"type": "array"
1798+
},
1799+
"nextPageToken": {
1800+
"description": "A token identifying a page of results the server should return.",
1801+
"type": "string"
1802+
},
1803+
"unreachable": {
1804+
"description": "Locations that could not be reached.",
1805+
"items": {
1806+
"type": "string"
1807+
},
1808+
"type": "array"
1809+
}
1810+
},
1811+
"type": "object"
1812+
},
1813+
"FindDiscoveredWorkloadsResponse": {
1814+
"description": "Response for FindDiscoveredWorkloads.",
1815+
"id": "FindDiscoveredWorkloadsResponse",
1816+
"properties": {
1817+
"discoveredWorkloads": {
1818+
"description": "List of discovered workloads.",
1819+
"items": {
1820+
"$ref": "DiscoveredWorkload"
1821+
},
1822+
"type": "array"
1823+
},
1824+
"nextPageToken": {
1825+
"description": "A token identifying a page of results the server should return.",
1826+
"type": "string"
1827+
},
1828+
"unreachable": {
1829+
"description": "Locations that could not be reached.",
1830+
"items": {
1831+
"type": "string"
1832+
},
1833+
"type": "array"
1834+
}
1835+
},
1836+
"type": "object"
1837+
},
16961838
"FindUnregisteredServicesResponse": {
16971839
"description": "Response for FindUnregisteredServices.",
16981840
"id": "FindUnregisteredServicesResponse",

0 commit comments

Comments
 (0)