Skip to content

Commit d0e0254

Browse files
feat(all): auto-regenerate discovery clients (#2982)
1 parent b5187e5 commit d0e0254

File tree

12 files changed

+249
-46
lines changed

12 files changed

+249
-46
lines changed

displayvideo/v2/displayvideo-api.json

Lines changed: 61 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8010,7 +8010,7 @@
80108010
}
80118011
}
80128012
},
8013-
"revision": "20250123",
8013+
"revision": "20250124",
80148014
"rootUrl": "https://displayvideo.googleapis.com/",
80158015
"schemas": {
80168016
"ActivateManualTriggerRequest": {
@@ -9912,7 +9912,16 @@
99129912
"GEO_REGION_TYPE_ARRONDISSEMENT",
99139913
"GEO_REGION_TYPE_NEIGHBORHOOD",
99149914
"GEO_REGION_TYPE_UNIVERSITY",
9915-
"GEO_REGION_TYPE_DISTRICT"
9915+
"GEO_REGION_TYPE_DISTRICT",
9916+
"GEO_REGION_TYPE_NATIONAL_PARK",
9917+
"GEO_REGION_TYPE_BARRIO",
9918+
"GEO_REGION_TYPE_SUB_WARD",
9919+
"GEO_REGION_TYPE_MUNICIPALITY_DISTRICT",
9920+
"GEO_REGION_TYPE_SUB_DISTRICT",
9921+
"GEO_REGION_TYPE_QUARTER",
9922+
"GEO_REGION_TYPE_DIVISION",
9923+
"GEO_REGION_TYPE_COMMUNE",
9924+
"GEO_REGION_TYPE_COLLOQUIAL_AREA"
99169925
],
99179926
"enumDescriptions": [
99189927
"The geographic region type is unknown.",
@@ -9943,7 +9952,16 @@
99439952
"The geographic region is an arrondissement.",
99449953
"The geographic region is a neighborhood.",
99459954
"The geographic region is a university.",
9946-
"The geographic region is a district."
9955+
"The geographic region is a district.",
9956+
"The geographic region is a national park.",
9957+
"The geographic region is a barrio.",
9958+
"The geographic region is a sub ward.",
9959+
"The geographic region is a municipality district.",
9960+
"The geographic region is a sub district.",
9961+
"The geographic region is a quarter.",
9962+
"The geographic region is a division.",
9963+
"The geographic region is a commune.",
9964+
"The geographic region is a colloquial area."
99479965
],
99489966
"readOnly": true,
99499967
"type": "string"
@@ -13742,7 +13760,16 @@
1374213760
"GEO_REGION_TYPE_ARRONDISSEMENT",
1374313761
"GEO_REGION_TYPE_NEIGHBORHOOD",
1374413762
"GEO_REGION_TYPE_UNIVERSITY",
13745-
"GEO_REGION_TYPE_DISTRICT"
13763+
"GEO_REGION_TYPE_DISTRICT",
13764+
"GEO_REGION_TYPE_NATIONAL_PARK",
13765+
"GEO_REGION_TYPE_BARRIO",
13766+
"GEO_REGION_TYPE_SUB_WARD",
13767+
"GEO_REGION_TYPE_MUNICIPALITY_DISTRICT",
13768+
"GEO_REGION_TYPE_SUB_DISTRICT",
13769+
"GEO_REGION_TYPE_QUARTER",
13770+
"GEO_REGION_TYPE_DIVISION",
13771+
"GEO_REGION_TYPE_COMMUNE",
13772+
"GEO_REGION_TYPE_COLLOQUIAL_AREA"
1374613773
],
1374713774
"enumDescriptions": [
1374813775
"The geographic region type is unknown.",
@@ -13773,7 +13800,16 @@
1377313800
"The geographic region is an arrondissement.",
1377413801
"The geographic region is a neighborhood.",
1377513802
"The geographic region is a university.",
13776-
"The geographic region is a district."
13803+
"The geographic region is a district.",
13804+
"The geographic region is a national park.",
13805+
"The geographic region is a barrio.",
13806+
"The geographic region is a sub ward.",
13807+
"The geographic region is a municipality district.",
13808+
"The geographic region is a sub district.",
13809+
"The geographic region is a quarter.",
13810+
"The geographic region is a division.",
13811+
"The geographic region is a commune.",
13812+
"The geographic region is a colloquial area."
1377713813
],
1377813814
"readOnly": true,
1377913815
"type": "string"
@@ -13840,7 +13876,16 @@
1384013876
"GEO_REGION_TYPE_ARRONDISSEMENT",
1384113877
"GEO_REGION_TYPE_NEIGHBORHOOD",
1384213878
"GEO_REGION_TYPE_UNIVERSITY",
13843-
"GEO_REGION_TYPE_DISTRICT"
13879+
"GEO_REGION_TYPE_DISTRICT",
13880+
"GEO_REGION_TYPE_NATIONAL_PARK",
13881+
"GEO_REGION_TYPE_BARRIO",
13882+
"GEO_REGION_TYPE_SUB_WARD",
13883+
"GEO_REGION_TYPE_MUNICIPALITY_DISTRICT",
13884+
"GEO_REGION_TYPE_SUB_DISTRICT",
13885+
"GEO_REGION_TYPE_QUARTER",
13886+
"GEO_REGION_TYPE_DIVISION",
13887+
"GEO_REGION_TYPE_COMMUNE",
13888+
"GEO_REGION_TYPE_COLLOQUIAL_AREA"
1384413889
],
1384513890
"enumDescriptions": [
1384613891
"The geographic region type is unknown.",
@@ -13871,7 +13916,16 @@
1387113916
"The geographic region is an arrondissement.",
1387213917
"The geographic region is a neighborhood.",
1387313918
"The geographic region is a university.",
13874-
"The geographic region is a district."
13919+
"The geographic region is a district.",
13920+
"The geographic region is a national park.",
13921+
"The geographic region is a barrio.",
13922+
"The geographic region is a sub ward.",
13923+
"The geographic region is a municipality district.",
13924+
"The geographic region is a sub district.",
13925+
"The geographic region is a quarter.",
13926+
"The geographic region is a division.",
13927+
"The geographic region is a commune.",
13928+
"The geographic region is a colloquial area."
1387513929
],
1387613930
"readOnly": true,
1387713931
"type": "string"

displayvideo/v2/displayvideo-gen.go

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

displayvideo/v3/displayvideo-api.json

Lines changed: 61 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9222,7 +9222,7 @@
92229222
}
92239223
}
92249224
},
9225-
"revision": "20250123",
9225+
"revision": "20250124",
92269226
"rootUrl": "https://displayvideo.googleapis.com/",
92279227
"schemas": {
92289228
"ActiveViewVideoViewabilityMetricConfig": {
@@ -12080,7 +12080,16 @@
1208012080
"GEO_REGION_TYPE_ARRONDISSEMENT",
1208112081
"GEO_REGION_TYPE_NEIGHBORHOOD",
1208212082
"GEO_REGION_TYPE_UNIVERSITY",
12083-
"GEO_REGION_TYPE_DISTRICT"
12083+
"GEO_REGION_TYPE_DISTRICT",
12084+
"GEO_REGION_TYPE_NATIONAL_PARK",
12085+
"GEO_REGION_TYPE_BARRIO",
12086+
"GEO_REGION_TYPE_SUB_WARD",
12087+
"GEO_REGION_TYPE_MUNICIPALITY_DISTRICT",
12088+
"GEO_REGION_TYPE_SUB_DISTRICT",
12089+
"GEO_REGION_TYPE_QUARTER",
12090+
"GEO_REGION_TYPE_DIVISION",
12091+
"GEO_REGION_TYPE_COMMUNE",
12092+
"GEO_REGION_TYPE_COLLOQUIAL_AREA"
1208412093
],
1208512094
"enumDescriptions": [
1208612095
"The geographic region type is unknown.",
@@ -12111,7 +12120,16 @@
1211112120
"The geographic region is an arrondissement.",
1211212121
"The geographic region is a neighborhood.",
1211312122
"The geographic region is a university.",
12114-
"The geographic region is a district."
12123+
"The geographic region is a district.",
12124+
"The geographic region is a national park.",
12125+
"The geographic region is a barrio.",
12126+
"The geographic region is a sub ward.",
12127+
"The geographic region is a municipality district.",
12128+
"The geographic region is a sub district.",
12129+
"The geographic region is a quarter.",
12130+
"The geographic region is a division.",
12131+
"The geographic region is a commune.",
12132+
"The geographic region is a colloquial area."
1211512133
],
1211612134
"readOnly": true,
1211712135
"type": "string"
@@ -16437,7 +16455,16 @@
1643716455
"GEO_REGION_TYPE_ARRONDISSEMENT",
1643816456
"GEO_REGION_TYPE_NEIGHBORHOOD",
1643916457
"GEO_REGION_TYPE_UNIVERSITY",
16440-
"GEO_REGION_TYPE_DISTRICT"
16458+
"GEO_REGION_TYPE_DISTRICT",
16459+
"GEO_REGION_TYPE_NATIONAL_PARK",
16460+
"GEO_REGION_TYPE_BARRIO",
16461+
"GEO_REGION_TYPE_SUB_WARD",
16462+
"GEO_REGION_TYPE_MUNICIPALITY_DISTRICT",
16463+
"GEO_REGION_TYPE_SUB_DISTRICT",
16464+
"GEO_REGION_TYPE_QUARTER",
16465+
"GEO_REGION_TYPE_DIVISION",
16466+
"GEO_REGION_TYPE_COMMUNE",
16467+
"GEO_REGION_TYPE_COLLOQUIAL_AREA"
1644116468
],
1644216469
"enumDescriptions": [
1644316470
"The geographic region type is unknown.",
@@ -16468,7 +16495,16 @@
1646816495
"The geographic region is an arrondissement.",
1646916496
"The geographic region is a neighborhood.",
1647016497
"The geographic region is a university.",
16471-
"The geographic region is a district."
16498+
"The geographic region is a district.",
16499+
"The geographic region is a national park.",
16500+
"The geographic region is a barrio.",
16501+
"The geographic region is a sub ward.",
16502+
"The geographic region is a municipality district.",
16503+
"The geographic region is a sub district.",
16504+
"The geographic region is a quarter.",
16505+
"The geographic region is a division.",
16506+
"The geographic region is a commune.",
16507+
"The geographic region is a colloquial area."
1647216508
],
1647316509
"readOnly": true,
1647416510
"type": "string"
@@ -16535,7 +16571,16 @@
1653516571
"GEO_REGION_TYPE_ARRONDISSEMENT",
1653616572
"GEO_REGION_TYPE_NEIGHBORHOOD",
1653716573
"GEO_REGION_TYPE_UNIVERSITY",
16538-
"GEO_REGION_TYPE_DISTRICT"
16574+
"GEO_REGION_TYPE_DISTRICT",
16575+
"GEO_REGION_TYPE_NATIONAL_PARK",
16576+
"GEO_REGION_TYPE_BARRIO",
16577+
"GEO_REGION_TYPE_SUB_WARD",
16578+
"GEO_REGION_TYPE_MUNICIPALITY_DISTRICT",
16579+
"GEO_REGION_TYPE_SUB_DISTRICT",
16580+
"GEO_REGION_TYPE_QUARTER",
16581+
"GEO_REGION_TYPE_DIVISION",
16582+
"GEO_REGION_TYPE_COMMUNE",
16583+
"GEO_REGION_TYPE_COLLOQUIAL_AREA"
1653916584
],
1654016585
"enumDescriptions": [
1654116586
"The geographic region type is unknown.",
@@ -16566,7 +16611,16 @@
1656616611
"The geographic region is an arrondissement.",
1656716612
"The geographic region is a neighborhood.",
1656816613
"The geographic region is a university.",
16569-
"The geographic region is a district."
16614+
"The geographic region is a district.",
16615+
"The geographic region is a national park.",
16616+
"The geographic region is a barrio.",
16617+
"The geographic region is a sub ward.",
16618+
"The geographic region is a municipality district.",
16619+
"The geographic region is a sub district.",
16620+
"The geographic region is a quarter.",
16621+
"The geographic region is a division.",
16622+
"The geographic region is a commune.",
16623+
"The geographic region is a colloquial area."
1657016624
],
1657116625
"readOnly": true,
1657216626
"type": "string"

displayvideo/v3/displayvideo-gen.go

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

0 commit comments

Comments
 (0)