Uses of Class
com.google.cloud.dataplex.v1.DataplexServiceClient.ListJobsPagedResponse
-
Packages that use DataplexServiceClient.ListJobsPagedResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of DataplexServiceClient.ListJobsPagedResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataplexServiceClient.ListJobsPagedResponse Modifier and Type Method Description DataplexServiceClient.ListJobsPagedResponse
DataplexServiceClient. listJobs(ListJobsRequest request)
Lists Jobs under the given task.DataplexServiceClient.ListJobsPagedResponse
DataplexServiceClient. listJobs(TaskName parent)
Lists Jobs under the given task.DataplexServiceClient.ListJobsPagedResponse
DataplexServiceClient. listJobs(String parent)
Lists Jobs under the given task.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataplexServiceClient.ListJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataplexServiceClient.ListJobsPagedResponse>
DataplexServiceClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,DataplexServiceClient.ListJobsPagedResponse>
DataplexServiceClient. listJobsPagedCallable()
Lists Jobs under the given task.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse>
DataplexServiceSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse>
DataplexServiceSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs. -
Uses of DataplexServiceClient.ListJobsPagedResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type DataplexServiceClient.ListJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,DataplexServiceClient.ListJobsPagedResponse>
DataplexServiceStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,DataplexServiceClient.ListJobsPagedResponse>
GrpcDataplexServiceStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,DataplexServiceClient.ListJobsPagedResponse>
HttpJsonDataplexServiceStub. listJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse>
DataplexServiceStubSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse>
DataplexServiceStubSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs.
-