public static final class GkeHubGrpc.GkeHubBlockingStub extends io.grpc.stub.AbstractBlockingStub<GkeHubGrpc.GkeHubBlockingStub>
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.GkeHubBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createFeature(CreateFeatureRequest request)
Adds a new Feature.
|
com.google.longrunning.Operation |
deleteFeature(DeleteFeatureRequest request)
Removes a Feature.
|
Feature |
getFeature(GetFeatureRequest request)
Gets details of a single Feature.
|
ListFeaturesResponse |
listFeatures(ListFeaturesRequest request)
Lists Features in a given project and location.
|
com.google.longrunning.Operation |
updateFeature(UpdateFeatureRequest request)
Updates an existing Feature.
|
protected GkeHubGrpc.GkeHubBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<GkeHubGrpc.GkeHubBlockingStub>public ListFeaturesResponse listFeatures(ListFeaturesRequest request)
Lists Features in a given project and location.
public Feature getFeature(GetFeatureRequest request)
Gets details of a single Feature.
public com.google.longrunning.Operation createFeature(CreateFeatureRequest request)
Adds a new Feature.
public com.google.longrunning.Operation deleteFeature(DeleteFeatureRequest request)
Removes a Feature.
public com.google.longrunning.Operation updateFeature(UpdateFeatureRequest request)
Updates an existing Feature.
Copyright © 2022 Google LLC. All rights reserved.