Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ applications that interact with individual Google Cloud services:
| [CSS API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-shopping-css) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-shopping/css)](https://npm.im/@google-shopping/css) |
| [Data Analytics API with Gemini](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-geminidataanalytics) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/geminidataanalytics)](https://npm.im/@google-cloud/geminidataanalytics) |
| [Data Labeling](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-datalabeling) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/datalabeling)](https://npm.im/@google-cloud/datalabeling) |
| [Data Lineage API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-datacatalog-lineage-configmanagement) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/configmanagement)](https://npm.im/@google-cloud/configmanagement) |
| [Data Manager API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-ads-datamanager) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-ads/datamanager)](https://npm.im/@google-ads/datamanager) |
| [Data QnA](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-dataqna) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/data-qna)](https://npm.im/@google-cloud/data-qna) |
| [Dataflow](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-dataflow) | [![Preview][preview-stability]][launch-stages] | [![npm](https://img.shields.io/npm/v/@google-cloud/dataflow)](https://npm.im/@google-cloud/dataflow) |
Expand Down
18 changes: 18 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -3031,6 +3031,24 @@
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-datalabeling",
"support_documentation": "https://cloud.google.com/data-labeling/docs/getting-support"
},
{
"name": "datalineage",
"name_pretty": "Data Lineage API",
"product_documentation": "https://cloud.google.com/dataplex/docs/about-data-lineage",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/datalineage/latest",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"release_level": "preview",
"language": "nodejs",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@google-cloud/configmanagement",
"api_id": "datalineage.googleapis.com",
"default_version": "v1",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"api_shortname": "datalineage",
"linkToRepoHomepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-datacatalog-lineage-configmanagement",
"support_documentation": "https://cloud.google.com/dataplex/docs/getting-support"
},
{
"name": "datamanager",
"name_pretty": "Data Manager API",
Expand Down
Loading