Skip to content

Commit 92a609b

Browse files
feat: regenerate index files
1 parent 8912c4d commit 92a609b

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

discovery/datamigration-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@
23502350
}
23512351
}
23522352
},
2353-
"revision": "20251201",
2353+
"revision": "20251203",
23542354
"rootUrl": "https://datamigration.googleapis.com/",
23552355
"schemas": {
23562356
"AlloyDbConnectionProfile": {
@@ -2379,14 +2379,16 @@
23792379
"POSTGRES_14",
23802380
"POSTGRES_15",
23812381
"POSTGRES_16",
2382-
"POSTGRES_17"
2382+
"POSTGRES_17",
2383+
"POSTGRES_18"
23832384
],
23842385
"enumDescriptions": [
23852386
"This is an unknown database version.",
23862387
"The database version is Postgres 14.",
23872388
"The database version is Postgres 15.",
23882389
"The database version is Postgres 16.",
2389-
"The database version is Postgres 17."
2390+
"The database version is Postgres 17.",
2391+
"The database version is Postgres 18."
23902392
],
23912393
"type": "string"
23922394
},

discovery/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5227,7 +5227,7 @@
52275227
"version": "v2"
52285228
},
52295229
{
5230-
"description": "",
5230+
"description": "Provides functionality for configuring the observability scope, which controls the log, metric, and trace data that you can view.",
52315231
"discoveryRestUrl": "https://observability.googleapis.com/$discovery/rest?version=v1",
52325232
"documentationLink": "https://cloud.google.com/stackdriver/docs/",
52335233
"icons": {

discovery/run-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,7 +2177,7 @@
21772177
}
21782178
}
21792179
},
2180-
"revision": "20251202",
2180+
"revision": "20251205",
21812181
"rootUrl": "https://run.googleapis.com/",
21822182
"schemas": {
21832183
"GoogleCloudRunV2BinaryAuthorization": {
@@ -2364,7 +2364,7 @@
23642364
"CANCELLED",
23652365
"CANCELLING",
23662366
"DELETED",
2367-
"FLEX_START_PENDING"
2367+
"DELAYED_START_PENDING"
23682368
],
23692369
"enumDescriptions": [
23702370
"Default value.",
@@ -2373,7 +2373,7 @@
23732373
"The execution was cancelled by users.",
23742374
"The execution is in the process of being cancelled.",
23752375
"The execution was deleted.",
2376-
"A Flex priority execution is waiting for a start time."
2376+
"A delayed execution is waiting for a start time."
23772377
],
23782378
"readOnly": true,
23792379
"type": "string"

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2020 Google LLC
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

0 commit comments

Comments
 (0)