Uses of Class
com.google.cloud.scheduler.v1.stub.CloudSchedulerStubSettings
-
Packages that use CloudSchedulerStubSettings Package Description com.google.cloud.scheduler.v1 A client to Cloud Scheduler APIcom.google.cloud.scheduler.v1.stub -
-
Uses of CloudSchedulerStubSettings in com.google.cloud.scheduler.v1
Methods in com.google.cloud.scheduler.v1 with parameters of type CloudSchedulerStubSettings Modifier and Type Method Description static CloudSchedulerSettings
CloudSchedulerSettings. create(CloudSchedulerStubSettings stub)
-
Uses of CloudSchedulerStubSettings in com.google.cloud.scheduler.v1.stub
Methods in com.google.cloud.scheduler.v1.stub that return CloudSchedulerStubSettings Modifier and Type Method Description CloudSchedulerStubSettings
CloudSchedulerStubSettings.Builder. build()
Methods in com.google.cloud.scheduler.v1.stub with parameters of type CloudSchedulerStubSettings Modifier and Type Method Description static GrpcCloudSchedulerStub
GrpcCloudSchedulerStub. create(CloudSchedulerStubSettings settings)
static HttpJsonCloudSchedulerStub
HttpJsonCloudSchedulerStub. create(CloudSchedulerStubSettings settings)
Constructors in com.google.cloud.scheduler.v1.stub with parameters of type CloudSchedulerStubSettings Constructor Description Builder(CloudSchedulerStubSettings settings)
GrpcCloudSchedulerStub(CloudSchedulerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcCloudSchedulerStub, using the given settings.GrpcCloudSchedulerStub(CloudSchedulerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCloudSchedulerStub, using the given settings.HttpJsonCloudSchedulerStub(CloudSchedulerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonCloudSchedulerStub, using the given settings.HttpJsonCloudSchedulerStub(CloudSchedulerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonCloudSchedulerStub, using the given settings.
-