Uses of Class
com.google.cloud.run.v2.JobsClient.ListJobsPagedResponse
-
Packages that use JobsClient.ListJobsPagedResponse Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of JobsClient.ListJobsPagedResponse in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return JobsClient.ListJobsPagedResponse Modifier and Type Method Description JobsClient.ListJobsPagedResponse
JobsClient. listJobs(ListJobsRequest request)
Lists Jobs.JobsClient.ListJobsPagedResponse
JobsClient. listJobs(LocationName parent)
Lists Jobs.JobsClient.ListJobsPagedResponse
JobsClient. listJobs(String parent)
Lists Jobs.Methods in com.google.cloud.run.v2 that return types with arguments of type JobsClient.ListJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<JobsClient.ListJobsPagedResponse>
JobsClient.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,JobsClient.ListJobsPagedResponse>
JobsClient. listJobsPagedCallable()
Lists Jobs.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobsClient.ListJobsPagedResponse>
JobsSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobsClient.ListJobsPagedResponse>
JobsSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs. -
Uses of JobsClient.ListJobsPagedResponse in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type JobsClient.ListJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsClient.ListJobsPagedResponse>
GrpcJobsStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsClient.ListJobsPagedResponse>
HttpJsonJobsStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsClient.ListJobsPagedResponse>
JobsStub. listJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobsClient.ListJobsPagedResponse>
JobsStubSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobsClient.ListJobsPagedResponse>
JobsStubSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs.
-