Uses of Class
com.google.cloud.scheduler.v1.RunJobRequest
-
Packages that use RunJobRequest Package Description com.google.cloud.scheduler.v1 A client to Cloud Scheduler APIcom.google.cloud.scheduler.v1.stub -
-
Uses of RunJobRequest in com.google.cloud.scheduler.v1
Methods in com.google.cloud.scheduler.v1 that return RunJobRequest Modifier and Type Method Description RunJobRequestRunJobRequest.Builder. build()RunJobRequestRunJobRequest.Builder. buildPartial()static RunJobRequestRunJobRequest. getDefaultInstance()RunJobRequestRunJobRequest.Builder. getDefaultInstanceForType()RunJobRequestRunJobRequest. getDefaultInstanceForType()static RunJobRequestRunJobRequest. parseDelimitedFrom(InputStream input)static RunJobRequestRunJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunJobRequestRunJobRequest. parseFrom(byte[] data)static RunJobRequestRunJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunJobRequestRunJobRequest. parseFrom(com.google.protobuf.ByteString data)static RunJobRequestRunJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunJobRequestRunJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RunJobRequestRunJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunJobRequestRunJobRequest. parseFrom(InputStream input)static RunJobRequestRunJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunJobRequestRunJobRequest. parseFrom(ByteBuffer data)static RunJobRequestRunJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.scheduler.v1 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.v1 with parameters of type RunJobRequest Modifier and Type Method Description RunJobRequest.BuilderRunJobRequest.Builder. mergeFrom(RunJobRequest other)static RunJobRequest.BuilderRunJobRequest. newBuilder(RunJobRequest prototype)JobCloudSchedulerClient. runJob(RunJobRequest request)Forces a job to run now.default voidCloudSchedulerGrpc.AsyncService. runJob(RunJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Forces a job to run now.JobCloudSchedulerGrpc.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.voidCloudSchedulerGrpc.CloudSchedulerStub. runJob(RunJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Forces a job to run now. -
Uses of RunJobRequest in com.google.cloud.scheduler.v1.stub
Methods in com.google.cloud.scheduler.v1.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.
-