Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DlpService.
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.
public static void BindService(ServiceBinderBase serviceBinder, DlpService.DlpServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `DlpService` class within the Google Cloud Data Loss Prevention (DLP) v2 API, covering a range of versions from 2.15.0 up to the latest release 4.16.0."],["The `DlpService` class is used to detect personally identifiable information (PII) and other sensitive data in unstructured text and images, along with offering data redaction and data scan scheduling capabilities on the Google Cloud Platform."],["The documentation outlines the inheritance structure of the `DlpService` class, noting that it inherits from `object`, and also lists inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The webpage details two static methods for binding the `DlpService` to a server: `BindService(DlpServiceBase)` which creates a server definition, and `BindService(ServiceBinderBase, DlpServiceBase)` which is utilized to register service methods, along with information of their parameters and return types."],["The documentation is specific to the namespace `Google.Cloud.Dlp.V2` within the assembly `Google.Cloud.Dlp.V2.dll`, and provides a link to external documentation for further information on the concepts and usage of the Cloud DLP API."]]],[]]