Uses of Class
com.google.cloud.dataproc.v1.NodeGroupName
-
Packages that use NodeGroupName Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of NodeGroupName in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return NodeGroupName Modifier and Type Method Description NodeGroupName
NodeGroupName.Builder. build()
static NodeGroupName
NodeGroupName. of(String project, String region, String cluster, String nodeGroup)
static NodeGroupName
NodeGroupName. parse(String formattedString)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type NodeGroupName Modifier and Type Method Description static List<NodeGroupName>
NodeGroupName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataproc.v1 with parameters of type NodeGroupName Modifier and Type Method Description NodeGroup
NodeGroupControllerClient. getNodeGroup(NodeGroupName name)
Gets the resource representation for a node group in a cluster.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type NodeGroupName Modifier and Type Method Description static List<String>
NodeGroupName. toStringList(List<NodeGroupName> values)
-