Class 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, represented with the [Membership][google.cloud.gkehub.v1alpha2.Membership] resource.
     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 Detail

      • GkeHubImplBase

        public GkeHubImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService