Skip to content

Commit 4bb344e

Browse files
feat: regenerate index files
1 parent 398e964 commit 4bb344e

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

discovery/artifactregistry-v1.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@
24652465
}
24662466
}
24672467
},
2468-
"revision": "20250925",
2468+
"revision": "20251007",
24692469
"rootUrl": "https://artifactregistry.googleapis.com/",
24702470
"schemas": {
24712471
"AptArtifact": {
@@ -4115,7 +4115,8 @@
41154115
"PYTHON",
41164116
"KFP",
41174117
"GO",
4118-
"GENERIC"
4118+
"GENERIC",
4119+
"RUBY"
41194120
],
41204121
"enumDescriptions": [
41214122
"Unspecified package format.",
@@ -4128,7 +4129,8 @@
41284129
"Python package format.",
41294130
"Kubeflow Pipelines package format.",
41304131
"Go package format.",
4131-
"Generic package format."
4132+
"Generic package format.",
4133+
"Ruby package format."
41324134
],
41334135
"type": "string"
41344136
},
@@ -4666,7 +4668,7 @@
46664668
"DISABLED"
46674669
],
46684670
"enumDescriptions": [
4669-
"Not set. This will be treated as INHERITED.",
4671+
"Not set. This will be treated as INHERITED for Docker repositories and DISABLED for non-Docker repositories.",
46704672
"Scanning is Enabled, but dependent on API enablement.",
46714673
"No automatic vulnerability scanning will be performed for this repository."
46724674
],

discovery/index.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2279,10 +2279,25 @@
22792279
"id": "dataform:v1beta1",
22802280
"kind": "discovery#directoryItem",
22812281
"name": "dataform",
2282-
"preferred": true,
2282+
"preferred": false,
22832283
"title": "Dataform API",
22842284
"version": "v1beta1"
22852285
},
2286+
{
2287+
"description": "Service to develop, version control, and operationalize SQL pipelines in BigQuery.",
2288+
"discoveryRestUrl": "https://dataform.googleapis.com/$discovery/rest?version=v1",
2289+
"documentationLink": "https://cloud.google.com/dataform/docs",
2290+
"icons": {
2291+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
2292+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
2293+
},
2294+
"id": "dataform:v1",
2295+
"kind": "discovery#directoryItem",
2296+
"name": "dataform",
2297+
"preferred": true,
2298+
"title": "Dataform API",
2299+
"version": "v1"
2300+
},
22862301
{
22872302
"description": "Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration service for quickly building and managing data pipelines. It provides a graphical interface to increase time efficiency and reduce complexity, and allows business users, developers, and data scientists to easily and reliably build scalable data integration solutions to cleanse, prepare, blend, transfer and transform data without having to wrestle with infrastructure.",
22882303
"discoveryRestUrl": "https://datafusion.googleapis.com/$discovery/rest?version=v1beta1",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export {customsearch_v1} from './apis/customsearch/v1';
196196
export {datacatalog_v1} from './apis/datacatalog/v1';
197197
export {datacatalog_v1beta1} from './apis/datacatalog/v1beta1';
198198
export {dataflow_v1b3} from './apis/dataflow/v1b3';
199+
export {dataform_v1} from './apis/dataform/v1';
199200
export {dataform_v1beta1} from './apis/dataform/v1beta1';
200201
export {datafusion_v1} from './apis/datafusion/v1';
201202
export {datafusion_v1beta1} from './apis/datafusion/v1beta1';

0 commit comments

Comments
 (0)