public static final class AttachedClustersGrpc.AttachedClustersBlockingStub extends io.grpc.stub.AbstractBlockingStub<AttachedClustersGrpc.AttachedClustersBlockingStub>
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.AttachedClustersBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.longrunning.Operation |
deleteAttachedCluster(DeleteAttachedClusterRequest request)
Deletes a specific
[AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource.
|
GenerateAttachedClusterInstallManifestResponse |
generateAttachedClusterInstallManifest(GenerateAttachedClusterInstallManifestRequest request)
Generates the install manifest to be installed on the target cluster.
|
AttachedCluster |
getAttachedCluster(GetAttachedClusterRequest request)
Describes a specific
[AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource.
|
AttachedServerConfig |
getAttachedServerConfig(GetAttachedServerConfigRequest request)
Returns information, such as supported Kubernetes versions, on a given
Google Cloud location.
|
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.
|
ListAttachedClustersResponse |
listAttachedClusters(ListAttachedClustersRequest request)
Lists all [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
resources on a given Google Cloud project and region.
|
com.google.longrunning.Operation |
updateAttachedCluster(UpdateAttachedClusterRequest request)
Updates an
[AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster].
|
protected AttachedClustersGrpc.AttachedClustersBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AttachedClustersGrpc.AttachedClustersBlockingStub>public 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.longrunning.Operation updateAttachedCluster(UpdateAttachedClusterRequest request)
Updates an [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster].
public 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 AttachedCluster getAttachedCluster(GetAttachedClusterRequest request)
Describes a specific [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource.
public ListAttachedClustersResponse listAttachedClusters(ListAttachedClustersRequest request)
Lists all [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources on a given Google Cloud project and region.
public 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 AttachedServerConfig getAttachedServerConfig(GetAttachedServerConfigRequest request)
Returns information, such as supported Kubernetes versions, on a given Google Cloud location.
public GenerateAttachedClusterInstallManifestResponse generateAttachedClusterInstallManifest(GenerateAttachedClusterInstallManifestRequest request)
Generates the install manifest to be installed on the target cluster.
Copyright © 2023 Google LLC. All rights reserved.