Uses of Class
com.google.cloud.run.v2.UpdateJobRequest
-
Packages that use UpdateJobRequest Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of UpdateJobRequest in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 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.run.v2 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,com.google.longrunning.Operation>
JobsGrpc. getUpdateJobMethod()
static com.google.protobuf.Parser<UpdateJobRequest>
UpdateJobRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,com.google.longrunning.Operation>
JobsClient. updateJobCallable()
Updates a Job.com.google.api.gax.rpc.OperationCallable<UpdateJobRequest,Job,Job>
JobsClient. updateJobOperationCallable()
Updates a Job.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateJobRequest,Job,Job>
JobsSettings.Builder. updateJobOperationSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.OperationCallSettings<UpdateJobRequest,Job,Job>
JobsSettings. updateJobOperationSettings()
Returns the object with the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,com.google.longrunning.Operation>
JobsSettings.Builder. updateJobSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,com.google.longrunning.Operation>
JobsSettings. updateJobSettings()
Returns the object with the settings used for calls to updateJob.Methods in com.google.cloud.run.v2 with parameters of type UpdateJobRequest Modifier and Type Method Description UpdateJobRequest.Builder
UpdateJobRequest.Builder. mergeFrom(UpdateJobRequest other)
static UpdateJobRequest.Builder
UpdateJobRequest. newBuilder(UpdateJobRequest prototype)
default void
JobsGrpc.AsyncService. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates a Job.com.google.longrunning.Operation
JobsGrpc.JobsBlockingStub. updateJob(UpdateJobRequest request)
Updates a Job.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
JobsGrpc.JobsFutureStub. updateJob(UpdateJobRequest request)
Updates a Job.void
JobsGrpc.JobsStub. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates a Job.com.google.api.gax.longrunning.OperationFuture<Job,Job>
JobsClient. updateJobAsync(UpdateJobRequest request)
Updates a Job. -
Uses of UpdateJobRequest in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type UpdateJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,com.google.longrunning.Operation>
GrpcJobsStub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,com.google.longrunning.Operation>
HttpJsonJobsStub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,com.google.longrunning.Operation>
JobsStub. updateJobCallable()
com.google.api.gax.rpc.OperationCallable<UpdateJobRequest,Job,Job>
GrpcJobsStub. updateJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateJobRequest,Job,Job>
HttpJsonJobsStub. updateJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateJobRequest,Job,Job>
JobsStub. updateJobOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateJobRequest,Job,Job>
JobsStubSettings.Builder. updateJobOperationSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.OperationCallSettings<UpdateJobRequest,Job,Job>
JobsStubSettings. updateJobOperationSettings()
Returns the object with the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,com.google.longrunning.Operation>
JobsStubSettings.Builder. updateJobSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,com.google.longrunning.Operation>
JobsStubSettings. updateJobSettings()
Returns the object with the settings used for calls to updateJob.
-