1717package com .google .api .services .dataproc .model ;
1818
1919/**
20- * Describes the identifying information, config, and status of a Dataproc cluster
20+ * Describes the identifying information, config, and status of a cluster
2121 *
2222 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323 * transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see:
@@ -39,16 +39,16 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
3939 private java .lang .String clusterName ;
4040
4141 /**
42- * Output only. A cluster UUID (Unique Universal Identifier). Dataproc generates this value when
43- * it creates the cluster.
42+ * Output only. A cluster UUID (Unique Universal Identifier). The service generates this value
43+ * when it creates the cluster.
4444 * The value may be {@code null}.
4545 */
4646 @ com .google .api .client .util .Key
4747 private java .lang .String clusterUuid ;
4848
4949 /**
50- * Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may
51- * set default values, and values may change when clusters are updated.Exactly one of
50+ * Optional. The cluster config for a cluster of Compute Engine Instances. Note that the service
51+ * may set default values, and values may change when clusters are updated.Exactly one of
5252 * ClusterConfig or VirtualClusterConfig must be specified.
5353 * The value may be {@code null}.
5454 */
@@ -96,11 +96,11 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
9696 private java .util .List <ClusterStatus > statusHistory ;
9797
9898 /**
99- * Optional. The virtual cluster config is used when creating a Dataproc cluster that does not
100- * directly control the underlying compute resources, for example, when creating a Dataproc-on- GKE
101- * cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc
102- * may set default values, and values may change when clusters are updated. Exactly one of config
103- * or virtual_cluster_config must be specified.
99+ * Optional. The virtual cluster config is used when creating a cluster that does not directly
100+ * control the underlying compute resources, for example, when creating a GKE cluster
101+ * (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). the service may
102+ * set default values, and values may change when clusters are updated. Exactly one of config or
103+ * virtual_cluster_config must be specified.
104104 * The value may be {@code null}.
105105 */
106106 @ com .google .api .client .util .Key
@@ -128,17 +128,17 @@ public Cluster setClusterName(java.lang.String clusterName) {
128128 }
129129
130130 /**
131- * Output only. A cluster UUID (Unique Universal Identifier). Dataproc generates this value when
132- * it creates the cluster.
131+ * Output only. A cluster UUID (Unique Universal Identifier). The service generates this value
132+ * when it creates the cluster.
133133 * @return value or {@code null} for none
134134 */
135135 public java .lang .String getClusterUuid () {
136136 return clusterUuid ;
137137 }
138138
139139 /**
140- * Output only. A cluster UUID (Unique Universal Identifier). Dataproc generates this value when
141- * it creates the cluster.
140+ * Output only. A cluster UUID (Unique Universal Identifier). The service generates this value
141+ * when it creates the cluster.
142142 * @param clusterUuid clusterUuid or {@code null} for none
143143 */
144144 public Cluster setClusterUuid (java .lang .String clusterUuid ) {
@@ -147,8 +147,8 @@ public Cluster setClusterUuid(java.lang.String clusterUuid) {
147147 }
148148
149149 /**
150- * Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may
151- * set default values, and values may change when clusters are updated.Exactly one of
150+ * Optional. The cluster config for a cluster of Compute Engine Instances. Note that the service
151+ * may set default values, and values may change when clusters are updated.Exactly one of
152152 * ClusterConfig or VirtualClusterConfig must be specified.
153153 * @return value or {@code null} for none
154154 */
@@ -157,8 +157,8 @@ public ClusterConfig getConfig() {
157157 }
158158
159159 /**
160- * Optional. The cluster config for a cluster of Compute Engine Instances. Note that Dataproc may
161- * set default values, and values may change when clusters are updated.Exactly one of
160+ * Optional. The cluster config for a cluster of Compute Engine Instances. Note that the service
161+ * may set default values, and values may change when clusters are updated.Exactly one of
162162 * ClusterConfig or VirtualClusterConfig must be specified.
163163 * @param config config or {@code null} for none
164164 */
@@ -263,23 +263,23 @@ public Cluster setStatusHistory(java.util.List<ClusterStatus> statusHistory) {
263263 }
264264
265265 /**
266- * Optional. The virtual cluster config is used when creating a Dataproc cluster that does not
267- * directly control the underlying compute resources, for example, when creating a Dataproc-on- GKE
268- * cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc
269- * may set default values, and values may change when clusters are updated. Exactly one of config
270- * or virtual_cluster_config must be specified.
266+ * Optional. The virtual cluster config is used when creating a cluster that does not directly
267+ * control the underlying compute resources, for example, when creating a GKE cluster
268+ * (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). the service may
269+ * set default values, and values may change when clusters are updated. Exactly one of config or
270+ * virtual_cluster_config must be specified.
271271 * @return value or {@code null} for none
272272 */
273273 public VirtualClusterConfig getVirtualClusterConfig () {
274274 return virtualClusterConfig ;
275275 }
276276
277277 /**
278- * Optional. The virtual cluster config is used when creating a Dataproc cluster that does not
279- * directly control the underlying compute resources, for example, when creating a Dataproc-on- GKE
280- * cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc
281- * may set default values, and values may change when clusters are updated. Exactly one of config
282- * or virtual_cluster_config must be specified.
278+ * Optional. The virtual cluster config is used when creating a cluster that does not directly
279+ * control the underlying compute resources, for example, when creating a GKE cluster
280+ * (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). the service may
281+ * set default values, and values may change when clusters are updated. Exactly one of config or
282+ * virtual_cluster_config must be specified.
283283 * @param virtualClusterConfig virtualClusterConfig or {@code null} for none
284284 */
285285 public Cluster setVirtualClusterConfig (VirtualClusterConfig virtualClusterConfig ) {
0 commit comments