Class GkeHubGrpc.GkeHubBlockingStub (1.36.0)

public static final class GkeHubGrpc.GkeHubBlockingStub extends 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
  • 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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > GkeHubGrpc.GkeHubBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected GkeHubGrpc.GkeHubBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
GkeHubGrpc.GkeHubBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createFeature(CreateFeatureRequest request)

public Operation createFeature(CreateFeatureRequest request)

Adds a new Feature.

Parameter
NameDescription
requestCreateFeatureRequest
Returns
TypeDescription
Operation

deleteFeature(DeleteFeatureRequest request)

public Operation deleteFeature(DeleteFeatureRequest request)

Removes a Feature.

Parameter
NameDescription
requestDeleteFeatureRequest
Returns
TypeDescription
Operation

getFeature(GetFeatureRequest request)

public Feature getFeature(GetFeatureRequest request)

Gets details of a single Feature.

Parameter
NameDescription
requestGetFeatureRequest
Returns
TypeDescription
Feature

listFeatures(ListFeaturesRequest request)

public ListFeaturesResponse listFeatures(ListFeaturesRequest request)

Lists Features in a given project and location.

Parameter
NameDescription
requestListFeaturesRequest
Returns
TypeDescription
ListFeaturesResponse

updateFeature(UpdateFeatureRequest request)

public Operation updateFeature(UpdateFeatureRequest request)

Updates an existing Feature.

Parameter
NameDescription
requestUpdateFeatureRequest
Returns
TypeDescription
Operation