Skip to content

Commit 8c5ef06

Browse files
feat(all): auto-regenerate discovery clients (#3325)
1 parent b41b5a5 commit 8c5ef06

File tree

6 files changed

+81
-4
lines changed

6 files changed

+81
-4
lines changed

migrationcenter/v1/migrationcenter-api.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,6 +1532,11 @@
15321532
"description": "The standard list page token.",
15331533
"location": "query",
15341534
"type": "string"
1535+
},
1536+
"returnPartialSuccess": {
1537+
"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.",
1538+
"location": "query",
1539+
"type": "boolean"
15351540
}
15361541
},
15371542
"path": "v1/{+name}/operations",
@@ -2407,7 +2412,7 @@
24072412
}
24082413
}
24092414
},
2410-
"revision": "20250904",
2415+
"revision": "20250928",
24112416
"rootUrl": "https://migrationcenter.googleapis.com/",
24122417
"schemas": {
24132418
"AddAssetsToGroupRequest": {
@@ -4766,6 +4771,13 @@
47664771
"$ref": "Operation"
47674772
},
47684773
"type": "array"
4774+
},
4775+
"unreachable": {
4776+
"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.",
4777+
"items": {
4778+
"type": "string"
4779+
},
4780+
"type": "array"
47694781
}
47704782
},
47714783
"type": "object"

migrationcenter/v1/migrationcenter-gen.go

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

sqladmin/v1/sqladmin-api.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@
26852685
}
26862686
}
26872687
},
2688-
"revision": "20250915",
2688+
"revision": "20250925",
26892689
"rootUrl": "https://sqladmin.googleapis.com/",
26902690
"schemas": {
26912691
"AclEntry": {
@@ -2873,6 +2873,7 @@
28732873
"POSTGRES_15",
28742874
"POSTGRES_16",
28752875
"POSTGRES_17",
2876+
"POSTGRES_18",
28762877
"SQLSERVER_2019_STANDARD",
28772878
"SQLSERVER_2019_ENTERPRISE",
28782879
"SQLSERVER_2019_EXPRESS",
@@ -2931,6 +2932,7 @@
29312932
false,
29322933
false,
29332934
false,
2935+
false,
29342936
false
29352937
],
29362938
"enumDescriptions": [
@@ -2975,6 +2977,7 @@
29752977
"The database version is PostgreSQL 15.",
29762978
"The database version is PostgreSQL 16.",
29772979
"The database version is PostgreSQL 17.",
2980+
"The database version is PostgreSQL 18.",
29782981
"The database version is SQL Server 2019 Standard.",
29792982
"The database version is SQL Server 2019 Enterprise.",
29802983
"The database version is SQL Server 2019 Express.",
@@ -3332,6 +3335,7 @@
33323335
"POSTGRES_15",
33333336
"POSTGRES_16",
33343337
"POSTGRES_17",
3338+
"POSTGRES_18",
33353339
"SQLSERVER_2019_STANDARD",
33363340
"SQLSERVER_2019_ENTERPRISE",
33373341
"SQLSERVER_2019_EXPRESS",
@@ -3390,6 +3394,7 @@
33903394
false,
33913395
false,
33923396
false,
3397+
false,
33933398
false
33943399
],
33953400
"enumDescriptions": [
@@ -3434,6 +3439,7 @@
34343439
"The database version is PostgreSQL 15.",
34353440
"The database version is PostgreSQL 16.",
34363441
"The database version is PostgreSQL 17.",
3442+
"The database version is PostgreSQL 18.",
34373443
"The database version is SQL Server 2019 Standard.",
34383444
"The database version is SQL Server 2019 Enterprise.",
34393445
"The database version is SQL Server 2019 Express.",
@@ -3778,6 +3784,7 @@
37783784
"POSTGRES_15",
37793785
"POSTGRES_16",
37803786
"POSTGRES_17",
3787+
"POSTGRES_18",
37813788
"SQLSERVER_2019_STANDARD",
37823789
"SQLSERVER_2019_ENTERPRISE",
37833790
"SQLSERVER_2019_EXPRESS",
@@ -3836,6 +3843,7 @@
38363843
false,
38373844
false,
38383845
false,
3846+
false,
38393847
false
38403848
],
38413849
"enumDescriptions": [
@@ -3880,6 +3888,7 @@
38803888
"The database version is PostgreSQL 15.",
38813889
"The database version is PostgreSQL 16.",
38823890
"The database version is PostgreSQL 17.",
3891+
"The database version is PostgreSQL 18.",
38833892
"The database version is SQL Server 2019 Standard.",
38843893
"The database version is SQL Server 2019 Enterprise.",
38853894
"The database version is SQL Server 2019 Express.",
@@ -4180,6 +4189,7 @@
41804189
"POSTGRES_15",
41814190
"POSTGRES_16",
41824191
"POSTGRES_17",
4192+
"POSTGRES_18",
41834193
"SQLSERVER_2019_STANDARD",
41844194
"SQLSERVER_2019_ENTERPRISE",
41854195
"SQLSERVER_2019_EXPRESS",
@@ -4238,6 +4248,7 @@
42384248
false,
42394249
false,
42404250
false,
4251+
false,
42414252
false
42424253
],
42434254
"enumDescriptions": [
@@ -4282,6 +4293,7 @@
42824293
"The database version is PostgreSQL 15.",
42834294
"The database version is PostgreSQL 16.",
42844295
"The database version is PostgreSQL 17.",
4296+
"The database version is PostgreSQL 18.",
42854297
"The database version is SQL Server 2019 Standard.",
42864298
"The database version is SQL Server 2019 Enterprise.",
42874299
"The database version is SQL Server 2019 Express.",
@@ -5130,6 +5142,7 @@
51305142
"POSTGRES_15",
51315143
"POSTGRES_16",
51325144
"POSTGRES_17",
5145+
"POSTGRES_18",
51335146
"SQLSERVER_2019_STANDARD",
51345147
"SQLSERVER_2019_ENTERPRISE",
51355148
"SQLSERVER_2019_EXPRESS",
@@ -5188,6 +5201,7 @@
51885201
false,
51895202
false,
51905203
false,
5204+
false,
51915205
false
51925206
],
51935207
"enumDescriptions": [
@@ -5232,6 +5246,7 @@
52325246
"The database version is PostgreSQL 15.",
52335247
"The database version is PostgreSQL 16.",
52345248
"The database version is PostgreSQL 17.",
5249+
"The database version is PostgreSQL 18.",
52355250
"The database version is SQL Server 2019 Standard.",
52365251
"The database version is SQL Server 2019 Enterprise.",
52375252
"The database version is SQL Server 2019 Express.",
@@ -6881,6 +6896,7 @@
68816896
"POSTGRES_15",
68826897
"POSTGRES_16",
68836898
"POSTGRES_17",
6899+
"POSTGRES_18",
68846900
"SQLSERVER_2019_STANDARD",
68856901
"SQLSERVER_2019_ENTERPRISE",
68866902
"SQLSERVER_2019_EXPRESS",
@@ -6939,6 +6955,7 @@
69396955
false,
69406956
false,
69416957
false,
6958+
false,
69426959
false
69436960
],
69446961
"enumDescriptions": [
@@ -6983,6 +7000,7 @@
69837000
"The database version is PostgreSQL 15.",
69847001
"The database version is PostgreSQL 16.",
69857002
"The database version is PostgreSQL 17.",
7003+
"The database version is PostgreSQL 18.",
69867004
"The database version is SQL Server 2019 Standard.",
69877005
"The database version is SQL Server 2019 Enterprise.",
69887006
"The database version is SQL Server 2019 Express.",

sqladmin/v1/sqladmin-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.

storage/v1/storage-api.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"location": "northamerica-south1"
254254
}
255255
],
256-
"etag": "\"3136333632333439343533383832363638313632\"",
256+
"etag": "\"3131343633323936333034313936343439353533\"",
257257
"icons": {
258258
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
259259
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
@@ -1083,6 +1083,11 @@
10831083
"location": "query",
10841084
"type": "string"
10851085
},
1086+
"returnPartialSuccess": {
1087+
"description": "If true, return a list of bucket resource names for buckets that are in unreachable locations.",
1088+
"location": "query",
1089+
"type": "boolean"
1090+
},
10861091
"softDeleted": {
10871092
"description": "If true, only soft-deleted bucket versions will be returned. The default is false. For more information, see [Soft Delete](https://cloud.google.com/storage/docs/soft-delete).",
10881093
"location": "query",
@@ -4544,7 +4549,7 @@
45444549
}
45454550
}
45464551
},
4547-
"revision": "20250814",
4552+
"revision": "20250925",
45484553
"rootUrl": "https://storage.googleapis.com/",
45494554
"schemas": {
45504555
"AdvanceRelocateBucketOperationRequest": {
@@ -5385,6 +5390,13 @@
53855390
"nextPageToken": {
53865391
"description": "The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.",
53875392
"type": "string"
5393+
},
5394+
"unreachable": {
5395+
"description": "The list of bucket resource names that could not be reached during the listing operation.",
5396+
"items": {
5397+
"type": "string"
5398+
},
5399+
"type": "array"
53885400
}
53895401
},
53905402
"type": "object"

storage/v1/storage-gen.go

Lines changed: 11 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)