- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public class GrpcDlpServiceStub extends DlpServiceStub
gRPC 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 GrpcDlpServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
GrpcDlpServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcDlpServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Type | Description |
GrpcDlpServiceStub |
Type | Description |
IOException |
create(DlpServiceStubSettings settings)
public static final GrpcDlpServiceStub create(DlpServiceStubSettings settings)
Name | Description |
settings | DlpServiceStubSettings |
Type | Description |
GrpcDlpServiceStub |
Type | Description |
IOException |
Constructors
GrpcDlpServiceStub(DlpServiceStubSettings settings, ClientContext clientContext)
protected GrpcDlpServiceStub(DlpServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcDlpServiceStub, 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.
Name | Description |
settings | DlpServiceStubSettings |
clientContext | ClientContext |
GrpcDlpServiceStub(DlpServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcDlpServiceStub(DlpServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcDlpServiceStub, 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.
Name | Description |
settings | DlpServiceStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
activateJobTriggerCallable()
public UnaryCallable<ActivateJobTriggerRequest,DlpJob> activateJobTriggerCallable()
Type | Description |
UnaryCallable<ActivateJobTriggerRequest,DlpJob> |
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
cancelDlpJobCallable()
public UnaryCallable<CancelDlpJobRequest,Empty> cancelDlpJobCallable()
Type | Description |
UnaryCallable<CancelDlpJobRequest,Empty> |
close()
public final void close()
createDeidentifyTemplateCallable()
public UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate> createDeidentifyTemplateCallable()
Type | Description |
UnaryCallable<CreateDeidentifyTemplateRequest,DeidentifyTemplate> |
createDlpJobCallable()
public UnaryCallable<CreateDlpJobRequest,DlpJob> createDlpJobCallable()
Type | Description |
UnaryCallable<CreateDlpJobRequest,DlpJob> |
createInspectTemplateCallable()
public UnaryCallable<CreateInspectTemplateRequest,InspectTemplate> createInspectTemplateCallable()
Type | Description |
UnaryCallable<CreateInspectTemplateRequest,InspectTemplate> |
createJobTriggerCallable()
public UnaryCallable<CreateJobTriggerRequest,JobTrigger> createJobTriggerCallable()
Type | Description |
UnaryCallable<CreateJobTriggerRequest,JobTrigger> |
createStoredInfoTypeCallable()
public UnaryCallable<CreateStoredInfoTypeRequest,StoredInfoType> createStoredInfoTypeCallable()
Type | Description |
UnaryCallable<CreateStoredInfoTypeRequest,StoredInfoType> |
deidentifyContentCallable()
public UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse> deidentifyContentCallable()
Type | Description |
UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse> |
deleteDeidentifyTemplateCallable()
public UnaryCallable<DeleteDeidentifyTemplateRequest,Empty> deleteDeidentifyTemplateCallable()
Type | Description |
UnaryCallable<DeleteDeidentifyTemplateRequest,Empty> |
deleteDlpJobCallable()
public UnaryCallable<DeleteDlpJobRequest,Empty> deleteDlpJobCallable()
Type | Description |
UnaryCallable<DeleteDlpJobRequest,Empty> |
deleteInspectTemplateCallable()
public UnaryCallable<DeleteInspectTemplateRequest,Empty> deleteInspectTemplateCallable()
Type | Description |
UnaryCallable<DeleteInspectTemplateRequest,Empty> |
deleteJobTriggerCallable()
public UnaryCallable<DeleteJobTriggerRequest,Empty> deleteJobTriggerCallable()
Type | Description |
UnaryCallable<DeleteJobTriggerRequest,Empty> |
deleteStoredInfoTypeCallable()
public UnaryCallable<DeleteStoredInfoTypeRequest,Empty> deleteStoredInfoTypeCallable()
Type | Description |
UnaryCallable<DeleteStoredInfoTypeRequest,Empty> |
finishDlpJobCallable()
public UnaryCallable<FinishDlpJobRequest,Empty> finishDlpJobCallable()
Type | Description |
UnaryCallable<FinishDlpJobRequest,Empty> |
getDeidentifyTemplateCallable()
public UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate> getDeidentifyTemplateCallable()
Type | Description |
UnaryCallable<GetDeidentifyTemplateRequest,DeidentifyTemplate> |
getDlpJobCallable()
public UnaryCallable<GetDlpJobRequest,DlpJob> getDlpJobCallable()
Type | Description |
UnaryCallable<GetDlpJobRequest,DlpJob> |
getInspectTemplateCallable()
public UnaryCallable<GetInspectTemplateRequest,InspectTemplate> getInspectTemplateCallable()
Type | Description |
UnaryCallable<GetInspectTemplateRequest,InspectTemplate> |
getJobTriggerCallable()
public UnaryCallable<GetJobTriggerRequest,JobTrigger> getJobTriggerCallable()
Type | Description |
UnaryCallable<GetJobTriggerRequest,JobTrigger> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Type | Description |
GrpcOperationsStub |
getStoredInfoTypeCallable()
public UnaryCallable<GetStoredInfoTypeRequest,StoredInfoType> getStoredInfoTypeCallable()
Type | Description |
UnaryCallable<GetStoredInfoTypeRequest,StoredInfoType> |
hybridInspectDlpJobCallable()
public UnaryCallable<HybridInspectDlpJobRequest,HybridInspectResponse> hybridInspectDlpJobCallable()
Type | Description |
UnaryCallable<HybridInspectDlpJobRequest,HybridInspectResponse> |
hybridInspectJobTriggerCallable()
public UnaryCallable<HybridInspectJobTriggerRequest,HybridInspectResponse> hybridInspectJobTriggerCallable()
Type | Description |
UnaryCallable<HybridInspectJobTriggerRequest,HybridInspectResponse> |
inspectContentCallable()
public UnaryCallable<InspectContentRequest,InspectContentResponse> inspectContentCallable()
Type | Description |
UnaryCallable<InspectContentRequest,InspectContentResponse> |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
listDeidentifyTemplatesCallable()
public UnaryCallable<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse> listDeidentifyTemplatesCallable()
Type | Description |
UnaryCallable<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse> |
listDeidentifyTemplatesPagedCallable()
public UnaryCallable<ListDeidentifyTemplatesRequest,DlpServiceClient.ListDeidentifyTemplatesPagedResponse> listDeidentifyTemplatesPagedCallable()
Type | Description |
UnaryCallable<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesPagedResponse> |
listDlpJobsCallable()
public UnaryCallable<ListDlpJobsRequest,ListDlpJobsResponse> listDlpJobsCallable()
Type | Description |
UnaryCallable<ListDlpJobsRequest,ListDlpJobsResponse> |
listDlpJobsPagedCallable()
public UnaryCallable<ListDlpJobsRequest,DlpServiceClient.ListDlpJobsPagedResponse> listDlpJobsPagedCallable()
Type | Description |
UnaryCallable<ListDlpJobsRequest,ListDlpJobsPagedResponse> |
listInfoTypesCallable()
public UnaryCallable<ListInfoTypesRequest,ListInfoTypesResponse> listInfoTypesCallable()
Type | Description |
UnaryCallable<ListInfoTypesRequest,ListInfoTypesResponse> |
listInspectTemplatesCallable()
public UnaryCallable<ListInspectTemplatesRequest,ListInspectTemplatesResponse> listInspectTemplatesCallable()
Type | Description |
UnaryCallable<ListInspectTemplatesRequest,ListInspectTemplatesResponse> |
listInspectTemplatesPagedCallable()
public UnaryCallable<ListInspectTemplatesRequest,DlpServiceClient.ListInspectTemplatesPagedResponse> listInspectTemplatesPagedCallable()
Type | Description |
UnaryCallable<ListInspectTemplatesRequest,ListInspectTemplatesPagedResponse> |
listJobTriggersCallable()
public UnaryCallable<ListJobTriggersRequest,ListJobTriggersResponse> listJobTriggersCallable()
Type | Description |
UnaryCallable<ListJobTriggersRequest,ListJobTriggersResponse> |
listJobTriggersPagedCallable()
public UnaryCallable<ListJobTriggersRequest,DlpServiceClient.ListJobTriggersPagedResponse> listJobTriggersPagedCallable()
Type | Description |
UnaryCallable<ListJobTriggersRequest,ListJobTriggersPagedResponse> |
listStoredInfoTypesCallable()
public UnaryCallable<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse> listStoredInfoTypesCallable()
Type | Description |
UnaryCallable<ListStoredInfoTypesRequest,ListStoredInfoTypesResponse> |
listStoredInfoTypesPagedCallable()
public UnaryCallable<ListStoredInfoTypesRequest,DlpServiceClient.ListStoredInfoTypesPagedResponse> listStoredInfoTypesPagedCallable()
Type | Description |
UnaryCallable<ListStoredInfoTypesRequest,ListStoredInfoTypesPagedResponse> |
redactImageCallable()
public UnaryCallable<RedactImageRequest,RedactImageResponse> redactImageCallable()
Type | Description |
UnaryCallable<RedactImageRequest,RedactImageResponse> |
reidentifyContentCallable()
public UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse> reidentifyContentCallable()
Type | Description |
UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateDeidentifyTemplateCallable()
public UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> updateDeidentifyTemplateCallable()
Type | Description |
UnaryCallable<UpdateDeidentifyTemplateRequest,DeidentifyTemplate> |
updateInspectTemplateCallable()
public UnaryCallable<UpdateInspectTemplateRequest,InspectTemplate> updateInspectTemplateCallable()
Type | Description |
UnaryCallable<UpdateInspectTemplateRequest,InspectTemplate> |
updateJobTriggerCallable()
public UnaryCallable<UpdateJobTriggerRequest,JobTrigger> updateJobTriggerCallable()
Type | Description |
UnaryCallable<UpdateJobTriggerRequest,JobTrigger> |
updateStoredInfoTypeCallable()
public UnaryCallable<UpdateStoredInfoTypeRequest,StoredInfoType> updateStoredInfoTypeCallable()
Type | Description |
UnaryCallable<UpdateStoredInfoTypeRequest,StoredInfoType> |