Uses of Class
com.google.cloud.dataproc.v1.ClusterRegionName
-
Packages that use ClusterRegionName Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of ClusterRegionName in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ClusterRegionName Modifier and Type Method Description ClusterRegionName
ClusterRegionName.Builder. build()
static ClusterRegionName
ClusterRegionName. of(String project, String region, String cluster)
static ClusterRegionName
ClusterRegionName. parse(String formattedString)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ClusterRegionName Modifier and Type Method Description static List<ClusterRegionName>
ClusterRegionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataproc.v1 with parameters of type ClusterRegionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<NodeGroup,NodeGroupOperationMetadata>
NodeGroupControllerClient. createNodeGroupAsync(ClusterRegionName parent, NodeGroup nodeGroup, String nodeGroupId)
Creates a node group in a cluster.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type ClusterRegionName Modifier and Type Method Description static List<String>
ClusterRegionName. toStringList(List<ClusterRegionName> values)
-