Send feedback
Class DlpServiceGrpc (3.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.19.0 keyboard_arrow_down
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 ()
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 ()
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 ()
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 ()
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 ()
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]