Class DlpServiceStub (3.2.1)

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.

Inheritance

java.lang.Object > DlpServiceStub

Implements

BackgroundResource

Constructors

DlpServiceStub()

public DlpServiceStub()

Methods

activateJobTriggerCallable()

public UnaryCallable<ActivateJobTriggerRequest,DlpJob> activateJobTriggerCallable()
Returns
TypeDescription
UnaryCallable<ActivateJobTriggerRequest,DlpJob>

cancelDlpJobCallable()

public UnaryCallable<CancelDlpJobRequest,Empty> cancelDlpJobCallable()
Returns
TypeDescription
UnaryCallable<CancelDlpJobRequest,Empty>

close()

public abstract void close()

createDeidentifyTemplateCallable()

public UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate> createDeidentifyTemplateCallable()
Returns
TypeDescription
UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate>

createDlpJobCallable()

public UnaryCallable<CreateDlpJobRequest,DlpJob> createDlpJobCallable()
Returns
TypeDescription
UnaryCallable<CreateDlpJobRequest,DlpJob>

createInspectTemplateCallable()

public UnaryCallable<CreateInspectTemplateRequest,InspectTemplate> createInspectTemplateCallable()
Returns
TypeDescription
UnaryCallable<CreateInspectTemplateRequest,InspectTemplate>

createJobTriggerCallable()

public UnaryCallable<CreateJobTriggerRequest,JobTrigger> createJobTriggerCallable()
Returns
TypeDescription
UnaryCallable<CreateJobTriggerRequest,JobTrigger>

createStoredInfoTypeCallable()

public UnaryCallable<CreateStoredInfoTypeRequest,StoredInfoType> createStoredInfoTypeCallable()
Returns
TypeDescription
UnaryCallable<CreateStoredInfoTypeRequest,StoredInfoType>

deidentifyContentCallable()

public UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse> deidentifyContentCallable()
Returns
TypeDescription
UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse>

deleteDeidentifyTemplateCallable()

public UnaryCallable<DeleteDeidentifyTemplateRequest,Empty> deleteDeidentifyTemplateCallable()
Returns
TypeDescription
UnaryCallable<DeleteDeidentifyTemplateRequest,Empty>

deleteDlpJobCallable()

public UnaryCallable<DeleteDlpJobRequest,Empty> deleteDlpJobCallable()
Returns
TypeDescription
UnaryCallable<DeleteDlpJobRequest,Empty>

deleteInspectTemplateCallable()

public UnaryCallable<DeleteInspectTemplateRequest,Empty> deleteInspectTemplateCallable()
Returns
TypeDescription
UnaryCallable<DeleteInspectTemplateRequest,Empty>

deleteJobTriggerCallable()

public UnaryCallable<DeleteJobTriggerRequest,Empty> deleteJobTriggerCallable()
Returns
TypeDescription
UnaryCallable<DeleteJobTriggerRequest,Empty>

deleteStoredInfoTypeCallable()

public UnaryCallable<DeleteStoredInfoTypeRequest,Empty> deleteStoredInfoTypeCallable()
Returns
TypeDescription
UnaryCallable<DeleteStoredInfoTypeRequest,Empty>

finishDlpJobCallable()

public UnaryCallable<FinishDlpJobRequest,Empty> finishDlpJobCallable()
Returns
TypeDescription
UnaryCallable<FinishDlpJobRequest,Empty>

getDeidentifyTemplateCallable()

public UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate> getDeidentifyTemplateCallable()
Returns
TypeDescription
UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate>

getDlpJobCallable()

public UnaryCallable<GetDlpJobRequest,DlpJob> getDlpJobCallable()
Returns
TypeDescription
UnaryCallable<GetDlpJobRequest,DlpJob>

getInspectTemplateCallable()

public UnaryCallable<GetInspectTemplateRequest,InspectTemplate> getInspectTemplateCallable()
Returns
TypeDescription
UnaryCallable<GetInspectTemplateRequest,InspectTemplate>

getJobTriggerCallable()

public UnaryCallable<GetJobTriggerRequest,JobTrigger> getJobTriggerCallable()
Returns
TypeDescription
UnaryCallable<GetJobTriggerRequest,JobTrigger>

getStoredInfoTypeCallable()

public UnaryCallable<GetStoredInfoTypeRequest,StoredInfoType> getStoredInfoTypeCallable()
Returns
TypeDescription
UnaryCallable<GetStoredInfoTypeRequest,StoredInfoType>

hybridInspectDlpJobCallable()

public UnaryCallable<HybridInspectDlpJobRequest,HybridInspectResponse> hybridInspectDlpJobCallable()
Returns
TypeDescription
UnaryCallable<HybridInspectDlpJobRequest,HybridInspectResponse>

hybridInspectJobTriggerCallable()

public UnaryCallable<HybridInspectJobTriggerRequest,HybridInspectResponse> hybridInspectJobTriggerCallable()
Returns
TypeDescription
UnaryCallable<HybridInspectJobTriggerRequest,HybridInspectResponse>

inspectContentCallable()

public UnaryCallable<InspectContentRequest,InspectContentResponse> inspectContentCallable()
Returns
TypeDescription
UnaryCallable<InspectContentRequest,InspectContentResponse>

listDeidentifyTemplatesCallable()

public UnaryCallable<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse> listDeidentifyTemplatesCallable()
Returns
TypeDescription
UnaryCallable<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse>

listDeidentifyTemplatesPagedCallable()

public UnaryCallable<ListDeidentifyTemplatesRequest,DlpServiceClient.ListDeidentifyTemplatesPagedResponse> listDeidentifyTemplatesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesPagedResponse>

listDlpJobsCallable()

public UnaryCallable<ListDlpJobsRequest,ListDlpJobsResponse> listDlpJobsCallable()
Returns
TypeDescription
UnaryCallable<ListDlpJobsRequest,ListDlpJobsResponse>

listDlpJobsPagedCallable()

public UnaryCallable<ListDlpJobsRequest,DlpServiceClient.ListDlpJobsPagedResponse> listDlpJobsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListDlpJobsRequest,ListDlpJobsPagedResponse>

listInfoTypesCallable()

public UnaryCallable<ListInfoTypesRequest,ListInfoTypesResponse> listInfoTypesCallable()
Returns
TypeDescription
UnaryCallable<ListInfoTypesRequest,ListInfoTypesResponse>

listInspectTemplatesCallable()

public UnaryCallable<ListInspectTemplatesRequest,ListInspectTemplatesResponse> listInspectTemplatesCallable()
Returns
TypeDescription
UnaryCallable<ListInspectTemplatesRequest,ListInspectTemplatesResponse>

listInspectTemplatesPagedCallable()

public UnaryCallable<ListInspectTemplatesRequest,DlpServiceClient.ListInspectTemplatesPagedResponse> listInspectTemplatesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListInspectTemplatesRequest,ListInspectTemplatesPagedResponse>

listJobTriggersCallable()

public UnaryCallable<ListJobTriggersRequest,ListJobTriggersResponse> listJobTriggersCallable()
Returns
TypeDescription
UnaryCallable<ListJobTriggersRequest,ListJobTriggersResponse>

listJobTriggersPagedCallable()

public UnaryCallable<ListJobTriggersRequest,DlpServiceClient.ListJobTriggersPagedResponse> listJobTriggersPagedCallable()
Returns
TypeDescription
UnaryCallable<ListJobTriggersRequest,ListJobTriggersPagedResponse>

listStoredInfoTypesCallable()

public UnaryCallable<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse> listStoredInfoTypesCallable()
Returns
TypeDescription
UnaryCallable<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse>

listStoredInfoTypesPagedCallable()

public UnaryCallable<ListStoredInfoTypesRequest,DlpServiceClient.ListStoredInfoTypesPagedResponse> listStoredInfoTypesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListStoredInfoTypesRequest,ListStoredInfoTypesPagedResponse>

redactImageCallable()

public UnaryCallable<RedactImageRequest,RedactImageResponse> redactImageCallable()
Returns
TypeDescription
UnaryCallable<RedactImageRequest,RedactImageResponse>

reidentifyContentCallable()

public UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse> reidentifyContentCallable()
Returns
TypeDescription
UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse>

updateDeidentifyTemplateCallable()

public UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> updateDeidentifyTemplateCallable()
Returns
TypeDescription
UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate>

updateInspectTemplateCallable()

public UnaryCallable<UpdateInspectTemplateRequest,InspectTemplate> updateInspectTemplateCallable()
Returns
TypeDescription
UnaryCallable<UpdateInspectTemplateRequest,InspectTemplate>

updateJobTriggerCallable()

public UnaryCallable<UpdateJobTriggerRequest,JobTrigger> updateJobTriggerCallable()
Returns
TypeDescription
UnaryCallable<UpdateJobTriggerRequest,JobTrigger>

updateStoredInfoTypeCallable()

public UnaryCallable<UpdateStoredInfoTypeRequest,StoredInfoType> updateStoredInfoTypeCallable()
Returns
TypeDescription
UnaryCallable<UpdateStoredInfoTypeRequest,StoredInfoType>