public static final class GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub extends AbstractFutureStub<GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service
GkeHubMembershipService.
The GKE Hub MembershipService handles the registration of many Kubernetes
clusters to Google Cloud, represented with the
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.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractFutureStub >
GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub
Inherited Members
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withOnReadyThreshold(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters |
Name |
Description |
channel |
io.grpc.Channel
|
callOptions |
io.grpc.CallOptions
|
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createMembership(CreateMembershipRequest request)
public ListenableFuture<Operation> createMembership(CreateMembershipRequest request)
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|
deleteMembership(DeleteMembershipRequest request)
public ListenableFuture<Operation> deleteMembership(DeleteMembershipRequest request)
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|
generateConnectManifest(GenerateConnectManifestRequest request)
public ListenableFuture<GenerateConnectManifestResponse> generateConnectManifest(GenerateConnectManifestRequest request)
Generates the manifest for deployment of the GKE connect agent.
This method is used internally by Google-provided libraries.
Most clients should not need to call this method directly.
generateExclusivityManifest(GenerateExclusivityManifestRequest request)
public ListenableFuture<GenerateExclusivityManifestResponse> generateExclusivityManifest(GenerateExclusivityManifestRequest request)
GenerateExclusivityManifest generates the manifests to update the
exclusivity artifacts in the cluster if needed.
Exclusivity artifacts include the Membership custom resource definition
(CRD) and the singleton Membership custom resource (CR). Combined with
ValidateExclusivity, exclusivity artifacts guarantee that a Kubernetes
cluster is only registered to a single GKE Hub.
The Membership CRD is versioned, and may require conversion when the GKE
Hub API server begins serving a newer version of the CRD and
corresponding CR. The response will be the converted CRD and CR if there
are any differences between the versions.
getMembership(GetMembershipRequest request)
public ListenableFuture<Membership> getMembership(GetMembershipRequest request)
Gets the details of a Membership.
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Membership> |
|
listMemberships(ListMembershipsRequest request)
public ListenableFuture<ListMembershipsResponse> listMemberships(ListMembershipsRequest request)
Lists Memberships in a given project and location.
updateMembership(UpdateMembershipRequest request)
public ListenableFuture<Operation> updateMembership(UpdateMembershipRequest request)
Updates an existing Membership.
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|
validateExclusivity(ValidateExclusivityRequest request)
public ListenableFuture<ValidateExclusivityResponse> validateExclusivity(ValidateExclusivityRequest request)
ValidateExclusivity validates the state of exclusivity in the cluster.
The validation does not depend on an existing Hub membership resource.