Uses of Class
com.google.cloud.dlp.v2.DlpServiceClient.ListDlpJobsPagedResponse
-
Packages that use DlpServiceClient.ListDlpJobsPagedResponse Package Description com.google.cloud.dlp.v2 A client to Cloud Data Loss Prevention (DLP) APIcom.google.cloud.dlp.v2.stub -
-
Uses of DlpServiceClient.ListDlpJobsPagedResponse in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return DlpServiceClient.ListDlpJobsPagedResponse Modifier and Type Method Description DlpServiceClient.ListDlpJobsPagedResponse
DlpServiceClient. listDlpJobs(ListDlpJobsRequest request)
Lists DlpJobs that match the specified filter in the request.DlpServiceClient.ListDlpJobsPagedResponse
DlpServiceClient. listDlpJobs(LocationName parent)
Lists DlpJobs that match the specified filter in the request.DlpServiceClient.ListDlpJobsPagedResponse
DlpServiceClient. listDlpJobs(ProjectName parent)
Lists DlpJobs that match the specified filter in the request.DlpServiceClient.ListDlpJobsPagedResponse
DlpServiceClient. listDlpJobs(String parent)
Lists DlpJobs that match the specified filter in the request.Methods in com.google.cloud.dlp.v2 that return types with arguments of type DlpServiceClient.ListDlpJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DlpServiceClient.ListDlpJobsPagedResponse>
DlpServiceClient.ListDlpJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob> context, com.google.api.core.ApiFuture<ListDlpJobsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDlpJobsRequest,DlpServiceClient.ListDlpJobsPagedResponse>
DlpServiceClient. listDlpJobsPagedCallable()
Lists DlpJobs that match the specified filter in the request.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDlpJobsRequest,ListDlpJobsResponse,DlpServiceClient.ListDlpJobsPagedResponse>
DlpServiceSettings.Builder. listDlpJobsSettings()
Returns the builder for the settings used for calls to listDlpJobs.com.google.api.gax.rpc.PagedCallSettings<ListDlpJobsRequest,ListDlpJobsResponse,DlpServiceClient.ListDlpJobsPagedResponse>
DlpServiceSettings. listDlpJobsSettings()
Returns the object with the settings used for calls to listDlpJobs. -
Uses of DlpServiceClient.ListDlpJobsPagedResponse in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type DlpServiceClient.ListDlpJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDlpJobsRequest,DlpServiceClient.ListDlpJobsPagedResponse>
DlpServiceStub. listDlpJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDlpJobsRequest,DlpServiceClient.ListDlpJobsPagedResponse>
GrpcDlpServiceStub. listDlpJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDlpJobsRequest,DlpServiceClient.ListDlpJobsPagedResponse>
HttpJsonDlpServiceStub. listDlpJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDlpJobsRequest,ListDlpJobsResponse,DlpServiceClient.ListDlpJobsPagedResponse>
DlpServiceStubSettings.Builder. listDlpJobsSettings()
Returns the builder for the settings used for calls to listDlpJobs.com.google.api.gax.rpc.PagedCallSettings<ListDlpJobsRequest,ListDlpJobsResponse,DlpServiceClient.ListDlpJobsPagedResponse>
DlpServiceStubSettings. listDlpJobsSettings()
Returns the object with the settings used for calls to listDlpJobs.
-