Uses of Class
com.google.cloud.scheduler.v1beta1.stub.CloudSchedulerStub
-
Packages that use CloudSchedulerStub Package Description com.google.cloud.scheduler.v1beta1 A client to Cloud Scheduler APIcom.google.cloud.scheduler.v1beta1.stub -
-
Uses of CloudSchedulerStub in com.google.cloud.scheduler.v1beta1
Methods in com.google.cloud.scheduler.v1beta1 that return CloudSchedulerStub Modifier and Type Method Description CloudSchedulerStub
CloudSchedulerClient. getStub()
Methods in com.google.cloud.scheduler.v1beta1 with parameters of type CloudSchedulerStub Modifier and Type Method Description static CloudSchedulerClient
CloudSchedulerClient. create(CloudSchedulerStub stub)
Constructs an instance of CloudSchedulerClient, using the given stub for making calls.Constructors in com.google.cloud.scheduler.v1beta1 with parameters of type CloudSchedulerStub Constructor Description CloudSchedulerClient(CloudSchedulerStub stub)
-
Uses of CloudSchedulerStub in com.google.cloud.scheduler.v1beta1.stub
Subclasses of CloudSchedulerStub in com.google.cloud.scheduler.v1beta1.stub Modifier and Type Class Description class
GrpcCloudSchedulerStub
gRPC stub implementation for the CloudScheduler service API.class
HttpJsonCloudSchedulerStub
REST stub implementation for the CloudScheduler service API.Methods in com.google.cloud.scheduler.v1beta1.stub that return CloudSchedulerStub Modifier and Type Method Description CloudSchedulerStub
CloudSchedulerStubSettings. createStub()
-