Uses of Class
com.google.cloud.run.v2.CreateJobRequest
-
Packages that use CreateJobRequest Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of CreateJobRequest in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return CreateJobRequest Modifier and Type Method Description CreateJobRequest
CreateJobRequest.Builder. build()
CreateJobRequest
CreateJobRequest.Builder. buildPartial()
static CreateJobRequest
CreateJobRequest. getDefaultInstance()
CreateJobRequest
CreateJobRequest.Builder. getDefaultInstanceForType()
CreateJobRequest
CreateJobRequest. getDefaultInstanceForType()
static CreateJobRequest
CreateJobRequest. parseDelimitedFrom(InputStream input)
static CreateJobRequest
CreateJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateJobRequest
CreateJobRequest. parseFrom(byte[] data)
static CreateJobRequest
CreateJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateJobRequest
CreateJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateJobRequest
CreateJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateJobRequest
CreateJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateJobRequest
CreateJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateJobRequest
CreateJobRequest. parseFrom(InputStream input)
static CreateJobRequest
CreateJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateJobRequest
CreateJobRequest. parseFrom(ByteBuffer data)
static CreateJobRequest
CreateJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.run.v2 that return types with arguments of type CreateJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,com.google.longrunning.Operation>
JobsClient. createJobCallable()
Creates a Job.com.google.api.gax.rpc.OperationCallable<CreateJobRequest,Job,Job>
JobsClient. createJobOperationCallable()
Creates a Job.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateJobRequest,Job,Job>
JobsSettings.Builder. createJobOperationSettings()
Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.OperationCallSettings<CreateJobRequest,Job,Job>
JobsSettings. createJobOperationSettings()
Returns the object with the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,com.google.longrunning.Operation>
JobsSettings.Builder. createJobSettings()
Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,com.google.longrunning.Operation>
JobsSettings. createJobSettings()
Returns the object with the settings used for calls to createJob.static io.grpc.MethodDescriptor<CreateJobRequest,com.google.longrunning.Operation>
JobsGrpc. getCreateJobMethod()
com.google.protobuf.Parser<CreateJobRequest>
CreateJobRequest. getParserForType()
static com.google.protobuf.Parser<CreateJobRequest>
CreateJobRequest. parser()
Methods in com.google.cloud.run.v2 with parameters of type CreateJobRequest Modifier and Type Method Description default void
JobsGrpc.AsyncService. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a Job.com.google.longrunning.Operation
JobsGrpc.JobsBlockingStub. createJob(CreateJobRequest request)
Creates a Job.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
JobsGrpc.JobsFutureStub. createJob(CreateJobRequest request)
Creates a Job.void
JobsGrpc.JobsStub. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a Job.com.google.api.gax.longrunning.OperationFuture<Job,Job>
JobsClient. createJobAsync(CreateJobRequest request)
Creates a Job.CreateJobRequest.Builder
CreateJobRequest.Builder. mergeFrom(CreateJobRequest other)
static CreateJobRequest.Builder
CreateJobRequest. newBuilder(CreateJobRequest prototype)
-
Uses of CreateJobRequest in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type CreateJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,com.google.longrunning.Operation>
GrpcJobsStub. createJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,com.google.longrunning.Operation>
HttpJsonJobsStub. createJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,com.google.longrunning.Operation>
JobsStub. createJobCallable()
com.google.api.gax.rpc.OperationCallable<CreateJobRequest,Job,Job>
GrpcJobsStub. createJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateJobRequest,Job,Job>
HttpJsonJobsStub. createJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateJobRequest,Job,Job>
JobsStub. createJobOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateJobRequest,Job,Job>
JobsStubSettings.Builder. createJobOperationSettings()
Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.OperationCallSettings<CreateJobRequest,Job,Job>
JobsStubSettings. createJobOperationSettings()
Returns the object with the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,com.google.longrunning.Operation>
JobsStubSettings.Builder. createJobSettings()
Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,com.google.longrunning.Operation>
JobsStubSettings. createJobSettings()
Returns the object with the settings used for calls to createJob.
-