diff --git a/packages/google-privacy-dlp/src/index.js b/packages/google-privacy-dlp/src/index.js index 922d1d7e10b..21666baa1dc 100644 --- a/packages/google-privacy-dlp/src/index.js +++ b/packages/google-privacy-dlp/src/index.js @@ -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