Package com.google.cloud.run.v2
Class JobsGrpc.JobsImplBase
- java.lang.Object
-
- com.google.cloud.run.v2.JobsGrpc.JobsImplBase
-
- All Implemented Interfaces:
JobsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- JobsGrpc
public abstract static class JobsGrpc.JobsImplBase extends Object implements io.grpc.BindableService, JobsGrpc.AsyncService
Base class for the server implementation of the service Jobs.Cloud Run Job Control Plane API.
-
-
Constructor Summary
Constructors Constructor Description JobsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.run.v2.JobsGrpc.AsyncService
createJob, deleteJob, getIamPolicy, getJob, listJobs, runJob, setIamPolicy, testIamPermissions, updateJob
-
-