@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/gkehub/v1alpha2/membership.proto") public final class GkeHubGrpc extends Object
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
GkeHubGrpc.GkeHubBlockingStub
The GKE Hub service handles the registration of many Kubernetes
clusters to Google Cloud, represented with the [Membership][google.cloud.gkehub.v1alpha2.Membership] resource.
|
static class |
GkeHubGrpc.GkeHubFutureStub
The GKE Hub service handles the registration of many Kubernetes
clusters to Google Cloud, represented with the [Membership][google.cloud.gkehub.v1alpha2.Membership] resource.
|
static class |
GkeHubGrpc.GkeHubImplBase
The GKE Hub service handles the registration of many Kubernetes
clusters to Google Cloud, represented with the [Membership][google.cloud.gkehub.v1alpha2.Membership] resource.
|
static class |
GkeHubGrpc.GkeHubStub
The GKE Hub service handles the registration of many Kubernetes
clusters to Google Cloud, represented with the [Membership][google.cloud.gkehub.v1alpha2.Membership] resource.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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<GetMembershipRequest,Membership> |
getGetMembershipMethod() |
static io.grpc.MethodDescriptor<InitializeHubRequest,InitializeHubResponse> |
getInitializeHubMethod() |
static io.grpc.MethodDescriptor<ListMembershipsRequest,ListMembershipsResponse> |
getListMembershipsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateMembershipRequest,com.google.longrunning.Operation> |
getUpdateMembershipMethod() |
static GkeHubGrpc.GkeHubBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static GkeHubGrpc.GkeHubFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static GkeHubGrpc.GkeHubStub |
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<InitializeHubRequest,InitializeHubResponse> getInitializeHubMethod()
public static GkeHubGrpc.GkeHubStub newStub(io.grpc.Channel channel)
public static GkeHubGrpc.GkeHubBlockingStub newBlockingStub(io.grpc.Channel channel)
public static GkeHubGrpc.GkeHubFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.