Skip to content

Commit 6ad7121

Browse files
chore: regenerate dataproc client
1 parent 4d870b3 commit 6ad7121

4 files changed

Lines changed: 36 additions & 6 deletions

File tree

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-rev20260612-2.0.0</version>
25+
<version>v1-rev20260625-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-rev20260612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20260625-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
@SuppressWarnings("javadoc")
3030
public final class InstanceSelection extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Disk configuration to apply to the instances in this instance selection. If specified
34+
* on any entry in instanceSelectionList, then it must be specified on every entry in
35+
* instanceSelectionList and the instanceGroupConfig must not specify any diskConfig.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private DiskConfig diskConfig;
40+
3241
/**
3342
* Optional. Full machine-type names, e.g. "n1-standard-16".
3443
* The value may be {@code null}.
@@ -46,6 +55,27 @@ public final class InstanceSelection extends com.google.api.client.json.GenericJ
4655
@com.google.api.client.util.Key
4756
private java.lang.Integer rank;
4857

58+
/**
59+
* Optional. Disk configuration to apply to the instances in this instance selection. If specified
60+
* on any entry in instanceSelectionList, then it must be specified on every entry in
61+
* instanceSelectionList and the instanceGroupConfig must not specify any diskConfig.
62+
* @return value or {@code null} for none
63+
*/
64+
public DiskConfig getDiskConfig() {
65+
return diskConfig;
66+
}
67+
68+
/**
69+
* Optional. Disk configuration to apply to the instances in this instance selection. If specified
70+
* on any entry in instanceSelectionList, then it must be specified on every entry in
71+
* instanceSelectionList and the instanceGroupConfig must not specify any diskConfig.
72+
* @param diskConfig diskConfig or {@code null} for none
73+
*/
74+
public InstanceSelection setDiskConfig(DiskConfig diskConfig) {
75+
this.diskConfig = diskConfig;
76+
return this;
77+
}
78+
4979
/**
5080
* Optional. Full machine-type names, e.g. "n1-standard-16".
5181
* @return value or {@code null} for none

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-rev20260612-2.0.0</version>
12-
<name>Cloud Dataproc API v1-rev20260612-2.0.0</name>
11+
<version>v1-rev20260625-2.0.0</version>
12+
<name>Cloud Dataproc API v1-rev20260625-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-rev20260612-2.0.0</version>
25+
<version>v1-rev20260625-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-rev20260612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20260625-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)