Google Cloud Data Loss Prevention v2 API - Class DlpService (4.8.0)

public static class DlpService

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.

To learn more about concepts and find how-to guides see https://cloud.google.com/sensitive-data-protection/docs/.

Inheritance

object > DlpService

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Methods

BindService(DlpServiceBase)

public static ServerServiceDefinition BindService(DlpService.DlpServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplDlpServiceDlpServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, DlpServiceBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplDlpServiceDlpServiceBase

An object implementing the server-side handling logic.