Package com.google.privacy.dlp.v2
Class DlpServiceGrpc.DlpServiceImplBase
- java.lang.Object
-
- com.google.privacy.dlp.v2.DlpServiceGrpc.DlpServiceImplBase
-
- All Implemented Interfaces:
DlpServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DlpServiceGrpc
public abstract static class DlpServiceGrpc.DlpServiceImplBase extends Object implements io.grpc.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/dlp/docs/.
-
-
Constructor Summary
Constructors Constructor Description DlpServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.privacy.dlp.v2.DlpServiceGrpc.AsyncService
activateJobTrigger, cancelDlpJob, createDeidentifyTemplate, createDlpJob, createInspectTemplate, createJobTrigger, createStoredInfoType, deidentifyContent, deleteDeidentifyTemplate, deleteDlpJob, deleteInspectTemplate, deleteJobTrigger, deleteStoredInfoType, finishDlpJob, getDeidentifyTemplate, getDlpJob, getInspectTemplate, getJobTrigger, getStoredInfoType, hybridInspectDlpJob, hybridInspectJobTrigger, inspectContent, listDeidentifyTemplates, listDlpJobs, listInfoTypes, listInspectTemplates, listJobTriggers, listStoredInfoTypes, redactImage, reidentifyContent, updateDeidentifyTemplate, updateInspectTemplate, updateJobTrigger, updateStoredInfoType
-
-