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)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonDlpServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(DlpServiceStubSettings settings)
public static final HttpJsonDlpServiceStub create(DlpServiceStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
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.
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.
Methods
activateJobTriggerCallable()
public UnaryCallable<ActivateJobTriggerRequest,DlpJob> activateJobTriggerCallable()
Overrides
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
cancelDlpJobCallable()
public UnaryCallable<CancelDlpJobRequest,Empty> cancelDlpJobCallable()
Overrides
close()
public final void close()
Overrides
createConnectionCallable()
public UnaryCallable<CreateConnectionRequest,Connection> createConnectionCallable()
Overrides
createDeidentifyTemplateCallable()
public UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate> createDeidentifyTemplateCallable()
Overrides
createDiscoveryConfigCallable()
public UnaryCallable<CreateDiscoveryConfigRequest,DiscoveryConfig> createDiscoveryConfigCallable()
Overrides
createDlpJobCallable()
public UnaryCallable<CreateDlpJobRequest,DlpJob> createDlpJobCallable()
Overrides
createInspectTemplateCallable()
public UnaryCallable<CreateInspectTemplateRequest,InspectTemplate> createInspectTemplateCallable()
Overrides
createJobTriggerCallable()
public UnaryCallable<CreateJobTriggerRequest,JobTrigger> createJobTriggerCallable()
Overrides
createStoredInfoTypeCallable()
public UnaryCallable<CreateStoredInfoTypeRequest,StoredInfoType> createStoredInfoTypeCallable()
Overrides
deidentifyContentCallable()
public UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse> deidentifyContentCallable()
Overrides
deleteConnectionCallable()
public UnaryCallable<DeleteConnectionRequest,Empty> deleteConnectionCallable()
Overrides
deleteDeidentifyTemplateCallable()
public UnaryCallable<DeleteDeidentifyTemplateRequest,Empty> deleteDeidentifyTemplateCallable()
Overrides
deleteDiscoveryConfigCallable()
public UnaryCallable<DeleteDiscoveryConfigRequest,Empty> deleteDiscoveryConfigCallable()
Overrides
deleteDlpJobCallable()
public UnaryCallable<DeleteDlpJobRequest,Empty> deleteDlpJobCallable()
Overrides
deleteInspectTemplateCallable()
public UnaryCallable<DeleteInspectTemplateRequest,Empty> deleteInspectTemplateCallable()
Overrides
deleteJobTriggerCallable()
public UnaryCallable<DeleteJobTriggerRequest,Empty> deleteJobTriggerCallable()
Overrides
deleteStoredInfoTypeCallable()
public UnaryCallable<DeleteStoredInfoTypeRequest,Empty> deleteStoredInfoTypeCallable()
Overrides
deleteTableDataProfileCallable()
public UnaryCallable<DeleteTableDataProfileRequest,Empty> deleteTableDataProfileCallable()
Overrides
finishDlpJobCallable()
public UnaryCallable<FinishDlpJobRequest,Empty> finishDlpJobCallable()
Overrides
getColumnDataProfileCallable()
public UnaryCallable<GetColumnDataProfileRequest,ColumnDataProfile> getColumnDataProfileCallable()
Overrides
getConnectionCallable()
public UnaryCallable<GetConnectionRequest,Connection> getConnectionCallable()
Overrides
getDeidentifyTemplateCallable()
public UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate> getDeidentifyTemplateCallable()
Overrides
getDiscoveryConfigCallable()
public UnaryCallable<GetDiscoveryConfigRequest,DiscoveryConfig> getDiscoveryConfigCallable()
Overrides
getDlpJobCallable()
public UnaryCallable<GetDlpJobRequest,DlpJob> getDlpJobCallable()
Overrides
getInspectTemplateCallable()
public UnaryCallable<GetInspectTemplateRequest,InspectTemplate> getInspectTemplateCallable()
Overrides
getJobTriggerCallable()
public UnaryCallable<GetJobTriggerRequest,JobTrigger> getJobTriggerCallable()
Overrides
getProjectDataProfileCallable()
public UnaryCallable<GetProjectDataProfileRequest,ProjectDataProfile> getProjectDataProfileCallable()
Overrides
getStoredInfoTypeCallable()
public UnaryCallable<GetStoredInfoTypeRequest,StoredInfoType> getStoredInfoTypeCallable()
Overrides
getTableDataProfileCallable()
public UnaryCallable<GetTableDataProfileRequest,TableDataProfile> getTableDataProfileCallable()
Overrides
hybridInspectDlpJobCallable()
public UnaryCallable<HybridInspectDlpJobRequest,HybridInspectResponse> hybridInspectDlpJobCallable()
Overrides
hybridInspectJobTriggerCallable()
public UnaryCallable<HybridInspectJobTriggerRequest,HybridInspectResponse> hybridInspectJobTriggerCallable()
Overrides
inspectContentCallable()
public UnaryCallable<InspectContentRequest,InspectContentResponse> inspectContentCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listColumnDataProfilesCallable()
public UnaryCallable<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse> listColumnDataProfilesCallable()
Overrides
listColumnDataProfilesPagedCallable()
public UnaryCallable<ListColumnDataProfilesRequest,DlpServiceClient.ListColumnDataProfilesPagedResponse> listColumnDataProfilesPagedCallable()
Overrides
listConnectionsCallable()
public UnaryCallable<ListConnectionsRequest,ListConnectionsResponse> listConnectionsCallable()
Overrides
listConnectionsPagedCallable()
public UnaryCallable<ListConnectionsRequest,DlpServiceClient.ListConnectionsPagedResponse> listConnectionsPagedCallable()
Overrides
listDeidentifyTemplatesCallable()
public UnaryCallable<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse> listDeidentifyTemplatesCallable()
Overrides
listDeidentifyTemplatesPagedCallable()
public UnaryCallable<ListDeidentifyTemplatesRequest,DlpServiceClient.ListDeidentifyTemplatesPagedResponse> listDeidentifyTemplatesPagedCallable()
Overrides
listDiscoveryConfigsCallable()
public UnaryCallable<ListDiscoveryConfigsRequest,ListDiscoveryConfigsResponse> listDiscoveryConfigsCallable()
Overrides
listDiscoveryConfigsPagedCallable()
public UnaryCallable<ListDiscoveryConfigsRequest,DlpServiceClient.ListDiscoveryConfigsPagedResponse> listDiscoveryConfigsPagedCallable()
Overrides
listDlpJobsCallable()
public UnaryCallable<ListDlpJobsRequest,ListDlpJobsResponse> listDlpJobsCallable()
Overrides
listDlpJobsPagedCallable()
public UnaryCallable<ListDlpJobsRequest,DlpServiceClient.ListDlpJobsPagedResponse> listDlpJobsPagedCallable()
Overrides
listInfoTypesCallable()
public UnaryCallable<ListInfoTypesRequest,ListInfoTypesResponse> listInfoTypesCallable()
Overrides
listInspectTemplatesCallable()
public UnaryCallable<ListInspectTemplatesRequest,ListInspectTemplatesResponse> listInspectTemplatesCallable()
Overrides
listInspectTemplatesPagedCallable()
public UnaryCallable<ListInspectTemplatesRequest,DlpServiceClient.ListInspectTemplatesPagedResponse> listInspectTemplatesPagedCallable()
Overrides
listJobTriggersCallable()
public UnaryCallable<ListJobTriggersRequest,ListJobTriggersResponse> listJobTriggersCallable()
Overrides
listJobTriggersPagedCallable()
public UnaryCallable<ListJobTriggersRequest,DlpServiceClient.ListJobTriggersPagedResponse> listJobTriggersPagedCallable()
Overrides
listProjectDataProfilesCallable()
public UnaryCallable<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse> listProjectDataProfilesCallable()
Overrides
listProjectDataProfilesPagedCallable()
public UnaryCallable<ListProjectDataProfilesRequest,DlpServiceClient.ListProjectDataProfilesPagedResponse> listProjectDataProfilesPagedCallable()
Overrides
listStoredInfoTypesCallable()
public UnaryCallable<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse> listStoredInfoTypesCallable()
Overrides
listStoredInfoTypesPagedCallable()
public UnaryCallable<ListStoredInfoTypesRequest,DlpServiceClient.ListStoredInfoTypesPagedResponse> listStoredInfoTypesPagedCallable()
Overrides
listTableDataProfilesCallable()
public UnaryCallable<ListTableDataProfilesRequest,ListTableDataProfilesResponse> listTableDataProfilesCallable()
Overrides
listTableDataProfilesPagedCallable()
public UnaryCallable<ListTableDataProfilesRequest,DlpServiceClient.ListTableDataProfilesPagedResponse> listTableDataProfilesPagedCallable()
Overrides
redactImageCallable()
public UnaryCallable<RedactImageRequest,RedactImageResponse> redactImageCallable()
Overrides
reidentifyContentCallable()
public UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse> reidentifyContentCallable()
Overrides
searchConnectionsCallable()
public UnaryCallable<SearchConnectionsRequest,SearchConnectionsResponse> searchConnectionsCallable()
Overrides
searchConnectionsPagedCallable()
public UnaryCallable<SearchConnectionsRequest,DlpServiceClient.SearchConnectionsPagedResponse> searchConnectionsPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateConnectionCallable()
public UnaryCallable<UpdateConnectionRequest,Connection> updateConnectionCallable()
Overrides
updateDeidentifyTemplateCallable()
public UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> updateDeidentifyTemplateCallable()
Overrides
updateDiscoveryConfigCallable()
public UnaryCallable<UpdateDiscoveryConfigRequest,DiscoveryConfig> updateDiscoveryConfigCallable()
Overrides
updateInspectTemplateCallable()
public UnaryCallable<UpdateInspectTemplateRequest,InspectTemplate> updateInspectTemplateCallable()
Overrides
updateJobTriggerCallable()
public UnaryCallable<UpdateJobTriggerRequest,JobTrigger> updateJobTriggerCallable()
Overrides
updateStoredInfoTypeCallable()
public UnaryCallable<UpdateStoredInfoTypeRequest,StoredInfoType> updateStoredInfoTypeCallable()
Overrides