Uses of Class
com.google.cloud.scheduler.v1beta1.CloudSchedulerSettings
-
Packages that use CloudSchedulerSettings Package Description com.google.cloud.scheduler.v1beta1 A client to Cloud Scheduler API -
-
Uses of CloudSchedulerSettings in com.google.cloud.scheduler.v1beta1
Methods in com.google.cloud.scheduler.v1beta1 that return CloudSchedulerSettings Modifier and Type Method Description CloudSchedulerSettings
CloudSchedulerSettings.Builder. build()
static CloudSchedulerSettings
CloudSchedulerSettings. create(CloudSchedulerStubSettings stub)
CloudSchedulerSettings
CloudSchedulerClient. getSettings()
Methods in com.google.cloud.scheduler.v1beta1 with parameters of type CloudSchedulerSettings Modifier and Type Method Description static CloudSchedulerClient
CloudSchedulerClient. create(CloudSchedulerSettings settings)
Constructs an instance of CloudSchedulerClient, using the given settings.Constructors in com.google.cloud.scheduler.v1beta1 with parameters of type CloudSchedulerSettings Constructor Description Builder(CloudSchedulerSettings settings)
CloudSchedulerClient(CloudSchedulerSettings settings)
Constructs an instance of CloudSchedulerClient, using the given settings.
-