@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/gkehub/v1beta1/membership.proto") public final class GkeHubMembershipServiceGrpc extends Object
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GkeHubMembershipServiceGrpc.AsyncService
The GKE Hub MembershipService handles the registration of many Kubernetes
clusters to Google Cloud, represented with the
[Membership][google.cloud.gkehub.v1beta1.Membership] resource.
|
static class |
GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service GkeHubMembershipService.
|
static class |
GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service
GkeHubMembershipService.
|
static class |
GkeHubMembershipServiceGrpc.GkeHubMembershipServiceImplBase
Base class for the server implementation of the service GkeHubMembershipService.
|
static class |
GkeHubMembershipServiceGrpc.GkeHubMembershipServiceStub
A stub to allow clients to do asynchronous rpc calls to service GkeHubMembershipService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(GkeHubMembershipServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateMembershipRequest,com.google.longrunning.Operation> |
getCreateMembershipMethod() |
static io.grpc.MethodDescriptor<DeleteMembershipRequest,com.google.longrunning.Operation> |
getDeleteMembershipMethod() |
static io.grpc.MethodDescriptor<GenerateConnectManifestRequest,GenerateConnectManifestResponse> |
getGenerateConnectManifestMethod() |
static io.grpc.MethodDescriptor<GenerateExclusivityManifestRequest,GenerateExclusivityManifestResponse> |
getGenerateExclusivityManifestMethod() |
static io.grpc.MethodDescriptor<GetMembershipRequest,Membership> |
getGetMembershipMethod() |
static io.grpc.MethodDescriptor<ListMembershipsRequest,ListMembershipsResponse> |
getListMembershipsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateMembershipRequest,com.google.longrunning.Operation> |
getUpdateMembershipMethod() |
static io.grpc.MethodDescriptor<ValidateExclusivityRequest,ValidateExclusivityResponse> |
getValidateExclusivityMethod() |
static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListMembershipsRequest,ListMembershipsResponse> getListMembershipsMethod()
public static io.grpc.MethodDescriptor<GetMembershipRequest,Membership> getGetMembershipMethod()
public static io.grpc.MethodDescriptor<CreateMembershipRequest,com.google.longrunning.Operation> getCreateMembershipMethod()
public static io.grpc.MethodDescriptor<DeleteMembershipRequest,com.google.longrunning.Operation> getDeleteMembershipMethod()
public static io.grpc.MethodDescriptor<UpdateMembershipRequest,com.google.longrunning.Operation> getUpdateMembershipMethod()
public static io.grpc.MethodDescriptor<GenerateConnectManifestRequest,GenerateConnectManifestResponse> getGenerateConnectManifestMethod()
public static io.grpc.MethodDescriptor<ValidateExclusivityRequest,ValidateExclusivityResponse> getValidateExclusivityMethod()
public static io.grpc.MethodDescriptor<GenerateExclusivityManifestRequest,GenerateExclusivityManifestResponse> getGenerateExclusivityManifestMethod()
public static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceStub newStub(io.grpc.Channel channel)
public static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(GkeHubMembershipServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.