Uses of Class
com.google.dataflow.v1beta3.JobsV1Beta3Client.ListJobsPagedResponse
-
Packages that use JobsV1Beta3Client.ListJobsPagedResponse Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of JobsV1Beta3Client.ListJobsPagedResponse in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return JobsV1Beta3Client.ListJobsPagedResponse Modifier and Type Method Description JobsV1Beta3Client.ListJobsPagedResponse
JobsV1Beta3Client. listJobs(ListJobsRequest request)
List the jobs of a project.Methods in com.google.dataflow.v1beta3 that return types with arguments of type JobsV1Beta3Client.ListJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<JobsV1Beta3Client.ListJobsPagedResponse>
JobsV1Beta3Client.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,JobsV1Beta3Client.ListJobsPagedResponse>
JobsV1Beta3Client. listJobsPagedCallable()
List the jobs of a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobsV1Beta3Client.ListJobsPagedResponse>
JobsV1Beta3Settings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobsV1Beta3Client.ListJobsPagedResponse>
JobsV1Beta3Settings. listJobsSettings()
Returns the object with the settings used for calls to listJobs. -
Uses of JobsV1Beta3Client.ListJobsPagedResponse in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type JobsV1Beta3Client.ListJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsV1Beta3Client.ListJobsPagedResponse>
GrpcJobsV1Beta3Stub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsV1Beta3Client.ListJobsPagedResponse>
HttpJsonJobsV1Beta3Stub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsV1Beta3Client.ListJobsPagedResponse>
JobsV1Beta3Stub. listJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobsV1Beta3Client.ListJobsPagedResponse>
JobsV1Beta3StubSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobsV1Beta3Client.ListJobsPagedResponse>
JobsV1Beta3StubSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs.
-