Uses of Class
com.google.cloud.tpu.v2alpha1.NodeName
-
Packages that use NodeName Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU API -
-
Uses of NodeName in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return NodeName Modifier and Type Method Description NodeName
NodeName.Builder. build()
static NodeName
NodeName. of(String project, String location, String node)
static NodeName
NodeName. parse(String formattedString)
Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type NodeName Modifier and Type Method Description static List<NodeName>
NodeName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.tpu.v2alpha1 with parameters of type NodeName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
TpuClient. deleteNodeAsync(NodeName name)
Deletes a node.Node
TpuClient. getNode(NodeName name)
Gets the details of a node.Method parameters in com.google.cloud.tpu.v2alpha1 with type arguments of type NodeName Modifier and Type Method Description static List<String>
NodeName. toStringList(List<NodeName> values)
-