public abstract class DlpServiceStub implements BackgroundResource
Base stub class for the DlpService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
DlpServiceStub()
Methods
activateJobTriggerCallable()
public UnaryCallable<ActivateJobTriggerRequest,DlpJob> activateJobTriggerCallable()
cancelDlpJobCallable()
public UnaryCallable<CancelDlpJobRequest,Empty> cancelDlpJobCallable()
close()
public abstract void close()
createDeidentifyTemplateCallable()
public UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate> createDeidentifyTemplateCallable()
createDlpJobCallable()
public UnaryCallable<CreateDlpJobRequest,DlpJob> createDlpJobCallable()
createInspectTemplateCallable()
public UnaryCallable<CreateInspectTemplateRequest,InspectTemplate> createInspectTemplateCallable()
createJobTriggerCallable()
public UnaryCallable<CreateJobTriggerRequest,JobTrigger> createJobTriggerCallable()
createStoredInfoTypeCallable()
public UnaryCallable<CreateStoredInfoTypeRequest,StoredInfoType> createStoredInfoTypeCallable()
deidentifyContentCallable()
public UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse> deidentifyContentCallable()
deleteDeidentifyTemplateCallable()
public UnaryCallable<DeleteDeidentifyTemplateRequest,Empty> deleteDeidentifyTemplateCallable()
deleteDlpJobCallable()
public UnaryCallable<DeleteDlpJobRequest,Empty> deleteDlpJobCallable()
deleteInspectTemplateCallable()
public UnaryCallable<DeleteInspectTemplateRequest,Empty> deleteInspectTemplateCallable()
deleteJobTriggerCallable()
public UnaryCallable<DeleteJobTriggerRequest,Empty> deleteJobTriggerCallable()
deleteStoredInfoTypeCallable()
public UnaryCallable<DeleteStoredInfoTypeRequest,Empty> deleteStoredInfoTypeCallable()
finishDlpJobCallable()
public UnaryCallable<FinishDlpJobRequest,Empty> finishDlpJobCallable()
getDeidentifyTemplateCallable()
public UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate> getDeidentifyTemplateCallable()
getDlpJobCallable()
public UnaryCallable<GetDlpJobRequest,DlpJob> getDlpJobCallable()
getInspectTemplateCallable()
public UnaryCallable<GetInspectTemplateRequest,InspectTemplate> getInspectTemplateCallable()
getJobTriggerCallable()
public UnaryCallable<GetJobTriggerRequest,JobTrigger> getJobTriggerCallable()
getStoredInfoTypeCallable()
public UnaryCallable<GetStoredInfoTypeRequest,StoredInfoType> getStoredInfoTypeCallable()
hybridInspectDlpJobCallable()
public UnaryCallable<HybridInspectDlpJobRequest,HybridInspectResponse> hybridInspectDlpJobCallable()
hybridInspectJobTriggerCallable()
public UnaryCallable<HybridInspectJobTriggerRequest,HybridInspectResponse> hybridInspectJobTriggerCallable()
inspectContentCallable()
public UnaryCallable<InspectContentRequest,InspectContentResponse> inspectContentCallable()
listDeidentifyTemplatesCallable()
public UnaryCallable<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse> listDeidentifyTemplatesCallable()
listDeidentifyTemplatesPagedCallable()
public UnaryCallable<ListDeidentifyTemplatesRequest,DlpServiceClient.ListDeidentifyTemplatesPagedResponse> listDeidentifyTemplatesPagedCallable()
listDlpJobsCallable()
public UnaryCallable<ListDlpJobsRequest,ListDlpJobsResponse> listDlpJobsCallable()
listDlpJobsPagedCallable()
public UnaryCallable<ListDlpJobsRequest,DlpServiceClient.ListDlpJobsPagedResponse> listDlpJobsPagedCallable()
listInfoTypesCallable()
public UnaryCallable<ListInfoTypesRequest,ListInfoTypesResponse> listInfoTypesCallable()
listInspectTemplatesCallable()
public UnaryCallable<ListInspectTemplatesRequest,ListInspectTemplatesResponse> listInspectTemplatesCallable()
listInspectTemplatesPagedCallable()
public UnaryCallable<ListInspectTemplatesRequest,DlpServiceClient.ListInspectTemplatesPagedResponse> listInspectTemplatesPagedCallable()
listJobTriggersCallable()
public UnaryCallable<ListJobTriggersRequest,ListJobTriggersResponse> listJobTriggersCallable()
listJobTriggersPagedCallable()
public UnaryCallable<ListJobTriggersRequest,DlpServiceClient.ListJobTriggersPagedResponse> listJobTriggersPagedCallable()
listStoredInfoTypesCallable()
public UnaryCallable<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse> listStoredInfoTypesCallable()
listStoredInfoTypesPagedCallable()
public UnaryCallable<ListStoredInfoTypesRequest,DlpServiceClient.ListStoredInfoTypesPagedResponse> listStoredInfoTypesPagedCallable()
redactImageCallable()
public UnaryCallable<RedactImageRequest,RedactImageResponse> redactImageCallable()
reidentifyContentCallable()
public UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse> reidentifyContentCallable()
updateDeidentifyTemplateCallable()
public UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> updateDeidentifyTemplateCallable()
updateInspectTemplateCallable()
public UnaryCallable<UpdateInspectTemplateRequest,InspectTemplate> updateInspectTemplateCallable()
updateJobTriggerCallable()
public UnaryCallable<UpdateJobTriggerRequest,JobTrigger> updateJobTriggerCallable()
updateStoredInfoTypeCallable()
public UnaryCallable<UpdateStoredInfoTypeRequest,StoredInfoType> updateStoredInfoTypeCallable()