Class GkeHubGrpc.GkeHubBlockingStub (1.42.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
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
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
Name Description
request CreateFeatureRequest
Returns
Type Description
Operation

deleteFeature(DeleteFeatureRequest request)

public Operation deleteFeature(DeleteFeatureRequest request)

Removes a Feature.

Parameter
Name Description
request DeleteFeatureRequest
Returns
Type Description
Operation

getFeature(GetFeatureRequest request)

public Feature getFeature(GetFeatureRequest request)

Gets details of a single Feature.

Parameter
Name Description
request GetFeatureRequest
Returns
Type Description
Feature

listFeatures(ListFeaturesRequest request)

public ListFeaturesResponse listFeatures(ListFeaturesRequest request)

Lists Features in a given project and location.

Parameter
Name Description
request ListFeaturesRequest
Returns
Type Description
ListFeaturesResponse

updateFeature(UpdateFeatureRequest request)

public Operation updateFeature(UpdateFeatureRequest request)

Updates an existing Feature.

Parameter
Name Description
request UpdateFeatureRequest
Returns
Type Description
Operation