Skip to content

Commit

Permalink
dlp|video-intelligence: add to google-cloud (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Jun 4, 2017
1 parent 2480dd9 commit 2dc2e7e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions packages/google-privacy-dlp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ var gapic = {
const VERSION = require('../package.json').version;

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

0 comments on commit 2dc2e7e

Please sign in to comment.