Skip to content

Commit 4c613b6

Browse files
feat(all): auto-regenerate discovery clients (#3355)
1 parent 33b87ad commit 4c613b6

File tree

13 files changed

+10587
-6237
lines changed

13 files changed

+10587
-6237
lines changed

‎apihub/v1/apihub-api.json‎

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
],
173173
"parameters": {
174174
"extraLocationTypes": {
175-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
175+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
176176
"location": "query",
177177
"repeated": true,
178178
"type": "string"
@@ -508,7 +508,7 @@
508508
]
509509
},
510510
"patch": {
511-
"description": "Update an API resource in the API hub. The following fields in the API can be updated: * display_name * description * owner * documentation * target_user * team * business_unit * maturity_level * api_style * attributes The update_mask should be used to specify the fields being updated. Updating the owner field requires complete owner message and updates both owner and email fields.",
511+
"description": "Update an API resource in the API hub. The following fields in the API can be updated: * display_name * description * owner * documentation * target_user * team * business_unit * maturity_level * api_style * attributes * fingerprint The update_mask should be used to specify the fields being updated. Updating the owner field requires complete owner message and updates both owner and email fields.",
512512
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/apis/{apisId}",
513513
"httpMethod": "PATCH",
514514
"id": "apihub.projects.locations.apis.patch",
@@ -866,7 +866,7 @@
866866
]
867867
},
868868
"patch": {
869-
"description": "Update an operation in an API version. The following fields in the ApiOperation resource can be updated: * details.description * details.documentation * details.http_operation.path * details.http_operation.method * details.deprecated * attributes The update_mask should be used to specify the fields being updated. An operation can be updated only if the operation was created via CreateApiOperation API. If the operation was created by parsing the spec, then it can be edited by updating the spec.",
869+
"description": "Update an operation in an API version. The following fields in the ApiOperation resource can be updated: * details.description * details.documentation * details.http_operation.path * details.http_operation.method * details.deprecated * attributes * details.mcp_tool.title * details.mcp_tool.description * details.input_schema * details.output_schema * details.mcp_tool.annotations.title * details.mcp_tool.annotations.read_only_hint * details.mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.idempotent_hint * details.mcp_tool.annotations.open_world_hint * details.mcp_tool.annotations.additional_hints The update_mask should be used to specify the fields being updated. An operation can be updated only if the operation was created via CreateApiOperation API. If the operation was created by parsing the spec, then it can be edited by updating the spec.",
870870
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/apis/{apisId}/versions/{versionsId}/operations/{operationsId}",
871871
"httpMethod": "PATCH",
872872
"id": "apihub.projects.locations.apis.versions.operations.patch",
@@ -2276,6 +2276,11 @@
22762276
"description": "The standard list page token.",
22772277
"location": "query",
22782278
"type": "string"
2279+
},
2280+
"returnPartialSuccess": {
2281+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
2282+
"location": "query",
2283+
"type": "boolean"
22792284
}
22802285
},
22812286
"path": "v1/{+name}/operations",
@@ -2974,7 +2979,7 @@
29742979
}
29752980
}
29762981
},
2977-
"revision": "20250912",
2982+
"revision": "20251025",
29782983
"rootUrl": "https://apihub.googleapis.com/",
29792984
"schemas": {
29802985
"Empty": {
@@ -3099,7 +3104,7 @@
30993104
"description": "Optional. The documentation for the API resource."
31003105
},
31013106
"fingerprint": {
3102-
"description": "Optional. Fingerprint of the API resource.",
3107+
"description": "Optional. Fingerprint of the API resource. This must be unique for each API resource. It can neither be unset nor be updated to an existing fingerprint of another API resource.",
31033108
"type": "string"
31043109
},
31053110
"maturityLevel": {
@@ -6515,6 +6520,13 @@
65156520
"$ref": "GoogleLongrunningOperation"
65166521
},
65176522
"type": "array"
6523+
},
6524+
"unreachable": {
6525+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
6526+
"items": {
6527+
"type": "string"
6528+
},
6529+
"type": "array"
65186530
}
65196531
},
65206532
"type": "object"

‎apihub/v1/apihub-gen.go‎

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

‎businessprofileperformance/v1/businessprofileperformance-api.json‎

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,20 @@
123123
"BUSINESS_FOOD_ORDERS",
124124
"BUSINESS_FOOD_MENU_CLICKS"
125125
],
126+
"enumDeprecated": [
127+
false,
128+
false,
129+
false,
130+
false,
131+
false,
132+
false,
133+
false,
134+
false,
135+
false,
136+
false,
137+
true,
138+
false
139+
],
126140
"enumDescriptions": [
127141
"Represents the default unknown value.",
128142
"Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.",
@@ -215,6 +229,20 @@
215229
"BUSINESS_FOOD_ORDERS",
216230
"BUSINESS_FOOD_MENU_CLICKS"
217231
],
232+
"enumDeprecated": [
233+
false,
234+
false,
235+
false,
236+
false,
237+
false,
238+
false,
239+
false,
240+
false,
241+
false,
242+
false,
243+
true,
244+
false
245+
],
218246
"enumDescriptions": [
219247
"Represents the default unknown value.",
220248
"Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.",
@@ -417,7 +445,7 @@
417445
}
418446
}
419447
},
420-
"revision": "20241002",
448+
"revision": "20251026",
421449
"rootUrl": "https://businessprofileperformance.googleapis.com/",
422450
"schemas": {
423451
"DailyMetricTimeSeries": {
@@ -440,6 +468,20 @@
440468
"BUSINESS_FOOD_ORDERS",
441469
"BUSINESS_FOOD_MENU_CLICKS"
442470
],
471+
"enumDeprecated": [
472+
false,
473+
false,
474+
false,
475+
false,
476+
false,
477+
false,
478+
false,
479+
false,
480+
false,
481+
false,
482+
true,
483+
false
484+
],
443485
"enumDescriptions": [
444486
"Represents the default unknown value.",
445487
"Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression.",

‎deploymentmanager/v2/deploymentmanager-api.json‎

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
}
10291029
}
10301030
},
1031-
"revision": "20250828",
1031+
"revision": "20251024",
10321032
"rootUrl": "https://deploymentmanager.googleapis.com/",
10331033
"schemas": {
10341034
"AuditConfig": {
@@ -1754,11 +1754,12 @@
17541754
"QUOTA_INFO_UNAVAILABLE",
17551755
"RESOURCE_USES_GLOBAL_DNS",
17561756
"RATE_LIMIT_EXCEEDED",
1757-
"RESERVED_ENTRY_135",
1757+
"UPCOMING_MAINTENANCES_UNAVAILABLE",
17581758
"RESERVED_ENTRY_136",
17591759
"RESERVED_ENTRY_139",
17601760
"RESERVED_ENTRY_141",
1761-
"RESERVED_ENTRY_142"
1761+
"RESERVED_ENTRY_142",
1762+
"RESERVED_ENTRY_143"
17621763
],
17631764
"enumDeprecated": [
17641765
false,
@@ -1800,6 +1801,7 @@
18001801
false,
18011802
false,
18021803
false,
1804+
false,
18031805
false
18041806
],
18051807
"enumDescriptions": [
@@ -1838,6 +1840,7 @@
18381840
"Quota information is not available to client requests (e.g: regions.list).",
18391841
"Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.",
18401842
"Resource can't be retrieved due to api quota exceeded.",
1843+
"Upcoming maintenance schedule is unavailable for the resource.",
18411844
"Reserved entries for quickly adding new warnings without breaking dependent clients.",
18421845
"",
18431846
"",
@@ -2061,11 +2064,12 @@
20612064
"QUOTA_INFO_UNAVAILABLE",
20622065
"RESOURCE_USES_GLOBAL_DNS",
20632066
"RATE_LIMIT_EXCEEDED",
2064-
"RESERVED_ENTRY_135",
2067+
"UPCOMING_MAINTENANCES_UNAVAILABLE",
20652068
"RESERVED_ENTRY_136",
20662069
"RESERVED_ENTRY_139",
20672070
"RESERVED_ENTRY_141",
2068-
"RESERVED_ENTRY_142"
2071+
"RESERVED_ENTRY_142",
2072+
"RESERVED_ENTRY_143"
20692073
],
20702074
"enumDeprecated": [
20712075
false,
@@ -2107,6 +2111,7 @@
21072111
false,
21082112
false,
21092113
false,
2114+
false,
21102115
false
21112116
],
21122117
"enumDescriptions": [
@@ -2145,6 +2150,7 @@
21452150
"Quota information is not available to client requests (e.g: regions.list).",
21462151
"Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.",
21472152
"Resource can't be retrieved due to api quota exceeded.",
2153+
"Upcoming maintenance schedule is unavailable for the resource.",
21482154
"Reserved entries for quickly adding new warnings without breaking dependent clients.",
21492155
"",
21502156
"",
@@ -2350,11 +2356,12 @@
23502356
"QUOTA_INFO_UNAVAILABLE",
23512357
"RESOURCE_USES_GLOBAL_DNS",
23522358
"RATE_LIMIT_EXCEEDED",
2353-
"RESERVED_ENTRY_135",
2359+
"UPCOMING_MAINTENANCES_UNAVAILABLE",
23542360
"RESERVED_ENTRY_136",
23552361
"RESERVED_ENTRY_139",
23562362
"RESERVED_ENTRY_141",
2357-
"RESERVED_ENTRY_142"
2363+
"RESERVED_ENTRY_142",
2364+
"RESERVED_ENTRY_143"
23582365
],
23592366
"enumDeprecated": [
23602367
false,
@@ -2396,6 +2403,7 @@
23962403
false,
23972404
false,
23982405
false,
2406+
false,
23992407
false
24002408
],
24012409
"enumDescriptions": [
@@ -2434,6 +2442,7 @@
24342442
"Quota information is not available to client requests (e.g: regions.list).",
24352443
"Indicates that a VM is using global DNS. Can also be used to indicate that a resource has attributes that could result in the creation of a VM that uses global DNS.",
24362444
"Resource can't be retrieved due to api quota exceeded.",
2445+
"Upcoming maintenance schedule is unavailable for the resource.",
24372446
"Reserved entries for quickly adding new warnings without breaking dependent clients.",
24382447
"",
24392448
"",

0 commit comments

Comments
 (0)