Skip to content

Commit 2dc2e7e

Browse files
dlp|video-intelligence: add to google-cloud (#2354)
1 parent 2480dd9 commit 2dc2e7e

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

packages/google-privacy-dlp/src/index.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ var gapic = {
2323
const VERSION = require('../package.json').version;
2424

2525
/**
26-
* Create an dlpServiceClient with additional helpers for common
27-
* tasks.
26+
* The [Data Loss Prevention (DLP) API](https://cloud.google.com/dlp) allows
27+
* clients to detect the presence of Personally Identifiable Information (PII)
28+
* and other privacy-sensitive data in user-supplied, unstructured data streams,
29+
* like text blocks or images.
2830
*
29-
* The DLP API is a service that allows clients
30-
* to detect the presence of Personally Identifiable Information (PII) and other
31-
* privacy-sensitive data in user-supplied, unstructured data streams, like text
32-
* blocks or images.
33-
* The service also includes methods for sensitive data redaction and
34-
* scheduling of data scans on Google Cloud Platform based data sets.
31+
* The service also includes methods for sensitive data redaction and scheduling
32+
* of data scans on Google Cloud Platform based data sets.
3533
*
3634
* @param {object=} options - [Configuration object](#/docs).
3735
* @param {number=} options.port - The port on which to connect to

0 commit comments

Comments
 (0)