public abstract static class GkeHubGrpc.GkeHubImplBase extends Object implements io.grpc.BindableService
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.
| Constructor and Description |
|---|
GkeHubImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
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.
|
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2022 Google LLC. All rights reserved.