Skip to content

Commit 0d35dce

Browse files
1 parent 5b2ab52 commit 0d35dce

File tree

6 files changed

+54
-39
lines changed

6 files changed

+54
-39
lines changed

clients/google-api-services-dataproc/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dataproc</artifactId>
25-
<version>v1-rev20250923-2.0.0</version>
25+
<version>v1-rev20250930-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20250923-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20250930-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataproc/v1/2.0.0/com/google/api/services/dataproc/model/RepairClusterRequest.java

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ public final class RepairClusterRequest extends com.google.api.client.json.Gener
4444
@com.google.api.client.util.Key
4545
private java.lang.String clusterUuid;
4646

47-
/**
48-
* Optional. Whether the request is submitted by Dataproc super user. If true, IAM will check
49-
* 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.update' permission. This is
50-
* to give Dataproc superuser the ability to repair clusters without granting the overly broad
51-
* update permission.
52-
* The value may be {@code null}.
53-
*/
54-
@com.google.api.client.util.Key
55-
private java.lang.Boolean dataprocSuperUser;
56-
5747
/**
5848
* Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning facilitates the
5949
* removal of cluster nodes without interrupting jobs in progress. The timeout specifies the
@@ -136,29 +126,6 @@ public RepairClusterRequest setClusterUuid(java.lang.String clusterUuid) {
136126
return this;
137127
}
138128

139-
/**
140-
* Optional. Whether the request is submitted by Dataproc super user. If true, IAM will check
141-
* 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.update' permission. This is
142-
* to give Dataproc superuser the ability to repair clusters without granting the overly broad
143-
* update permission.
144-
* @return value or {@code null} for none
145-
*/
146-
public java.lang.Boolean getDataprocSuperUser() {
147-
return dataprocSuperUser;
148-
}
149-
150-
/**
151-
* Optional. Whether the request is submitted by Dataproc super user. If true, IAM will check
152-
* 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.update' permission. This is
153-
* to give Dataproc superuser the ability to repair clusters without granting the overly broad
154-
* update permission.
155-
* @param dataprocSuperUser dataprocSuperUser or {@code null} for none
156-
*/
157-
public RepairClusterRequest setDataprocSuperUser(java.lang.Boolean dataprocSuperUser) {
158-
this.dataprocSuperUser = dataprocSuperUser;
159-
return this;
160-
}
161-
162129
/**
163130
* Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning facilitates the
164131
* removal of cluster nodes without interrupting jobs in progress. The timeout specifies the

clients/google-api-services-dataproc/v1/2.0.0/com/google/api/services/dataproc/model/UsageMetrics.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ public final class UsageMetrics extends com.google.api.client.json.GenericJson {
5252
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
5353
private java.lang.Long milliDcuSeconds;
5454

55+
/**
56+
* Optional. Slot usage in (milliSlot x seconds).
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
60+
private java.lang.Long milliSlotSeconds;
61+
5562
/**
5663
* Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing
5764
* (https://cloud.google.com/dataproc-serverless/pricing)).
@@ -122,6 +129,23 @@ public UsageMetrics setMilliDcuSeconds(java.lang.Long milliDcuSeconds) {
122129
return this;
123130
}
124131

132+
/**
133+
* Optional. Slot usage in (milliSlot x seconds).
134+
* @return value or {@code null} for none
135+
*/
136+
public java.lang.Long getMilliSlotSeconds() {
137+
return milliSlotSeconds;
138+
}
139+
140+
/**
141+
* Optional. Slot usage in (milliSlot x seconds).
142+
* @param milliSlotSeconds milliSlotSeconds or {@code null} for none
143+
*/
144+
public UsageMetrics setMilliSlotSeconds(java.lang.Long milliSlotSeconds) {
145+
this.milliSlotSeconds = milliSlotSeconds;
146+
return this;
147+
}
148+
125149
/**
126150
* Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing
127151
* (https://cloud.google.com/dataproc-serverless/pricing)).

clients/google-api-services-dataproc/v1/2.0.0/com/google/api/services/dataproc/model/UsageSnapshot.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ public final class UsageSnapshot extends com.google.api.client.json.GenericJson
6060
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
6161
private java.lang.Long milliDcuPremium;
6262

63+
/**
64+
* Optional. Milli (one-thousandth) Slot usage of the workload.
65+
* The value may be {@code null}.
66+
*/
67+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
68+
private java.lang.Long milliSlot;
69+
6370
/**
6471
* Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing
6572
* (https://cloud.google.com/dataproc-serverless/pricing))
@@ -157,6 +164,23 @@ public UsageSnapshot setMilliDcuPremium(java.lang.Long milliDcuPremium) {
157164
return this;
158165
}
159166

167+
/**
168+
* Optional. Milli (one-thousandth) Slot usage of the workload.
169+
* @return value or {@code null} for none
170+
*/
171+
public java.lang.Long getMilliSlot() {
172+
return milliSlot;
173+
}
174+
175+
/**
176+
* Optional. Milli (one-thousandth) Slot usage of the workload.
177+
* @param milliSlot milliSlot or {@code null} for none
178+
*/
179+
public UsageSnapshot setMilliSlot(java.lang.Long milliSlot) {
180+
this.milliSlot = milliSlot;
181+
return this;
182+
}
183+
160184
/**
161185
* Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing
162186
* (https://cloud.google.com/dataproc-serverless/pricing))

clients/google-api-services-dataproc/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-dataproc</artifactId>
11-
<version>v1-rev20250923-2.0.0</version>
12-
<name>Cloud Dataproc API v1-rev20250923-2.0.0</name>
11+
<version>v1-rev20250930-2.0.0</version>
12+
<name>Cloud Dataproc API v1-rev20250930-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dataproc/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dataproc</artifactId>
25-
<version>v1-rev20250923-2.0.0</version>
25+
<version>v1-rev20250930-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20250923-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20250930-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)