Package com.google.container.v1beta1
Class ClusterManagerGrpc.ClusterManagerImplBase
- java.lang.Object
-
- com.google.container.v1beta1.ClusterManagerGrpc.ClusterManagerImplBase
-
- All Implemented Interfaces:
ClusterManagerGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ClusterManagerGrpc
public abstract static class ClusterManagerGrpc.ClusterManagerImplBase extends Object implements io.grpc.BindableService, ClusterManagerGrpc.AsyncService
Base class for the server implementation of the service ClusterManager.Google Kubernetes Engine Cluster Manager v1beta1
-
-
Constructor Summary
Constructors Constructor Description ClusterManagerImplBase()
-
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.container.v1beta1.ClusterManagerGrpc.AsyncService
cancelOperation, checkAutopilotCompatibility, completeIPRotation, completeNodePoolUpgrade, createCluster, createNodePool, deleteCluster, deleteNodePool, getCluster, getJSONWebKeys, getNodePool, getOperation, getServerConfig, listClusters, listLocations, listNodePools, listOperations, listUsableSubnetworks, rollbackNodePoolUpgrade, setAddonsConfig, setLabels, setLegacyAbac, setLocations, setLoggingService, setMaintenancePolicy, setMasterAuth, setMonitoringService, setNetworkPolicy, setNodePoolAutoscaling, setNodePoolManagement, setNodePoolSize, startIPRotation, updateCluster, updateMaster, updateNodePool
-
-