Uses of Class
com.google.cloud.scheduler.v1beta1.CloudSchedulerClient
-
Packages that use CloudSchedulerClient Package Description com.google.cloud.scheduler.v1beta1 A client to Cloud Scheduler API -
-
Uses of CloudSchedulerClient in com.google.cloud.scheduler.v1beta1
Methods in com.google.cloud.scheduler.v1beta1 that return CloudSchedulerClient Modifier and Type Method Description static CloudSchedulerClient
CloudSchedulerClient. create()
Constructs an instance of CloudSchedulerClient with default settings.static CloudSchedulerClient
CloudSchedulerClient. create(CloudSchedulerSettings settings)
Constructs an instance of CloudSchedulerClient, using the given settings.static CloudSchedulerClient
CloudSchedulerClient. create(CloudSchedulerStub stub)
Constructs an instance of CloudSchedulerClient, using the given stub for making calls.
-