Send feedback
Class DlpServiceGrpc (3.6.7)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.7 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
Static Methods
getActivateJobTriggerMethod()
public static MethodDescriptor<ActivateJobTriggerRequest , DlpJob > getActivateJobTriggerMethod ()
Returns
getCancelDlpJobMethod()
public static MethodDescriptor<CancelDlpJobRequest , Empty > getCancelDlpJobMethod ()
Returns
getCreateDeidentifyTemplateMethod()
public static MethodDescriptor<CreateDeidentifyTemplateRequest , DeidentifyTemplate > getCreateDeidentifyTemplateMethod ()
Returns
getCreateDlpJobMethod()
public static MethodDescriptor<CreateDlpJobRequest , DlpJob > getCreateDlpJobMethod ()
Returns
getCreateInspectTemplateMethod()
public static MethodDescriptor<CreateInspectTemplateRequest , InspectTemplate > getCreateInspectTemplateMethod ()
Returns
getCreateJobTriggerMethod()
public static MethodDescriptor<CreateJobTriggerRequest , JobTrigger > getCreateJobTriggerMethod ()
Returns
getCreateStoredInfoTypeMethod()
public static MethodDescriptor<CreateStoredInfoTypeRequest , StoredInfoType > getCreateStoredInfoTypeMethod ()
Returns
getDeidentifyContentMethod()
public static MethodDescriptor<DeidentifyContentRequest , DeidentifyContentResponse > getDeidentifyContentMethod ()
Returns
getDeleteDeidentifyTemplateMethod()
public static MethodDescriptor<DeleteDeidentifyTemplateRequest , Empty > getDeleteDeidentifyTemplateMethod ()
Returns
getDeleteDlpJobMethod()
public static MethodDescriptor<DeleteDlpJobRequest , Empty > getDeleteDlpJobMethod ()
Returns
getDeleteInspectTemplateMethod()
public static MethodDescriptor<DeleteInspectTemplateRequest , Empty > getDeleteInspectTemplateMethod ()
Returns
getDeleteJobTriggerMethod()
public static MethodDescriptor<DeleteJobTriggerRequest , Empty > getDeleteJobTriggerMethod ()
Returns
getDeleteStoredInfoTypeMethod()
public static MethodDescriptor<DeleteStoredInfoTypeRequest , Empty > getDeleteStoredInfoTypeMethod ()
Returns
getFinishDlpJobMethod()
public static MethodDescriptor<FinishDlpJobRequest , Empty > getFinishDlpJobMethod ()
Returns
getGetDeidentifyTemplateMethod()
public static MethodDescriptor<GetDeidentifyTemplateRequest , DeidentifyTemplate > getGetDeidentifyTemplateMethod ()
Returns
getGetDlpJobMethod()
public static MethodDescriptor<GetDlpJobRequest , DlpJob > getGetDlpJobMethod ()
Returns
getGetInspectTemplateMethod()
public static MethodDescriptor<GetInspectTemplateRequest , InspectTemplate > getGetInspectTemplateMethod ()
Returns
getGetJobTriggerMethod()
public static MethodDescriptor<GetJobTriggerRequest , JobTrigger > getGetJobTriggerMethod ()
Returns
getGetStoredInfoTypeMethod()
public static MethodDescriptor<GetStoredInfoTypeRequest , StoredInfoType > getGetStoredInfoTypeMethod ()
Returns
getHybridInspectDlpJobMethod()
public static MethodDescriptor<HybridInspectDlpJobRequest , HybridInspectResponse > getHybridInspectDlpJobMethod ()
Returns
getHybridInspectJobTriggerMethod()
public static MethodDescriptor<HybridInspectJobTriggerRequest , HybridInspectResponse > getHybridInspectJobTriggerMethod ()
Returns
getInspectContentMethod()
public static MethodDescriptor<InspectContentRequest , InspectContentResponse > getInspectContentMethod ()
Returns
getListDeidentifyTemplatesMethod()
public static MethodDescriptor<ListDeidentifyTemplatesRequest , ListDeidentifyTemplatesResponse > getListDeidentifyTemplatesMethod ()
Returns
getListDlpJobsMethod()
public static MethodDescriptor<ListDlpJobsRequest , ListDlpJobsResponse > getListDlpJobsMethod ()
Returns
getListInfoTypesMethod()
public static MethodDescriptor<ListInfoTypesRequest , ListInfoTypesResponse > getListInfoTypesMethod ()
Returns
getListInspectTemplatesMethod()
public static MethodDescriptor<ListInspectTemplatesRequest , ListInspectTemplatesResponse > getListInspectTemplatesMethod ()
Returns
getListJobTriggersMethod()
public static MethodDescriptor<ListJobTriggersRequest , ListJobTriggersResponse > getListJobTriggersMethod ()
Returns
getListStoredInfoTypesMethod()
public static MethodDescriptor<ListStoredInfoTypesRequest , ListStoredInfoTypesResponse > getListStoredInfoTypesMethod ()
Returns
getRedactImageMethod()
public static MethodDescriptor<RedactImageRequest , RedactImageResponse > getRedactImageMethod ()
Returns
getReidentifyContentMethod()
public static MethodDescriptor<ReidentifyContentRequest , ReidentifyContentResponse > getReidentifyContentMethod ()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor ()
Returns
Type Description io.grpc.ServiceDescriptor
getUpdateDeidentifyTemplateMethod()
public static MethodDescriptor<UpdateDeidentifyTemplateRequest , DeidentifyTemplate > getUpdateDeidentifyTemplateMethod ()
Returns
getUpdateInspectTemplateMethod()
public static MethodDescriptor<UpdateInspectTemplateRequest , InspectTemplate > getUpdateInspectTemplateMethod ()
Returns
getUpdateJobTriggerMethod()
public static MethodDescriptor<UpdateJobTriggerRequest , JobTrigger > getUpdateJobTriggerMethod ()
Returns
getUpdateStoredInfoTypeMethod()
public static MethodDescriptor<UpdateStoredInfoTypeRequest , StoredInfoType > getUpdateStoredInfoTypeMethod ()
Returns
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
Returns
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
Returns
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
Returns
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."],[],[]]