Uses of Class
com.google.cloud.scheduler.v1.CloudSchedulerClient.ListJobsPagedResponse
-
Packages that use CloudSchedulerClient.ListJobsPagedResponse Package Description com.google.cloud.scheduler.v1 A client to Cloud Scheduler APIcom.google.cloud.scheduler.v1.stub -
-
Uses of CloudSchedulerClient.ListJobsPagedResponse in com.google.cloud.scheduler.v1
Methods in com.google.cloud.scheduler.v1 that return CloudSchedulerClient.ListJobsPagedResponse Modifier and Type Method Description CloudSchedulerClient.ListJobsPagedResponse
CloudSchedulerClient. listJobs(ListJobsRequest request)
Lists jobs.CloudSchedulerClient.ListJobsPagedResponse
CloudSchedulerClient. listJobs(LocationName parent)
Lists jobs.CloudSchedulerClient.ListJobsPagedResponse
CloudSchedulerClient. listJobs(String parent)
Lists jobs.Methods in com.google.cloud.scheduler.v1 that return types with arguments of type CloudSchedulerClient.ListJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudSchedulerClient.ListJobsPagedResponse>
CloudSchedulerClient.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,CloudSchedulerClient.ListJobsPagedResponse>
CloudSchedulerClient. listJobsPagedCallable()
Lists jobs.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,CloudSchedulerClient.ListJobsPagedResponse>
CloudSchedulerSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,CloudSchedulerClient.ListJobsPagedResponse>
CloudSchedulerSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs. -
Uses of CloudSchedulerClient.ListJobsPagedResponse in com.google.cloud.scheduler.v1.stub
Methods in com.google.cloud.scheduler.v1.stub that return types with arguments of type CloudSchedulerClient.ListJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,CloudSchedulerClient.ListJobsPagedResponse>
CloudSchedulerStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,CloudSchedulerClient.ListJobsPagedResponse>
GrpcCloudSchedulerStub. listJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,CloudSchedulerClient.ListJobsPagedResponse>
HttpJsonCloudSchedulerStub. listJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,CloudSchedulerClient.ListJobsPagedResponse>
CloudSchedulerStubSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,CloudSchedulerClient.ListJobsPagedResponse>
CloudSchedulerStubSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs.
-