Uses of Class
com.google.cloud.gkemulticloud.v1.AttachedClusterName
-
Packages that use AttachedClusterName Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AttachedClusterName in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AttachedClusterName Modifier and Type Method Description AttachedClusterName
AttachedClusterName.Builder. build()
static AttachedClusterName
AttachedClusterName. of(String project, String location, String attachedCluster)
static AttachedClusterName
AttachedClusterName. parse(String formattedString)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AttachedClusterName Modifier and Type Method Description static List<AttachedClusterName>
AttachedClusterName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AttachedClusterName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
AttachedClustersClient. deleteAttachedClusterAsync(AttachedClusterName name)
Deletes a specific [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource.AttachedCluster
AttachedClustersClient. getAttachedCluster(AttachedClusterName name)
Describes a specific [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource.Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AttachedClusterName Modifier and Type Method Description static List<String>
AttachedClusterName. toStringList(List<AttachedClusterName> values)
-