Package com.google.cloud.dataproc.v1
Class ClusterControllerGrpc.ClusterControllerImplBase
- java.lang.Object
-
- com.google.cloud.dataproc.v1.ClusterControllerGrpc.ClusterControllerImplBase
-
- All Implemented Interfaces:
ClusterControllerGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ClusterControllerGrpc
public abstract static class ClusterControllerGrpc.ClusterControllerImplBase extends Object implements io.grpc.BindableService, ClusterControllerGrpc.AsyncService
Base class for the server implementation of the service ClusterController.The ClusterControllerService provides methods to manage clusters of Compute Engine instances.
-
-
Constructor Summary
Constructors Constructor Description ClusterControllerImplBase()
-
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.ClusterControllerGrpc.AsyncService
createCluster, deleteCluster, diagnoseCluster, getCluster, listClusters, startCluster, stopCluster, updateCluster
-
-