Package com.google.privacy.dlp.v2
Class DlpServiceGrpc
- java.lang.Object
-
- com.google.privacy.dlp.v2.DlpServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/privacy/dlp/v2/dlp.proto") public final class DlpServiceGrpc extends Object
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/.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DlpServiceGrpc.AsyncService
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.static class
DlpServiceGrpc.DlpServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service DlpService.static class
DlpServiceGrpc.DlpServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service DlpService.static class
DlpServiceGrpc.DlpServiceImplBase
Base class for the server implementation of the service DlpService.static class
DlpServiceGrpc.DlpServiceStub
A stub to allow clients to do asynchronous rpc calls to service DlpService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInspectContentMethod
public static io.grpc.MethodDescriptor<InspectContentRequest,InspectContentResponse> getInspectContentMethod()
-
getRedactImageMethod
public static io.grpc.MethodDescriptor<RedactImageRequest,RedactImageResponse> getRedactImageMethod()
-
getDeidentifyContentMethod
public static io.grpc.MethodDescriptor<DeidentifyContentRequest,DeidentifyContentResponse> getDeidentifyContentMethod()
-
getReidentifyContentMethod
public static io.grpc.MethodDescriptor<ReidentifyContentRequest,ReidentifyContentResponse> getReidentifyContentMethod()
-
getListInfoTypesMethod
public static io.grpc.MethodDescriptor<ListInfoTypesRequest,ListInfoTypesResponse> getListInfoTypesMethod()
-
getCreateInspectTemplateMethod
public static io.grpc.MethodDescriptor<CreateInspectTemplateRequest,InspectTemplate> getCreateInspectTemplateMethod()
-
getUpdateInspectTemplateMethod
public static io.grpc.MethodDescriptor<UpdateInspectTemplateRequest,InspectTemplate> getUpdateInspectTemplateMethod()
-
getGetInspectTemplateMethod
public static io.grpc.MethodDescriptor<GetInspectTemplateRequest,InspectTemplate> getGetInspectTemplateMethod()
-
getListInspectTemplatesMethod
public static io.grpc.MethodDescriptor<ListInspectTemplatesRequest,ListInspectTemplatesResponse> getListInspectTemplatesMethod()
-
getDeleteInspectTemplateMethod
public static io.grpc.MethodDescriptor<DeleteInspectTemplateRequest,com.google.protobuf.Empty> getDeleteInspectTemplateMethod()
-
getCreateDeidentifyTemplateMethod
public static io.grpc.MethodDescriptor<CreateDeidentifyTemplateRequest,DeidentifyTemplate> getCreateDeidentifyTemplateMethod()
-
getUpdateDeidentifyTemplateMethod
public static io.grpc.MethodDescriptor<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> getUpdateDeidentifyTemplateMethod()
-
getGetDeidentifyTemplateMethod
public static io.grpc.MethodDescriptor<GetDeidentifyTemplateRequest,DeidentifyTemplate> getGetDeidentifyTemplateMethod()
-
getListDeidentifyTemplatesMethod
public static io.grpc.MethodDescriptor<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse> getListDeidentifyTemplatesMethod()
-
getDeleteDeidentifyTemplateMethod
public static io.grpc.MethodDescriptor<DeleteDeidentifyTemplateRequest,com.google.protobuf.Empty> getDeleteDeidentifyTemplateMethod()
-
getCreateJobTriggerMethod
public static io.grpc.MethodDescriptor<CreateJobTriggerRequest,JobTrigger> getCreateJobTriggerMethod()
-
getUpdateJobTriggerMethod
public static io.grpc.MethodDescriptor<UpdateJobTriggerRequest,JobTrigger> getUpdateJobTriggerMethod()
-
getHybridInspectJobTriggerMethod
public static io.grpc.MethodDescriptor<HybridInspectJobTriggerRequest,HybridInspectResponse> getHybridInspectJobTriggerMethod()
-
getGetJobTriggerMethod
public static io.grpc.MethodDescriptor<GetJobTriggerRequest,JobTrigger> getGetJobTriggerMethod()
-
getListJobTriggersMethod
public static io.grpc.MethodDescriptor<ListJobTriggersRequest,ListJobTriggersResponse> getListJobTriggersMethod()
-
getDeleteJobTriggerMethod
public static io.grpc.MethodDescriptor<DeleteJobTriggerRequest,com.google.protobuf.Empty> getDeleteJobTriggerMethod()
-
getActivateJobTriggerMethod
public static io.grpc.MethodDescriptor<ActivateJobTriggerRequest,DlpJob> getActivateJobTriggerMethod()
-
getCreateDlpJobMethod
public static io.grpc.MethodDescriptor<CreateDlpJobRequest,DlpJob> getCreateDlpJobMethod()
-
getListDlpJobsMethod
public static io.grpc.MethodDescriptor<ListDlpJobsRequest,ListDlpJobsResponse> getListDlpJobsMethod()
-
getGetDlpJobMethod
public static io.grpc.MethodDescriptor<GetDlpJobRequest,DlpJob> getGetDlpJobMethod()
-
getDeleteDlpJobMethod
public static io.grpc.MethodDescriptor<DeleteDlpJobRequest,com.google.protobuf.Empty> getDeleteDlpJobMethod()
-
getCancelDlpJobMethod
public static io.grpc.MethodDescriptor<CancelDlpJobRequest,com.google.protobuf.Empty> getCancelDlpJobMethod()
-
getCreateStoredInfoTypeMethod
public static io.grpc.MethodDescriptor<CreateStoredInfoTypeRequest,StoredInfoType> getCreateStoredInfoTypeMethod()
-
getUpdateStoredInfoTypeMethod
public static io.grpc.MethodDescriptor<UpdateStoredInfoTypeRequest,StoredInfoType> getUpdateStoredInfoTypeMethod()
-
getGetStoredInfoTypeMethod
public static io.grpc.MethodDescriptor<GetStoredInfoTypeRequest,StoredInfoType> getGetStoredInfoTypeMethod()
-
getListStoredInfoTypesMethod
public static io.grpc.MethodDescriptor<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse> getListStoredInfoTypesMethod()
-
getDeleteStoredInfoTypeMethod
public static io.grpc.MethodDescriptor<DeleteStoredInfoTypeRequest,com.google.protobuf.Empty> getDeleteStoredInfoTypeMethod()
-
getHybridInspectDlpJobMethod
public static io.grpc.MethodDescriptor<HybridInspectDlpJobRequest,HybridInspectResponse> getHybridInspectDlpJobMethod()
-
getFinishDlpJobMethod
public static io.grpc.MethodDescriptor<FinishDlpJobRequest,com.google.protobuf.Empty> getFinishDlpJobMethod()
-
newStub
public static DlpServiceGrpc.DlpServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DlpServiceGrpc.DlpServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DlpServiceGrpc.DlpServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(DlpServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-