Uses of Class
com.google.cloud.dataproc.v1.JobControllerClient.ListJobsPagedResponse
-
Packages that use JobControllerClient.ListJobsPagedResponse Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of JobControllerClient.ListJobsPagedResponse in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return JobControllerClient.ListJobsPagedResponse Modifier and Type Method Description JobControllerClient.ListJobsPagedResponse
JobControllerClient. listJobs(ListJobsRequest request)
Lists regions/{region}/jobs in a project.JobControllerClient.ListJobsPagedResponse
JobControllerClient. listJobs(String projectId, String region)
Lists regions/{region}/jobs in a project.JobControllerClient.ListJobsPagedResponse
JobControllerClient. listJobs(String projectId, String region, String filter)
Lists regions/{region}/jobs in a project.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type JobControllerClient.ListJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<JobControllerClient.ListJobsPagedResponse>
JobControllerClient.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,JobControllerClient.ListJobsPagedResponse>
JobControllerClient. listJobsPagedCallable()
Lists regions/{region}/jobs in a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse>
JobControllerSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse>
JobControllerSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs. -
Uses of JobControllerClient.ListJobsPagedResponse in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type JobControllerClient.ListJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobControllerClient.ListJobsPagedResponse>
GrpcJobControllerStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobControllerClient.ListJobsPagedResponse>
HttpJsonJobControllerStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobControllerClient.ListJobsPagedResponse>
JobControllerStub. listJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse>
JobControllerStubSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse>
JobControllerStubSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs.
-