Class GkeHubGrpc.GkeHubBlockingStub (1.3.4)

public static final class GkeHubGrpc.GkeHubBlockingStub extends AbstractBlockingStub<GkeHubGrpc.GkeHubBlockingStub>

The GKE Hub service handles the registration of many Kubernetes clusters to Google Cloud, represented with the Membership resource. 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)

createMembership(CreateMembershipRequest request)

public Operation createMembership(CreateMembershipRequest request)

Creates a new Membership. This is currently only supported for GKE clusters on Google Cloud. To register other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster.

Parameter
NameDescription
requestCreateMembershipRequest
Returns
TypeDescription
Operation

deleteMembership(DeleteMembershipRequest request)

public Operation deleteMembership(DeleteMembershipRequest request)

Removes a Membership. This is currently only supported for GKE clusters on Google Cloud. To unregister other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster.

Parameter
NameDescription
requestDeleteMembershipRequest
Returns
TypeDescription
Operation

generateConnectManifest(GenerateConnectManifestRequest request)

public GenerateConnectManifestResponse generateConnectManifest(GenerateConnectManifestRequest request)

Generates the manifest for deployment of the GKE connect agent. This method is used internally by Google-provided libraries. Most clients should not need to call this method directly.

Parameter
NameDescription
requestGenerateConnectManifestRequest
Returns
TypeDescription
GenerateConnectManifestResponse

getMembership(GetMembershipRequest request)

public Membership getMembership(GetMembershipRequest request)

Gets the details of a Membership.

Parameter
NameDescription
requestGetMembershipRequest
Returns
TypeDescription
Membership

initializeHub(InitializeHubRequest request)

public InitializeHubResponse initializeHub(InitializeHubRequest request)

Initializes the Hub in this project, which includes creating the default Hub Service Account and the Hub Workload Identity Pool. Initialization is optional, and happens automatically when the first Membership is created. InitializeHub should be called when the first Membership cannot be registered without these resources. A common example is granting the Hub Service Account access to another project, which requires the account to exist first.

Parameter
NameDescription
requestInitializeHubRequest
Returns
TypeDescription
InitializeHubResponse

listMemberships(ListMembershipsRequest request)

public ListMembershipsResponse listMemberships(ListMembershipsRequest request)

Lists Memberships in a given project and location.

Parameter
NameDescription
requestListMembershipsRequest
Returns
TypeDescription
ListMembershipsResponse

updateMembership(UpdateMembershipRequest request)

public Operation updateMembership(UpdateMembershipRequest request)

Updates an existing Membership.

Parameter
NameDescription
requestUpdateMembershipRequest
Returns
TypeDescription
Operation