Uses of Class
com.google.cloud.scheduler.v1beta1.RunJobRequest
-
Packages that use RunJobRequest Package Description com.google.cloud.scheduler.v1beta1 A client to Cloud Scheduler APIcom.google.cloud.scheduler.v1beta1.stub -
-
Uses of RunJobRequest in com.google.cloud.scheduler.v1beta1
Methods in com.google.cloud.scheduler.v1beta1 that return RunJobRequest Modifier and Type Method Description RunJobRequest
RunJobRequest.Builder. build()
RunJobRequest
RunJobRequest.Builder. buildPartial()
static RunJobRequest
RunJobRequest. getDefaultInstance()
RunJobRequest
RunJobRequest.Builder. getDefaultInstanceForType()
RunJobRequest
RunJobRequest. getDefaultInstanceForType()
static RunJobRequest
RunJobRequest. parseDelimitedFrom(InputStream input)
static RunJobRequest
RunJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunJobRequest
RunJobRequest. parseFrom(byte[] data)
static RunJobRequest
RunJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunJobRequest
RunJobRequest. parseFrom(com.google.protobuf.ByteString data)
static RunJobRequest
RunJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunJobRequest
RunJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RunJobRequest
RunJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunJobRequest
RunJobRequest. parseFrom(InputStream input)
static RunJobRequest
RunJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunJobRequest
RunJobRequest. parseFrom(ByteBuffer data)
static RunJobRequest
RunJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.scheduler.v1beta1 that return types with arguments of type RunJobRequest Modifier and Type Method Description com.google.protobuf.Parser<RunJobRequest>
RunJobRequest. getParserForType()
static io.grpc.MethodDescriptor<RunJobRequest,Job>
CloudSchedulerGrpc. getRunJobMethod()
static com.google.protobuf.Parser<RunJobRequest>
RunJobRequest. parser()
com.google.api.gax.rpc.UnaryCallable<RunJobRequest,Job>
CloudSchedulerClient. runJobCallable()
Forces a job to run now.com.google.api.gax.rpc.UnaryCallSettings.Builder<RunJobRequest,Job>
CloudSchedulerSettings.Builder. runJobSettings()
Returns the builder for the settings used for calls to runJob.com.google.api.gax.rpc.UnaryCallSettings<RunJobRequest,Job>
CloudSchedulerSettings. runJobSettings()
Returns the object with the settings used for calls to runJob.Methods in com.google.cloud.scheduler.v1beta1 with parameters of type RunJobRequest Modifier and Type Method Description RunJobRequest.Builder
RunJobRequest.Builder. mergeFrom(RunJobRequest other)
static RunJobRequest.Builder
RunJobRequest. newBuilder(RunJobRequest prototype)
Job
CloudSchedulerClient. runJob(RunJobRequest request)
Forces a job to run now.default void
CloudSchedulerGrpc.AsyncService. runJob(RunJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Forces a job to run now.Job
CloudSchedulerGrpc.CloudSchedulerBlockingStub. runJob(RunJobRequest request)
Forces a job to run now.com.google.common.util.concurrent.ListenableFuture<Job>
CloudSchedulerGrpc.CloudSchedulerFutureStub. runJob(RunJobRequest request)
Forces a job to run now.void
CloudSchedulerGrpc.CloudSchedulerStub. runJob(RunJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Forces a job to run now. -
Uses of RunJobRequest in com.google.cloud.scheduler.v1beta1.stub
Methods in com.google.cloud.scheduler.v1beta1.stub that return types with arguments of type RunJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RunJobRequest,Job>
CloudSchedulerStub. runJobCallable()
com.google.api.gax.rpc.UnaryCallable<RunJobRequest,Job>
GrpcCloudSchedulerStub. runJobCallable()
com.google.api.gax.rpc.UnaryCallable<RunJobRequest,Job>
HttpJsonCloudSchedulerStub. runJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RunJobRequest,Job>
CloudSchedulerStubSettings.Builder. runJobSettings()
Returns the builder for the settings used for calls to runJob.com.google.api.gax.rpc.UnaryCallSettings<RunJobRequest,Job>
CloudSchedulerStubSettings. runJobSettings()
Returns the object with the settings used for calls to runJob.
-