Package com.google.cloud.gkehub.v1alpha
Class GkeHubGrpc.GkeHubImplBase
- java.lang.Object
-
- com.google.cloud.gkehub.v1alpha.GkeHubGrpc.GkeHubImplBase
-
- All Implemented Interfaces:
GkeHubGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- GkeHubGrpc
public abstract static class GkeHubGrpc.GkeHubImplBase extends Object implements io.grpc.BindableService, GkeHubGrpc.AsyncService
Base class for the server implementation of the service GkeHub.The GKE Hub service handles the registration of many Kubernetes clusters to Google Cloud, and the management of multi-cluster features over those clusters. The GKE Hub service operates on the following resources: * [Membership][google.cloud.gkehub.v1alpha.Membership] * [Feature][google.cloud.gkehub.v1alpha.Feature] GKE Hub is currently only available in the global region. **Membership management may be non-trivial:** it is recommended to use one of the Google-provided client libraries or tools where possible when working with Membership resources.
-
-
Constructor Summary
Constructors Constructor Description GkeHubImplBase()
-
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.gkehub.v1alpha.GkeHubGrpc.AsyncService
createFeature, deleteFeature, getFeature, listFeatures, updateFeature
-
-