Package | Description |
---|---|
com.google.cloud.scheduler.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.scheduler.v1.stub |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<CloudSchedulerClient.ListJobsPagedResponse> |
CloudSchedulerClient.ListJobsPagedResponse.createAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context,
com.google.api.core.ApiFuture<ListJobsResponse> futureResponse) |
UnaryCallable<ListJobsRequest,CloudSchedulerClient.ListJobsPagedResponse> |
CloudSchedulerClient.listJobsPagedCallable()
Lists jobs.
|
PagedCallSettings<ListJobsRequest,ListJobsResponse,CloudSchedulerClient.ListJobsPagedResponse> |
CloudSchedulerSettings.listJobsSettings()
Returns the object with the settings used for calls to listJobs.
|
PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,CloudSchedulerClient.ListJobsPagedResponse> |
CloudSchedulerSettings.Builder.listJobsSettings()
Returns the builder for the settings used for calls to listJobs.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListJobsRequest,CloudSchedulerClient.ListJobsPagedResponse> |
HttpJsonCloudSchedulerStub.listJobsPagedCallable() |
UnaryCallable<ListJobsRequest,CloudSchedulerClient.ListJobsPagedResponse> |
CloudSchedulerStub.listJobsPagedCallable() |
UnaryCallable<ListJobsRequest,CloudSchedulerClient.ListJobsPagedResponse> |
GrpcCloudSchedulerStub.listJobsPagedCallable() |
PagedCallSettings<ListJobsRequest,ListJobsResponse,CloudSchedulerClient.ListJobsPagedResponse> |
CloudSchedulerStubSettings.listJobsSettings()
Returns the object with the settings used for calls to listJobs.
|
PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,CloudSchedulerClient.ListJobsPagedResponse> |
CloudSchedulerStubSettings.Builder.listJobsSettings()
Returns the builder for the settings used for calls to listJobs.
|
Copyright © 2022 Google LLC. All rights reserved.