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 interfaceGkeHubMembershipServiceGrpc.AsyncServiceThe GKE Hub MembershipService handles the registration of many Kubernetes clusters to Google Cloud, represented with the [Membership][google.cloud.gkehub.v1beta1.Membership] resource.static classGkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service GkeHubMembershipService.static classGkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service GkeHubMembershipService.static classGkeHubMembershipServiceGrpc.GkeHubMembershipServiceImplBaseBase class for the server implementation of the service GkeHubMembershipService.static classGkeHubMembershipServiceGrpc.GkeHubMembershipServiceStubA stub to allow clients to do asynchronous rpc calls to service GkeHubMembershipService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateMembershipRequest,com.google.longrunning.Operation>getUpdateMembershipMethod()static io.grpc.MethodDescriptor<ValidateExclusivityRequest,ValidateExclusivityResponse>getValidateExclusivityMethod()static GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic GkeHubMembershipServiceGrpc.GkeHubMembershipServiceStubnewStub(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()
-
-