Uses of Class
com.google.cloud.edgecontainer.v1.ClusterName
-
Packages that use ClusterName Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of ClusterName in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return ClusterName Modifier and Type Method Description ClusterNameClusterName.Builder. build()static ClusterNameClusterName. of(String project, String location, String cluster)static ClusterNameClusterName. parse(String formattedString)Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type ClusterName Modifier and Type Method Description static List<ClusterName>ClusterName. parseList(List<String> formattedStrings)Methods in com.google.cloud.edgecontainer.v1 with parameters of type ClusterName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<NodePool,OperationMetadata>EdgeContainerClient. createNodePoolAsync(ClusterName parent, NodePool nodePool, String nodePoolId)Creates a new NodePool in a given project and location.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>EdgeContainerClient. deleteClusterAsync(ClusterName name)Deletes a single Cluster.GenerateAccessTokenResponseEdgeContainerClient. generateAccessToken(ClusterName cluster)Generates an access token for a Cluster.ClusterEdgeContainerClient. getCluster(ClusterName name)Gets details of a single Cluster.EdgeContainerClient.ListNodePoolsPagedResponseEdgeContainerClient. listNodePools(ClusterName parent)Lists NodePools in a given project and location.Method parameters in com.google.cloud.edgecontainer.v1 with type arguments of type ClusterName Modifier and Type Method Description static List<String>ClusterName. toStringList(List<ClusterName> values)
-