Class HttpJsonDlpServiceStub (3.10.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.10.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   class  HttpJsonDlpServiceStub   extends   DlpServiceStub  
  REST stub implementation for the DlpService service API.
 
This class is for advanced usage and reflects the underlying API directly.
Static Methods
   
  create(ClientContext clientContext) 
  
    
public   static   final   HttpJsonDlpServiceStub   create ( ClientContext   clientContext )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) 
  
    
public   static   final   HttpJsonDlpServiceStub   create ( ClientContext   clientContext ,   HttpJsonStubCallableFactory   callableFactory )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  create(DlpServiceStubSettings settings) 
  
    
public   static   final   HttpJsonDlpServiceStub   create ( DlpServiceStubSettings   settings )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  getMethodDescriptors() 
  
    
public   static   List<ApiMethodDescriptor>   getMethodDescriptors ()  
  Returns 
  
  Constructors
   
  HttpJsonDlpServiceStub(DlpServiceStubSettings settings, ClientContext clientContext) 
  
    
protected   HttpJsonDlpServiceStub ( DlpServiceStubSettings   settings ,   ClientContext   clientContext )  
  Constructs an instance of HttpJsonDlpServiceStub, using the given settings. This is protected
 so that it is easy to make a subclass, but otherwise, the static factory methods should be
 preferred.
Parameters 
  
  HttpJsonDlpServiceStub(DlpServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) 
  
    
protected   HttpJsonDlpServiceStub ( DlpServiceStubSettings   settings ,   ClientContext   clientContext ,   HttpJsonStubCallableFactory   callableFactory )  
  Constructs an instance of HttpJsonDlpServiceStub, using the given settings. This is protected
 so that it is easy to make a subclass, but otherwise, the static factory methods should be
 preferred.
Parameters 
  
  Methods
   
  activateJobTriggerCallable() 
  
    
public   UnaryCallable<ActivateJobTriggerRequest , DlpJob >  activateJobTriggerCallable ()  
  Returns 
  
  Overrides 
  
  awaitTermination(long duration, TimeUnit unit) 
  
    
public   boolean   awaitTermination ( long   duration ,   TimeUnit   unit )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  cancelDlpJobCallable() 
  
    
public   UnaryCallable<CancelDlpJobRequest , Empty >  cancelDlpJobCallable ()  
  Returns 
  
  Overrides 
  
  close() 
  
    
public   final   void   close ()  
  Overrides 
  
  createDeidentifyTemplateCallable() 
  
    
public   UnaryCallable<CreateDeidentifyTemplateRequest , DeidentifyTemplate >  createDeidentifyTemplateCallable ()  
  Returns 
  
  Overrides 
  
  createDlpJobCallable() 
  
    
public   UnaryCallable<CreateDlpJobRequest , DlpJob >  createDlpJobCallable ()  
  Returns 
  
  Overrides 
  
  createInspectTemplateCallable() 
  
    
public   UnaryCallable<CreateInspectTemplateRequest , InspectTemplate >  createInspectTemplateCallable ()  
  Returns 
  
  Overrides 
  
  createJobTriggerCallable() 
  
    
public   UnaryCallable<CreateJobTriggerRequest , JobTrigger >  createJobTriggerCallable ()  
  Returns 
  
  Overrides 
  
  createStoredInfoTypeCallable() 
  
    
public   UnaryCallable<CreateStoredInfoTypeRequest , StoredInfoType >  createStoredInfoTypeCallable ()  
  Returns 
  
  Overrides 
  
  deidentifyContentCallable() 
  
    
public   UnaryCallable<DeidentifyContentRequest , DeidentifyContentResponse >  deidentifyContentCallable ()  
  Returns 
  
  Overrides 
  
  deleteDeidentifyTemplateCallable() 
  
    
public   UnaryCallable<DeleteDeidentifyTemplateRequest , Empty >  deleteDeidentifyTemplateCallable ()  
  Returns 
  
  Overrides 
  
  deleteDlpJobCallable() 
  
    
public   UnaryCallable<DeleteDlpJobRequest , Empty >  deleteDlpJobCallable ()  
  Returns 
  
  Overrides 
  
  deleteInspectTemplateCallable() 
  
    
public   UnaryCallable<DeleteInspectTemplateRequest , Empty >  deleteInspectTemplateCallable ()  
  Returns 
  
  Overrides 
  
  deleteJobTriggerCallable() 
  
    
public   UnaryCallable<DeleteJobTriggerRequest , Empty >  deleteJobTriggerCallable ()  
  Returns 
  
  Overrides 
  
  deleteStoredInfoTypeCallable() 
  
    
public   UnaryCallable<DeleteStoredInfoTypeRequest , Empty >  deleteStoredInfoTypeCallable ()  
  Returns 
  
  Overrides 
  
  finishDlpJobCallable() 
  
    
public   UnaryCallable<FinishDlpJobRequest , Empty >  finishDlpJobCallable ()  
  Returns 
  
  Overrides 
  
  getDeidentifyTemplateCallable() 
  
    
public   UnaryCallable<GetDeidentifyTemplateRequest , DeidentifyTemplate >  getDeidentifyTemplateCallable ()  
  Returns 
  
  Overrides 
  
  getDlpJobCallable() 
  
    
public   UnaryCallable<GetDlpJobRequest , DlpJob >  getDlpJobCallable ()  
  Returns 
  
  Overrides 
  
  getInspectTemplateCallable() 
  
    
public   UnaryCallable<GetInspectTemplateRequest , InspectTemplate >  getInspectTemplateCallable ()  
  Returns 
  
  Overrides 
  
  getJobTriggerCallable() 
  
    
public   UnaryCallable<GetJobTriggerRequest , JobTrigger >  getJobTriggerCallable ()  
  Returns 
  
  Overrides 
  
  getStoredInfoTypeCallable() 
  
    
public   UnaryCallable<GetStoredInfoTypeRequest , StoredInfoType >  getStoredInfoTypeCallable ()  
  Returns 
  
  Overrides 
  
  hybridInspectDlpJobCallable() 
  
    
public   UnaryCallable<HybridInspectDlpJobRequest , HybridInspectResponse >  hybridInspectDlpJobCallable ()  
  Returns 
  
  Overrides 
  
  hybridInspectJobTriggerCallable() 
  
    
public   UnaryCallable<HybridInspectJobTriggerRequest , HybridInspectResponse >  hybridInspectJobTriggerCallable ()  
  Returns 
  
  Overrides 
  
  inspectContentCallable() 
  
    
public   UnaryCallable<InspectContentRequest , InspectContentResponse >  inspectContentCallable ()  
  Returns 
  
  Overrides 
  
  isShutdown() 
  
    
public   boolean   isShutdown ()  
  Returns 
  
  isTerminated() 
  
    
public   boolean   isTerminated ()  
  Returns 
  
  listDeidentifyTemplatesCallable() 
  
    
public   UnaryCallable<ListDeidentifyTemplatesRequest , ListDeidentifyTemplatesResponse >  listDeidentifyTemplatesCallable ()  
  Returns 
  
  Overrides 
  
  listDeidentifyTemplatesPagedCallable() 
  
    
public   UnaryCallable<ListDeidentifyTemplatesRequest , DlpServiceClient . ListDeidentifyTemplatesPagedResponse >  listDeidentifyTemplatesPagedCallable ()  
  Returns 
  
  Overrides 
  
  listDlpJobsCallable() 
  
    
public   UnaryCallable<ListDlpJobsRequest , ListDlpJobsResponse >  listDlpJobsCallable ()  
  Returns 
  
  Overrides 
  
  listDlpJobsPagedCallable() 
  
    
public   UnaryCallable<ListDlpJobsRequest , DlpServiceClient . ListDlpJobsPagedResponse >  listDlpJobsPagedCallable ()  
  Returns 
  
  Overrides 
  
  listInfoTypesCallable() 
  
    
public   UnaryCallable<ListInfoTypesRequest , ListInfoTypesResponse >  listInfoTypesCallable ()  
  Returns 
  
  Overrides 
  
  listInspectTemplatesCallable() 
  
    
public   UnaryCallable<ListInspectTemplatesRequest , ListInspectTemplatesResponse >  listInspectTemplatesCallable ()  
  Returns 
  
  Overrides 
  
  listInspectTemplatesPagedCallable() 
  
    
public   UnaryCallable<ListInspectTemplatesRequest , DlpServiceClient . ListInspectTemplatesPagedResponse >  listInspectTemplatesPagedCallable ()  
  Returns 
  
  Overrides 
  
  listJobTriggersCallable() 
  
    
public   UnaryCallable<ListJobTriggersRequest , ListJobTriggersResponse >  listJobTriggersCallable ()  
  Returns 
  
  Overrides 
  
  listJobTriggersPagedCallable() 
  
    
public   UnaryCallable<ListJobTriggersRequest , DlpServiceClient . ListJobTriggersPagedResponse >  listJobTriggersPagedCallable ()  
  Returns 
  
  Overrides 
  
  listStoredInfoTypesCallable() 
  
    
public   UnaryCallable<ListStoredInfoTypesRequest , ListStoredInfoTypesResponse >  listStoredInfoTypesCallable ()  
  Returns 
  
  Overrides 
  
  listStoredInfoTypesPagedCallable() 
  
    
public   UnaryCallable<ListStoredInfoTypesRequest , DlpServiceClient . ListStoredInfoTypesPagedResponse >  listStoredInfoTypesPagedCallable ()  
  Returns 
  
  Overrides 
  
  redactImageCallable() 
  
    
public   UnaryCallable<RedactImageRequest , RedactImageResponse >  redactImageCallable ()  
  Returns 
  
  Overrides 
  
  reidentifyContentCallable() 
  
    
public   UnaryCallable<ReidentifyContentRequest , ReidentifyContentResponse >  reidentifyContentCallable ()  
  Returns 
  
  Overrides 
  
  shutdown() 
  
  shutdownNow() 
  
    
public   void   shutdownNow ()  
  updateDeidentifyTemplateCallable() 
  
    
public   UnaryCallable<UpdateDeidentifyTemplateRequest , DeidentifyTemplate >  updateDeidentifyTemplateCallable ()  
  Returns 
  
  Overrides 
  
  updateInspectTemplateCallable() 
  
    
public   UnaryCallable<UpdateInspectTemplateRequest , InspectTemplate >  updateInspectTemplateCallable ()  
  Returns 
  
  Overrides 
  
  updateJobTriggerCallable() 
  
    
public   UnaryCallable<UpdateJobTriggerRequest , JobTrigger >  updateJobTriggerCallable ()  
  Returns 
  
  Overrides 
  
  updateStoredInfoTypeCallable() 
  
    
public   UnaryCallable<UpdateStoredInfoTypeRequest , StoredInfoType >  updateStoredInfoTypeCallable ()  
  Returns 
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]