public final class DlpServiceGrpc
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/.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(DlpServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(DlpServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getActivateJobTriggerMethod()
public static MethodDescriptor<ActivateJobTriggerRequest,DlpJob> getActivateJobTriggerMethod()
getCancelDlpJobMethod()
public static MethodDescriptor<CancelDlpJobRequest,Empty> getCancelDlpJobMethod()
getCreateDeidentifyTemplateMethod()
public static MethodDescriptor<CreateDeidentifyTemplateRequest,DeidentifyTemplate> getCreateDeidentifyTemplateMethod()
getCreateDiscoveryConfigMethod()
public static MethodDescriptor<CreateDiscoveryConfigRequest,DiscoveryConfig> getCreateDiscoveryConfigMethod()
getCreateDlpJobMethod()
public static MethodDescriptor<CreateDlpJobRequest,DlpJob> getCreateDlpJobMethod()
getCreateInspectTemplateMethod()
public static MethodDescriptor<CreateInspectTemplateRequest,InspectTemplate> getCreateInspectTemplateMethod()
getCreateJobTriggerMethod()
public static MethodDescriptor<CreateJobTriggerRequest,JobTrigger> getCreateJobTriggerMethod()
getCreateStoredInfoTypeMethod()
public static MethodDescriptor<CreateStoredInfoTypeRequest,StoredInfoType> getCreateStoredInfoTypeMethod()
getDeidentifyContentMethod()
public static MethodDescriptor<DeidentifyContentRequest,DeidentifyContentResponse> getDeidentifyContentMethod()
getDeleteDeidentifyTemplateMethod()
public static MethodDescriptor<DeleteDeidentifyTemplateRequest,Empty> getDeleteDeidentifyTemplateMethod()
getDeleteDiscoveryConfigMethod()
public static MethodDescriptor<DeleteDiscoveryConfigRequest,Empty> getDeleteDiscoveryConfigMethod()
getDeleteDlpJobMethod()
public static MethodDescriptor<DeleteDlpJobRequest,Empty> getDeleteDlpJobMethod()
getDeleteInspectTemplateMethod()
public static MethodDescriptor<DeleteInspectTemplateRequest,Empty> getDeleteInspectTemplateMethod()
getDeleteJobTriggerMethod()
public static MethodDescriptor<DeleteJobTriggerRequest,Empty> getDeleteJobTriggerMethod()
getDeleteStoredInfoTypeMethod()
public static MethodDescriptor<DeleteStoredInfoTypeRequest,Empty> getDeleteStoredInfoTypeMethod()
getFinishDlpJobMethod()
public static MethodDescriptor<FinishDlpJobRequest,Empty> getFinishDlpJobMethod()
getGetDeidentifyTemplateMethod()
public static MethodDescriptor<GetDeidentifyTemplateRequest,DeidentifyTemplate> getGetDeidentifyTemplateMethod()
getGetDiscoveryConfigMethod()
public static MethodDescriptor<GetDiscoveryConfigRequest,DiscoveryConfig> getGetDiscoveryConfigMethod()
getGetDlpJobMethod()
public static MethodDescriptor<GetDlpJobRequest,DlpJob> getGetDlpJobMethod()
getGetInspectTemplateMethod()
public static MethodDescriptor<GetInspectTemplateRequest,InspectTemplate> getGetInspectTemplateMethod()
getGetJobTriggerMethod()
public static MethodDescriptor<GetJobTriggerRequest,JobTrigger> getGetJobTriggerMethod()
getGetStoredInfoTypeMethod()
public static MethodDescriptor<GetStoredInfoTypeRequest,StoredInfoType> getGetStoredInfoTypeMethod()
getHybridInspectDlpJobMethod()
public static MethodDescriptor<HybridInspectDlpJobRequest,HybridInspectResponse> getHybridInspectDlpJobMethod()
getHybridInspectJobTriggerMethod()
public static MethodDescriptor<HybridInspectJobTriggerRequest,HybridInspectResponse> getHybridInspectJobTriggerMethod()
getInspectContentMethod()
public static MethodDescriptor<InspectContentRequest,InspectContentResponse> getInspectContentMethod()
getListDeidentifyTemplatesMethod()
public static MethodDescriptor<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse> getListDeidentifyTemplatesMethod()
getListDiscoveryConfigsMethod()
public static MethodDescriptor<ListDiscoveryConfigsRequest,ListDiscoveryConfigsResponse> getListDiscoveryConfigsMethod()
getListDlpJobsMethod()
public static MethodDescriptor<ListDlpJobsRequest,ListDlpJobsResponse> getListDlpJobsMethod()
getListInfoTypesMethod()
public static MethodDescriptor<ListInfoTypesRequest,ListInfoTypesResponse> getListInfoTypesMethod()
getListInspectTemplatesMethod()
public static MethodDescriptor<ListInspectTemplatesRequest,ListInspectTemplatesResponse> getListInspectTemplatesMethod()
getListJobTriggersMethod()
public static MethodDescriptor<ListJobTriggersRequest,ListJobTriggersResponse> getListJobTriggersMethod()
getListStoredInfoTypesMethod()
public static MethodDescriptor<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse> getListStoredInfoTypesMethod()
getRedactImageMethod()
public static MethodDescriptor<RedactImageRequest,RedactImageResponse> getRedactImageMethod()
getReidentifyContentMethod()
public static MethodDescriptor<ReidentifyContentRequest,ReidentifyContentResponse> getReidentifyContentMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateDeidentifyTemplateMethod()
public static MethodDescriptor<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> getUpdateDeidentifyTemplateMethod()
getUpdateDiscoveryConfigMethod()
public static MethodDescriptor<UpdateDiscoveryConfigRequest,DiscoveryConfig> getUpdateDiscoveryConfigMethod()
getUpdateInspectTemplateMethod()
public static MethodDescriptor<UpdateInspectTemplateRequest,InspectTemplate> getUpdateInspectTemplateMethod()
getUpdateJobTriggerMethod()
public static MethodDescriptor<UpdateJobTriggerRequest,JobTrigger> getUpdateJobTriggerMethod()
getUpdateStoredInfoTypeMethod()
public static MethodDescriptor<UpdateStoredInfoTypeRequest,StoredInfoType> getUpdateStoredInfoTypeMethod()
newBlockingStub(Channel channel)
public static DlpServiceGrpc.DlpServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static DlpServiceGrpc.DlpServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static DlpServiceGrpc.DlpServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|