/** * DLP API * * The Google Data Loss Prevention API provides methods for detection of * privacy-sensitive fragments in text, images, and Google Cloud Platform * storage repositories. * * @example * const google = require('googleapis'); * const dlp = google.dlp('v2beta2'); * * @namespace dlp * @type {Function} * @version v2beta2 * @variation v2beta2 * @param {object=} options Options for Dlp */ declare function Dlp(options: any): void; export = Dlp;