Module: Google::Cloud::Dlp::V2::DlpService
- Defined in:
- lib/google/cloud/dlp/v2/dlp_service.rb,
lib/google/cloud/dlp/v2/dlp_service/rest.rb,
lib/google/cloud/dlp/v2/dlp_service/paths.rb,
lib/google/cloud/dlp/v2/dlp_service/client.rb,
lib/google/cloud/dlp/v2/dlp_service/credentials.rb,
lib/google/cloud/dlp/v2/dlp_service/rest/client.rb,
lib/google/cloud/dlp/v2/dlp_service/rest/service_stub.rb
Overview
The Cloud Data Loss Prevention (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.
To learn more about concepts and find how-to guides see https://cloud.google.com/sensitive-data-protection/docs/.
To load this service and instantiate a REST client:
require "google/cloud/dlp/v2/dlp_service/rest"
client = ::Google::Cloud::Dlp::V2::DlpService::Rest::Client.new
Defined Under Namespace
Modules: Paths, Rest Classes: Client, Credentials