Package com.google.cloud.gkehub.v1alpha2
Class GkeHubGrpc
- java.lang.Object
-
- com.google.cloud.gkehub.v1alpha2.GkeHubGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GkeHubGrpc.AsyncService
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.GkeHubBlockingStub
A stub to allow clients to do synchronous rpc calls to service GkeHub.static class
GkeHubGrpc.GkeHubFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service GkeHub.static class
GkeHubGrpc.GkeHubImplBase
Base class for the server implementation of the service GkeHub.static class
GkeHubGrpc.GkeHubStub
A stub to allow clients to do asynchronous rpc calls to service GkeHub.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(GkeHubGrpc.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<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 servicestatic GkeHubGrpc.GkeHubFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic GkeHubGrpc.GkeHubStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListMembershipsMethod
public static io.grpc.MethodDescriptor<ListMembershipsRequest,ListMembershipsResponse> getListMembershipsMethod()
-
getGetMembershipMethod
public static io.grpc.MethodDescriptor<GetMembershipRequest,Membership> getGetMembershipMethod()
-
getCreateMembershipMethod
public static io.grpc.MethodDescriptor<CreateMembershipRequest,com.google.longrunning.Operation> getCreateMembershipMethod()
-
getDeleteMembershipMethod
public static io.grpc.MethodDescriptor<DeleteMembershipRequest,com.google.longrunning.Operation> getDeleteMembershipMethod()
-
getUpdateMembershipMethod
public static io.grpc.MethodDescriptor<UpdateMembershipRequest,com.google.longrunning.Operation> getUpdateMembershipMethod()
-
getGenerateConnectManifestMethod
public static io.grpc.MethodDescriptor<GenerateConnectManifestRequest,GenerateConnectManifestResponse> getGenerateConnectManifestMethod()
-
getInitializeHubMethod
public static io.grpc.MethodDescriptor<InitializeHubRequest,InitializeHubResponse> getInitializeHubMethod()
-
newStub
public static GkeHubGrpc.GkeHubStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static GkeHubGrpc.GkeHubBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static GkeHubGrpc.GkeHubFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(GkeHubGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-