Class 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 Detail

      • DlpServiceImplBase

        public DlpServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService