Uses of Class
com.google.cloud.edgecontainer.v1.NodePoolName
-
Packages that use NodePoolName Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of NodePoolName in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return NodePoolName Modifier and Type Method Description NodePoolName
NodePoolName.Builder. build()
static NodePoolName
NodePoolName. of(String project, String location, String cluster, String nodePool)
static NodePoolName
NodePoolName. parse(String formattedString)
Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type NodePoolName Modifier and Type Method Description static List<NodePoolName>
NodePoolName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.edgecontainer.v1 with parameters of type NodePoolName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
EdgeContainerClient. deleteNodePoolAsync(NodePoolName name)
Deletes a single NodePool.NodePool
EdgeContainerClient. getNodePool(NodePoolName name)
Gets details of a single NodePool.Method parameters in com.google.cloud.edgecontainer.v1 with type arguments of type NodePoolName Modifier and Type Method Description static List<String>
NodePoolName. toStringList(List<NodePoolName> values)
-