Package com.google.cloud.dataproc.v1
Class JobControllerGrpc.JobControllerImplBase
- java.lang.Object
-
- com.google.cloud.dataproc.v1.JobControllerGrpc.JobControllerImplBase
-
- All Implemented Interfaces:
JobControllerGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- JobControllerGrpc
public abstract static class JobControllerGrpc.JobControllerImplBase extends Object implements io.grpc.BindableService, JobControllerGrpc.AsyncService
Base class for the server implementation of the service JobController.The JobController provides methods to manage jobs.
-
-
Constructor Summary
Constructors Constructor Description JobControllerImplBase()
-
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.dataproc.v1.JobControllerGrpc.AsyncService
cancelJob, deleteJob, getJob, listJobs, submitJob, submitJobAsOperation, updateJob
-
-