Class EdgeContainerGrpc.EdgeContainerImplBase
- java.lang.Object
-
- com.google.cloud.edgecontainer.v1.EdgeContainerGrpc.EdgeContainerImplBase
-
- All Implemented Interfaces:
EdgeContainerGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- EdgeContainerGrpc
public abstract static class EdgeContainerGrpc.EdgeContainerImplBase extends Object implements io.grpc.BindableService, EdgeContainerGrpc.AsyncService
Base class for the server implementation of the service EdgeContainer.EdgeContainer API provides management of Kubernetes Clusters on Google Edge Cloud deployments.
-
-
Constructor Summary
Constructors Constructor Description EdgeContainerImplBase()
-
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.edgecontainer.v1.EdgeContainerGrpc.AsyncService
createCluster, createNodePool, createVpnConnection, deleteCluster, deleteNodePool, deleteVpnConnection, generateAccessToken, getCluster, getMachine, getNodePool, getVpnConnection, listClusters, listMachines, listNodePools, listVpnConnections, updateCluster, updateNodePool
-
-