Cloud Dataplex: Node.js Client

release levelnpm version

dataplex client for Node.js

A comprehensive list of changes in each version may be found inthe CHANGELOG.

Read more about the client libraries for Cloud APIs, including the olderGoogle APIs Client Libraries, inClient Libraries Explained.

Table of contents:

Quickstart

Before you begin

  1. Select or create a Cloud Platform project.
  2. Enable billing for your project.
  3. Enable the Cloud Dataplex API.
  4. Set up authentication with a service account so you can access theAPI from your local workstation.

Installing the client library

npm install @google-cloud/dataplex

Using the client library

// Imports the Google Cloud client library// eslint-disable-next-line node/no-missing-requireconst {DataplexServiceClient} = require('@google-cloud/dataplex');// TODO(developer): replace with your prefered project ID.// const projectId = 'my-project'// const location = 'my-location'// Creates a client1046198160504// eslint-disable-next-line no-unused-varsconst client = newDataplexServiceClient();async function listLakes() {  const [lakes] = await client.listLakes({    parent: `projects/${projectId}/locations/${location}`,  });  console.info(lakes);}listLakes();

Samples

Samples are in thesamples/ directory. Each sample'sREADME.md has instructions for running its sample.

SampleSource CodeTry it
Catalog_service.create_aspect_typesource codeOpen in Cloud Shell
Catalog_service.create_entrysource codeOpen in Cloud Shell
Catalog_service.create_entry_groupsource codeOpen in Cloud Shell
Catalog_service.create_entry_typesource codeOpen in Cloud Shell
Catalog_service.delete_aspect_typesource codeOpen in Cloud Shell
Catalog_service.delete_entrysource codeOpen in Cloud Shell
Catalog_service.delete_entry_groupsource codeOpen in Cloud Shell
Catalog_service.delete_entry_typesource codeOpen in Cloud Shell
Catalog_service.get_aspect_typesource codeOpen in Cloud Shell
Catalog_service.get_entrysource codeOpen in Cloud Shell
Catalog_service.get_entry_groupsource codeOpen in Cloud Shell
Catalog_service.get_entry_typesource codeOpen in Cloud Shell
Catalog_service.list_aspect_typessource codeOpen in Cloud Shell
Catalog_service.list_entriessource codeOpen in Cloud Shell
Catalog_service.list_entry_groupssource codeOpen in Cloud Shell
Catalog_service.list_entry_typessource codeOpen in Cloud Shell
Catalog_service.lookup_entrysource codeOpen in Cloud Shell
Catalog_service.search_entriessource codeOpen in Cloud Shell
Catalog_service.update_aspect_typesource codeOpen in Cloud Shell
Catalog_service.update_entrysource codeOpen in Cloud Shell
Catalog_service.update_entry_groupsource codeOpen in Cloud Shell
Catalog_service.update_entry_typesource codeOpen in Cloud Shell
Content_service.create_contentsource codeOpen in Cloud Shell
Content_service.delete_contentsource codeOpen in Cloud Shell
Content_service.get_contentsource codeOpen in Cloud Shell
Content_service.get_iam_policysource codeOpen in Cloud Shell
Content_service.list_contentsource codeOpen in Cloud Shell
Content_service.set_iam_policysource codeOpen in Cloud Shell
Content_service.test_iam_permissionssource codeOpen in Cloud Shell
Content_service.update_contentsource codeOpen in Cloud Shell
Data_scan_service.create_data_scansource codeOpen in Cloud Shell
Data_scan_service.delete_data_scansource codeOpen in Cloud Shell
Data_scan_service.generate_data_quality_rulessource codeOpen in Cloud Shell
Data_scan_service.get_data_scansource codeOpen in Cloud Shell
Data_scan_service.get_data_scan_jobsource codeOpen in Cloud Shell
Data_scan_service.list_data_scan_jobssource codeOpen in Cloud Shell
Data_scan_service.list_data_scanssource codeOpen in Cloud Shell
Data_scan_service.run_data_scansource codeOpen in Cloud Shell
Data_scan_service.update_data_scansource codeOpen in Cloud Shell
Data_taxonomy_service.create_data_attributesource codeOpen in Cloud Shell
Data_taxonomy_service.create_data_attribute_bindingsource codeOpen in Cloud Shell
Data_taxonomy_service.create_data_taxonomysource codeOpen in Cloud Shell
Data_taxonomy_service.delete_data_attributesource codeOpen in Cloud Shell
Data_taxonomy_service.delete_data_attribute_bindingsource codeOpen in Cloud Shell
Data_taxonomy_service.delete_data_taxonomysource codeOpen in Cloud Shell
Data_taxonomy_service.get_data_attributesource codeOpen in Cloud Shell
Data_taxonomy_service.get_data_attribute_bindingsource codeOpen in Cloud Shell
Data_taxonomy_service.get_data_taxonomysource codeOpen in Cloud Shell
Data_taxonomy_service.list_data_attribute_bindingssource codeOpen in Cloud Shell
Data_taxonomy_service.list_data_attributessource codeOpen in Cloud Shell
Data_taxonomy_service.list_data_taxonomiessource codeOpen in Cloud Shell
Data_taxonomy_service.update_data_attributesource codeOpen in Cloud Shell
Data_taxonomy_service.update_data_attribute_bindingsource codeOpen in Cloud Shell
Data_taxonomy_service.update_data_taxonomysource codeOpen in Cloud Shell
Dataplex_service.cancel_jobsource codeOpen in Cloud Shell
Dataplex_service.create_assetsource codeOpen in Cloud Shell
Dataplex_service.create_environmentsource codeOpen in Cloud Shell
Dataplex_service.create_lakesource codeOpen in Cloud Shell
Dataplex_service.create_tasksource codeOpen in Cloud Shell
Dataplex_service.create_zonesource codeOpen in Cloud Shell
Dataplex_service.delete_assetsource codeOpen in Cloud Shell
Dataplex_service.delete_environmentsource codeOpen in Cloud Shell
Dataplex_service.delete_lakesource codeOpen in Cloud Shell
Dataplex_service.delete_tasksource codeOpen in Cloud Shell
Dataplex_service.delete_zonesource codeOpen in Cloud Shell
Dataplex_service.get_assetsource codeOpen in Cloud Shell
Dataplex_service.get_environmentsource codeOpen in Cloud Shell
Dataplex_service.get_jobsource codeOpen in Cloud Shell
Dataplex_service.get_lakesource codeOpen in Cloud Shell
Dataplex_service.get_tasksource codeOpen in Cloud Shell
Dataplex_service.get_zonesource codeOpen in Cloud Shell
Dataplex_service.list_asset_actionssource codeOpen in Cloud Shell
Dataplex_service.list_assetssource codeOpen in Cloud Shell
Dataplex_service.list_environmentssource codeOpen in Cloud Shell
Dataplex_service.list_jobssource codeOpen in Cloud Shell
Dataplex_service.list_lake_actionssource codeOpen in Cloud Shell
Dataplex_service.list_lakessource codeOpen in Cloud Shell
Dataplex_service.list_sessionssource codeOpen in Cloud Shell
Dataplex_service.list_taskssource codeOpen in Cloud Shell
Dataplex_service.list_zone_actionssource codeOpen in Cloud Shell
Dataplex_service.list_zonessource codeOpen in Cloud Shell
Dataplex_service.run_tasksource codeOpen in Cloud Shell
Dataplex_service.update_assetsource codeOpen in Cloud Shell
Dataplex_service.update_environmentsource codeOpen in Cloud Shell
Dataplex_service.update_lakesource codeOpen in Cloud Shell
Dataplex_service.update_tasksource codeOpen in Cloud Shell
Dataplex_service.update_zonesource codeOpen in Cloud Shell
Metadata_service.create_entitysource codeOpen in Cloud Shell
Metadata_service.create_partitionsource codeOpen in Cloud Shell
Metadata_service.delete_entitysource codeOpen in Cloud Shell
Metadata_service.delete_partitionsource codeOpen in Cloud Shell
Metadata_service.get_entitysource codeOpen in Cloud Shell
Metadata_service.get_partitionsource codeOpen in Cloud Shell
Metadata_service.list_entitiessource codeOpen in Cloud Shell
Metadata_service.list_partitionssource codeOpen in Cloud Shell
Metadata_service.update_entitysource codeOpen in Cloud Shell
Quickstartsource codeOpen in Cloud Shell

TheCloud Dataplex Node.js Client API Reference documentationalso contains samples.

Supported Node.js Versions

Our client libraries follow theNode.js release schedule.Libraries are compatible with all currentactive andmaintenance versions ofNode.js.If you are using an end-of-life version of Node.js, we recommend that you updateas soon as possible to an actively supported LTS version.

Google's client libraries support legacy versions of Node.js runtimes on abest-efforts basis with the following warnings:

  • Legacy versions are not tested in continuous integration.
  • Some security patches and features cannot be backported.
  • Dependencies cannot be kept up-to-date.

Client libraries targeting some end-of-life versions of Node.js are available, andcan be installed through npmdist-tags.The dist-tags follow the naming conventionlegacy-(version).For example,npm install @google-cloud/dataplex@legacy-8 installs client librariesfor versions compatible with Node.js 8.

Versioning

This library followsSemantic Versioning.

This library is considered to bestable. The code surface will not change in backwards-incompatible waysunless absolutely necessary (e.g. because of critical security issues) or withan extensive deprecation period. Issues and requests againststable librariesare addressed with the highest priority.

More Information:Google Cloud Platform Launch Stages

Contributing

Contributions welcome! See theContributing Guide.

Please note that thisREADME.md, thesamples/README.md,and a variety of configuration files in this repository (including.nycrc andtsconfig.json)are generated from a central template. To edit one of these files, make an editto its templates indirectory.

License

Apache Version 2.0

SeeLICENSE

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.