Skip to content

Commit d6b8418

Browse files
1 parent 1347ce5 commit d6b8418

File tree

4 files changed

+33
-6
lines changed

4 files changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ public final class GceClusterConfig extends com.google.api.client.json.GenericJs
9494
@com.google.api.client.util.Key
9595
private ReservationAffinity reservationAffinity;
9696

97+
/**
98+
* Optional. Resource manager tags to add to all instances (see Resource manager tags resources
99+
* (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)).
100+
* The value may be {@code null}.
101+
*/
102+
@com.google.api.client.util.Key
103+
private java.util.Map<String, java.lang.String> resourceManagerTags;
104+
97105
/**
98106
* Optional. The Dataproc service account
99107
* (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-
@@ -309,6 +317,25 @@ public GceClusterConfig setReservationAffinity(ReservationAffinity reservationAf
309317
return this;
310318
}
311319

320+
/**
321+
* Optional. Resource manager tags to add to all instances (see Resource manager tags resources
322+
* (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)).
323+
* @return value or {@code null} for none
324+
*/
325+
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
326+
return resourceManagerTags;
327+
}
328+
329+
/**
330+
* Optional. Resource manager tags to add to all instances (see Resource manager tags resources
331+
* (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)).
332+
* @param resourceManagerTags resourceManagerTags or {@code null} for none
333+
*/
334+
public GceClusterConfig setResourceManagerTags(java.util.Map<String, java.lang.String> resourceManagerTags) {
335+
this.resourceManagerTags = resourceManagerTags;
336+
return this;
337+
}
338+
312339
/**
313340
* Optional. The Dataproc service account
314341
* (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-

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

0 commit comments

Comments
 (0)