Package | Description |
---|---|
com.google.api.services.dataproc.v1beta2 | |
com.google.api.services.dataproc.v1beta2.model |
Modifier and Type | Method and Description |
---|---|
Dataproc.Projects.Regions.Clusters.Create |
Dataproc.Projects.Regions.Clusters.create(String projectId,
String region,
Cluster content)
Creates a cluster in a project.
|
Dataproc.Projects.Regions.Clusters.Patch |
Dataproc.Projects.Regions.Clusters.patch(String projectId,
String region,
String clusterName,
Cluster content)
Updates a cluster in a project.
|
Constructor and Description |
---|
Create(String projectId,
String region,
Cluster content)
Creates a cluster in a project.
|
Patch(String projectId,
String region,
String clusterName,
Cluster content)
Updates a cluster in a project.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.clone() |
Cluster |
Cluster.set(String fieldName,
Object value) |
Cluster |
Cluster.setClusterName(String clusterName)
Required.
|
Cluster |
Cluster.setClusterUuid(String clusterUuid)
Output only.
|
Cluster |
Cluster.setConfig(ClusterConfig config)
Required.
|
Cluster |
Cluster.setLabels(Map<String,String> labels)
Optional.
|
Cluster |
Cluster.setMetrics(ClusterMetrics metrics)
Output only.
|
Cluster |
Cluster.setProjectId(String projectId)
Required.
|
Cluster |
Cluster.setStatus(ClusterStatus status)
Output only.
|
Cluster |
Cluster.setStatusHistory(List<ClusterStatus> statusHistory)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Cluster> |
ListClustersResponse.getClusters()
Output only.
|
Modifier and Type | Method and Description |
---|---|
ListClustersResponse |
ListClustersResponse.setClusters(List<Cluster> clusters)
Output only.
|
Copyright © 2011–2021 Google. All rights reserved.