Package com.google.cloud.gkehub.v1alpha
Class GkeHubGrpc.GkeHubBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<GkeHubGrpc.GkeHubBlockingStub>
-
- com.google.cloud.gkehub.v1alpha.GkeHubGrpc.GkeHubBlockingStub
-
- Enclosing class:
- GkeHubGrpc
public static final class GkeHubGrpc.GkeHubBlockingStub extends io.grpc.stub.AbstractBlockingStub<GkeHubGrpc.GkeHubBlockingStub>
A stub to allow clients to do synchronous rpc calls to service GkeHub.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.v1alpha.Membership] * [Feature][google.cloud.gkehub.v1alpha.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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected GkeHubGrpc.GkeHubBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<GkeHubGrpc.GkeHubBlockingStub>
-
listFeatures
public ListFeaturesResponse listFeatures(ListFeaturesRequest request)
Lists Features in a given project and location.
-
getFeature
public Feature getFeature(GetFeatureRequest request)
Gets details of a single Feature.
-
createFeature
public com.google.longrunning.Operation createFeature(CreateFeatureRequest request)
Adds a new Feature.
-
deleteFeature
public com.google.longrunning.Operation deleteFeature(DeleteFeatureRequest request)
Removes a Feature.
-
updateFeature
public com.google.longrunning.Operation updateFeature(UpdateFeatureRequest request)
Updates an existing Feature.
-
-