public static final class AttachedClustersGrpc.AttachedClustersFutureStub extends io.grpc.stub.AbstractFutureStub<AttachedClustersGrpc.AttachedClustersFutureStub>
The AttachedClusters API provides a single centrally managed service to register and manage Anthos attached clusters that run on customer's owned infrastructure.
| Modifier and Type | Method and Description |
|---|---|
protected AttachedClustersGrpc.AttachedClustersFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createAttachedCluster(CreateAttachedClusterRequest request)
Creates a new
[AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource
on a given Google Cloud Platform project and region.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteAttachedCluster(DeleteAttachedClusterRequest request)
Deletes a specific
[AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource.
|
com.google.common.util.concurrent.ListenableFuture<GenerateAttachedClusterAgentTokenResponse> |
generateAttachedClusterAgentToken(GenerateAttachedClusterAgentTokenRequest request)
Generates an access token for a cluster agent.
|
com.google.common.util.concurrent.ListenableFuture<GenerateAttachedClusterInstallManifestResponse> |
generateAttachedClusterInstallManifest(GenerateAttachedClusterInstallManifestRequest request)
Generates the install manifest to be installed on the target cluster.
|
com.google.common.util.concurrent.ListenableFuture<AttachedCluster> |
getAttachedCluster(GetAttachedClusterRequest request)
Describes a specific
[AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource.
|
com.google.common.util.concurrent.ListenableFuture<AttachedServerConfig> |
getAttachedServerConfig(GetAttachedServerConfigRequest request)
Returns information, such as supported Kubernetes versions, on a given
Google Cloud location.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
importAttachedCluster(ImportAttachedClusterRequest request)
Imports creates a new
[AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource
by importing an existing Fleet Membership resource.
|
com.google.common.util.concurrent.ListenableFuture<ListAttachedClustersResponse> |
listAttachedClusters(ListAttachedClustersRequest request)
Lists all [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
resources on a given Google Cloud project and region.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
updateAttachedCluster(UpdateAttachedClusterRequest request)
Updates an
[AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster].
|
protected AttachedClustersGrpc.AttachedClustersFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AttachedClustersGrpc.AttachedClustersFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createAttachedCluster(CreateAttachedClusterRequest request)
Creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource on a given Google Cloud Platform project and region. If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateAttachedCluster(UpdateAttachedClusterRequest request)
Updates an [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster].
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> importAttachedCluster(ImportAttachedClusterRequest request)
Imports creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource by importing an existing Fleet Membership resource. Attached Clusters created before the introduction of the Anthos Multi-Cloud API can be imported through this method. If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
public com.google.common.util.concurrent.ListenableFuture<AttachedCluster> getAttachedCluster(GetAttachedClusterRequest request)
Describes a specific [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource.
public com.google.common.util.concurrent.ListenableFuture<ListAttachedClustersResponse> listAttachedClusters(ListAttachedClustersRequest request)
Lists all [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources on a given Google Cloud project and region.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteAttachedCluster(DeleteAttachedClusterRequest request)
Deletes a specific [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource. If successful, the response contains a newly created [Operation][google.longrunning.Operation] resource that can be described to track the status of the operation.
public com.google.common.util.concurrent.ListenableFuture<AttachedServerConfig> getAttachedServerConfig(GetAttachedServerConfigRequest request)
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.
public com.google.common.util.concurrent.ListenableFuture<GenerateAttachedClusterInstallManifestResponse> generateAttachedClusterInstallManifest(GenerateAttachedClusterInstallManifestRequest request)
Generates the install manifest to be installed on the target cluster.
public com.google.common.util.concurrent.ListenableFuture<GenerateAttachedClusterAgentTokenResponse> generateAttachedClusterAgentToken(GenerateAttachedClusterAgentTokenRequest request)
Generates an access token for a cluster agent.
Copyright © 2024 Google LLC. All rights reserved.