public static final class GkeHubGrpc.GkeHubStub extends io.grpc.stub.AbstractAsyncStub<GkeHubGrpc.GkeHubStub>
The GKE Hub service handles the registration of many Kubernetes clusters to Google Cloud, and the management of multi-cluster features over those clusters. The GKE Hub service operates on the following resources: * [Membership][google.cloud.gkehub.v1beta.Membership] * [Feature][google.cloud.gkehub.v1beta.Feature] 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 | Method and Description |
|---|---|
protected GkeHubGrpc.GkeHubStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createFeature(CreateFeatureRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Adds a new Feature.
|
void |
deleteFeature(DeleteFeatureRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Removes a Feature.
|
void |
getFeature(GetFeatureRequest request,
io.grpc.stub.StreamObserver<Feature> responseObserver)
Gets details of a single Feature.
|
void |
listFeatures(ListFeaturesRequest request,
io.grpc.stub.StreamObserver<ListFeaturesResponse> responseObserver)
Lists Features in a given project and location.
|
void |
updateFeature(UpdateFeatureRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates an existing Feature.
|
protected GkeHubGrpc.GkeHubStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<GkeHubGrpc.GkeHubStub>public void listFeatures(ListFeaturesRequest request, io.grpc.stub.StreamObserver<ListFeaturesResponse> responseObserver)
Lists Features in a given project and location.
public void getFeature(GetFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)
Gets details of a single Feature.
public void createFeature(CreateFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Adds a new Feature.
public void deleteFeature(DeleteFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Removes a Feature.
public void updateFeature(UpdateFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates an existing Feature.
Copyright © 2022 Google LLC. All rights reserved.