Class AttachedClustersGrpc.AttachedClustersImplBase
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AttachedClustersGrpc.AttachedClustersImplBase
-
- All Implemented Interfaces:
AttachedClustersGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AttachedClustersGrpc
public abstract static class AttachedClustersGrpc.AttachedClustersImplBase extends Object implements io.grpc.BindableService, AttachedClustersGrpc.AsyncService
Base class for the server implementation of the service AttachedClusters.The AttachedClusters API provides a single centrally managed service to register and manage Anthos attached clusters that run on customer's owned infrastructure.
-
-
Constructor Summary
Constructors Constructor Description AttachedClustersImplBase()
-
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.gkemulticloud.v1.AttachedClustersGrpc.AsyncService
createAttachedCluster, deleteAttachedCluster, generateAttachedClusterInstallManifest, getAttachedCluster, getAttachedServerConfig, importAttachedCluster, listAttachedClusters, updateAttachedCluster
-
-