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