@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/.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<InspectContentRequest,InspectContentResponse> getInspectContentMethod()
public static io.grpc.MethodDescriptor<RedactImageRequest,RedactImageResponse> getRedactImageMethod()
public static io.grpc.MethodDescriptor<DeidentifyContentRequest,DeidentifyContentResponse> getDeidentifyContentMethod()
public static io.grpc.MethodDescriptor<ReidentifyContentRequest,ReidentifyContentResponse> getReidentifyContentMethod()
public static io.grpc.MethodDescriptor<ListInfoTypesRequest,ListInfoTypesResponse> getListInfoTypesMethod()
public static io.grpc.MethodDescriptor<CreateInspectTemplateRequest,InspectTemplate> getCreateInspectTemplateMethod()
public static io.grpc.MethodDescriptor<UpdateInspectTemplateRequest,InspectTemplate> getUpdateInspectTemplateMethod()
public static io.grpc.MethodDescriptor<GetInspectTemplateRequest,InspectTemplate> getGetInspectTemplateMethod()
public static io.grpc.MethodDescriptor<ListInspectTemplatesRequest,ListInspectTemplatesResponse> getListInspectTemplatesMethod()
public static io.grpc.MethodDescriptor<DeleteInspectTemplateRequest,com.google.protobuf.Empty> getDeleteInspectTemplateMethod()
public static io.grpc.MethodDescriptor<CreateDeidentifyTemplateRequest,DeidentifyTemplate> getCreateDeidentifyTemplateMethod()
public static io.grpc.MethodDescriptor<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> getUpdateDeidentifyTemplateMethod()
public static io.grpc.MethodDescriptor<GetDeidentifyTemplateRequest,DeidentifyTemplate> getGetDeidentifyTemplateMethod()
public static io.grpc.MethodDescriptor<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse> getListDeidentifyTemplatesMethod()
public static io.grpc.MethodDescriptor<DeleteDeidentifyTemplateRequest,com.google.protobuf.Empty> getDeleteDeidentifyTemplateMethod()
public static io.grpc.MethodDescriptor<CreateJobTriggerRequest,JobTrigger> getCreateJobTriggerMethod()
public static io.grpc.MethodDescriptor<UpdateJobTriggerRequest,JobTrigger> getUpdateJobTriggerMethod()
public static io.grpc.MethodDescriptor<HybridInspectJobTriggerRequest,HybridInspectResponse> getHybridInspectJobTriggerMethod()
public static io.grpc.MethodDescriptor<GetJobTriggerRequest,JobTrigger> getGetJobTriggerMethod()
public static io.grpc.MethodDescriptor<ListJobTriggersRequest,ListJobTriggersResponse> getListJobTriggersMethod()
public static io.grpc.MethodDescriptor<DeleteJobTriggerRequest,com.google.protobuf.Empty> getDeleteJobTriggerMethod()
public static io.grpc.MethodDescriptor<ActivateJobTriggerRequest,DlpJob> getActivateJobTriggerMethod()
public static io.grpc.MethodDescriptor<CreateDiscoveryConfigRequest,DiscoveryConfig> getCreateDiscoveryConfigMethod()
public static io.grpc.MethodDescriptor<UpdateDiscoveryConfigRequest,DiscoveryConfig> getUpdateDiscoveryConfigMethod()
public static io.grpc.MethodDescriptor<GetDiscoveryConfigRequest,DiscoveryConfig> getGetDiscoveryConfigMethod()
public static io.grpc.MethodDescriptor<ListDiscoveryConfigsRequest,ListDiscoveryConfigsResponse> getListDiscoveryConfigsMethod()
public static io.grpc.MethodDescriptor<DeleteDiscoveryConfigRequest,com.google.protobuf.Empty> getDeleteDiscoveryConfigMethod()
public static io.grpc.MethodDescriptor<CreateDlpJobRequest,DlpJob> getCreateDlpJobMethod()
public static io.grpc.MethodDescriptor<ListDlpJobsRequest,ListDlpJobsResponse> getListDlpJobsMethod()
public static io.grpc.MethodDescriptor<GetDlpJobRequest,DlpJob> getGetDlpJobMethod()
public static io.grpc.MethodDescriptor<DeleteDlpJobRequest,com.google.protobuf.Empty> getDeleteDlpJobMethod()
public static io.grpc.MethodDescriptor<CancelDlpJobRequest,com.google.protobuf.Empty> getCancelDlpJobMethod()
public static io.grpc.MethodDescriptor<CreateStoredInfoTypeRequest,StoredInfoType> getCreateStoredInfoTypeMethod()
public static io.grpc.MethodDescriptor<UpdateStoredInfoTypeRequest,StoredInfoType> getUpdateStoredInfoTypeMethod()
public static io.grpc.MethodDescriptor<GetStoredInfoTypeRequest,StoredInfoType> getGetStoredInfoTypeMethod()
public static io.grpc.MethodDescriptor<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse> getListStoredInfoTypesMethod()
public static io.grpc.MethodDescriptor<DeleteStoredInfoTypeRequest,com.google.protobuf.Empty> getDeleteStoredInfoTypeMethod()
public static io.grpc.MethodDescriptor<HybridInspectDlpJobRequest,HybridInspectResponse> getHybridInspectDlpJobMethod()
public static io.grpc.MethodDescriptor<FinishDlpJobRequest,com.google.protobuf.Empty> getFinishDlpJobMethod()
public static DlpServiceGrpc.DlpServiceStub newStub(io.grpc.Channel channel)
public static DlpServiceGrpc.DlpServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DlpServiceGrpc.DlpServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(DlpServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.