@google-cloud/dlp
v6.5.0
Published
DLP API client for Node.js
Maintainers
Readme
Sensitive Data Protection (DLP): Nodejs Client
This library is considered to be stable. The code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period. Issues and requests against stable libraries are addressed with the highest priority
Sensitive Data Protection (DLP) client for Node.js
A comprehensive list of changes in each version may be found in the CHANGELOG.
Read more about the client libraries for Cloud APIs, including the older Google APIs Client Libraries, in Client Libraries Explained.
Table of contents:
Quickstart
Before you begin
- Select or create a Cloud Platform project.
- Enable billing for your project.
- Enable the Sensitive Data Protection (DLP) API.
- Set up authentication so you can access the API from your local workstation.
Installing the client library
npm install @google-cloud/dlpSamples
Samples are in the samples/ directory. Each sample's README.md has instructions for running its sample.
| Sample | Source Code | | --------------------------- | --------------------------------- | | activate job trigger | source code | | cancel dlp job | source code | | create connection | source code | | create deidentify template | source code | | create discovery config | source code | | create dlp job | source code | | create inspect template | source code | | create job trigger | source code | | create stored info type | source code | | deidentify content | source code | | delete connection | source code | | delete deidentify template | source code | | delete discovery config | source code | | delete dlp job | source code | | delete file store data profile | source code | | delete inspect template | source code | | delete job trigger | source code | | delete stored info type | source code | | delete table data profile | source code | | finish dlp job | source code | | get column data profile | source code | | get connection | source code | | get deidentify template | source code | | get discovery config | source code | | get dlp job | source code | | get file store data profile | source code | | get inspect template | source code | | get job trigger | source code | | get project data profile | source code | | get stored info type | source code | | get table data profile | source code | | hybrid inspect dlp job | source code | | hybrid inspect job trigger | source code | | inspect content | source code | | list column data profiles | source code | | list connections | source code | | list deidentify templates | source code | | list discovery configs | source code | | list dlp jobs | source code | | list file store data profiles | source code | | list info types | source code | | list inspect templates | source code | | list job triggers | source code | | list project data profiles | source code | | list stored info types | source code | | list table data profiles | source code | | redact image | source code | | reidentify content | source code | | search connections | source code | | update connection | source code | | update deidentify template | source code | | update discovery config | source code | | update inspect template | source code | | update job trigger | source code | | update stored info type | source code | | privacy | source code |
Supported Node.js Versions
Our client libraries follow the Node.js release schedule. Libraries are compatible with all current active and maintenance versions of Node.js. If you are using an end-of-life version of Node.js, we recommend that you update as soon as possible to an actively supported LTS version.
Google's client libraries support legacy versions of Node.js runtimes on a best-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, and
can be installed through npm dist-tags.
The dist-tags follow the naming convention legacy-(version).
For example, npm install @google-cloud/dlp@legacy-8 installs client libraries
for versions compatible with Node.js 8.
Versioning
This library follows Semantic Versioning.
More Information: Google Cloud Platform Launch Stages
Contributing
Contributions welcome! See the Contributing Guide.
Please note that this README.md
and a variety of configuration files in this repository (including .nycrc and tsconfig.json)
are generated from a central template.
License
Apache Version 2.0
See LICENSE
