Package com.google.cloud.gkehub.v1beta1
Class GkeHubMembershipServiceGrpc.GkeHubMembershipServiceImplBase
- java.lang.Object
-
- com.google.cloud.gkehub.v1beta1.GkeHubMembershipServiceGrpc.GkeHubMembershipServiceImplBase
-
- All Implemented Interfaces:
GkeHubMembershipServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- GkeHubMembershipServiceGrpc
public abstract static class GkeHubMembershipServiceGrpc.GkeHubMembershipServiceImplBase extends Object implements io.grpc.BindableService, GkeHubMembershipServiceGrpc.AsyncService
Base class for the server implementation of the service GkeHubMembershipService.The GKE Hub MembershipService handles the registration of many Kubernetes clusters to Google Cloud, represented with the [Membership][google.cloud.gkehub.v1beta1.Membership] resource. GKE Hub is currently available in the global region and all regions in https://cloud.google.com/compute/docs/regions-zones. **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 GkeHubMembershipServiceImplBase()
-
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.v1beta1.GkeHubMembershipServiceGrpc.AsyncService
createMembership, deleteMembership, generateConnectManifest, generateExclusivityManifest, getMembership, listMemberships, updateMembership, validateExclusivity
-
-