Back to Google Cloud Node

[Sensitive Data Protection (DLP): Nodejs Client][homepage]

packages/google-privacy-dlp/README.md

0.57.014.8 KB
Original Source

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

  1. Select or create a Cloud Platform project.
  2. Enable billing for your project.
  3. Enable the Sensitive Data Protection (DLP) API.
  4. Set up authentication so you can access the API from your local workstation.

Installing the client library

bash
npm install @google-cloud/dlp

Samples

Samples are in the samples/ directory. Each sample's README.md has instructions for running its sample.

SampleSource Code
activate job triggersource code
cancel dlp jobsource code
create connectionsource code
create deidentify templatesource code
create discovery configsource code
create dlp jobsource code
create inspect templatesource code
create job triggersource code
create stored info typesource code
deidentify contentsource code
delete connectionsource code
delete deidentify templatesource code
delete discovery configsource code
delete dlp jobsource code
delete file store data profilesource code
delete inspect templatesource code
delete job triggersource code
delete stored info typesource code
delete table data profilesource code
finish dlp jobsource code
get column data profilesource code
get connectionsource code
get deidentify templatesource code
get discovery configsource code
get dlp jobsource code
get file store data profilesource code
get inspect templatesource code
get job triggersource code
get project data profilesource code
get stored info typesource code
get table data profilesource code
hybrid inspect dlp jobsource code
hybrid inspect job triggersource code
inspect contentsource code
list column data profilessource code
list connectionssource code
list deidentify templatessource code
list discovery configssource code
list dlp jobssource code
list file store data profilessource code
list info typessource code
list inspect templatessource code
list job triggerssource code
list project data profilessource code
list stored info typessource code
list table data profilessource code
redact imagesource code
reidentify contentsource code
search connectionssource code
update connectionsource code
update deidentify templatesource code
update discovery configsource code
update inspect templatesource code
update job triggersource code
update stored info typesource code
privacysource 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