Class DlpServiceGrpc.DlpServiceImplBase (3.45.0)

public abstract static class DlpServiceGrpc.DlpServiceImplBase implements BindableService, DlpServiceGrpc.AsyncService

Base class for the server implementation of the service 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

java.lang.Object > DlpServiceGrpc.DlpServiceImplBase

Implements

io.grpc.BindableService, DlpServiceGrpc.AsyncService

Constructors

DlpServiceImplBase()

public DlpServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition