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