File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-dataproc/v1
com/google/api/services/dataproc/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataproc</artifactId >
25
- <version >v1-rev20250521 -2.0.0</version >
25
+ <version >v1-rev20250604 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-dataproc:v1-rev20250521 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-dataproc:v1-rev20250604 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ public final class ClusterConfig extends com.google.api.client.json.GenericJson
50
50
com .google .api .client .util .Data .nullOf (AuxiliaryNodeGroup .class );
51
51
}
52
52
53
+ /**
54
+ * Optional. The tier of the cluster.
55
+ * The value may be {@code null}.
56
+ */
57
+ @ com .google .api .client .util .Key
58
+ private java .lang .String clusterTier ;
59
+
53
60
/**
54
61
* Optional. The type of the cluster.
55
62
* The value may be {@code null}.
@@ -219,6 +226,23 @@ public ClusterConfig setAuxiliaryNodeGroups(java.util.List<AuxiliaryNodeGroup> a
219
226
return this ;
220
227
}
221
228
229
+ /**
230
+ * Optional. The tier of the cluster.
231
+ * @return value or {@code null} for none
232
+ */
233
+ public java .lang .String getClusterTier () {
234
+ return clusterTier ;
235
+ }
236
+
237
+ /**
238
+ * Optional. The tier of the cluster.
239
+ * @param clusterTier clusterTier or {@code null} for none
240
+ */
241
+ public ClusterConfig setClusterTier (java .lang .String clusterTier ) {
242
+ this .clusterTier = clusterTier ;
243
+ return this ;
244
+ }
245
+
222
246
/**
223
247
* Optional. The type of the cluster.
224
248
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-dataproc</artifactId >
11
- <version >v1-rev20250521 -2.0.0</version >
12
- <name >Cloud Dataproc API v1-rev20250521 -2.0.0</name >
11
+ <version >v1-rev20250604 -2.0.0</version >
12
+ <name >Cloud Dataproc API v1-rev20250604 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataproc</artifactId >
25
- <version >v1-rev20250521 -2.0.0</version >
25
+ <version >v1-rev20250604 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-dataproc:v1-rev20250521 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-dataproc:v1-rev20250604 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments