Skip to content

Commit f17a3f9

Browse files
yoshi-automationquirogas
authored andcommitted
feat: regenerate index files
1 parent f2dc214 commit f17a3f9

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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": {

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)