Package com.google.cloud.gkehub.v1beta1
Class GkeHubMembershipServiceGrpc
- java.lang.Object
-
- com.google.cloud.gkehub.v1beta1.GkeHubMembershipServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
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(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 servicestatic GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic GkeHubMembershipServiceGrpc.GkeHubMembershipServiceStub
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()
-
getValidateExclusivityMethod
public static io.grpc.MethodDescriptor<ValidateExclusivityRequest,ValidateExclusivityResponse> getValidateExclusivityMethod()
-
getGenerateExclusivityManifestMethod
public static io.grpc.MethodDescriptor<GenerateExclusivityManifestRequest,GenerateExclusivityManifestResponse> getGenerateExclusivityManifestMethod()
-
newStub
public static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub 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(GkeHubMembershipServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-