Skip to content

Commit d8de05e

Browse files
1 parent b2eb417 commit d8de05e

File tree

4 files changed

+15
-9
lines changed

4 files changed

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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ public final class PySparkJob extends com.google.api.client.json.GenericJson {
3333

3434
/**
3535
* Optional. HCFS URIs of archives to be extracted into the working directory of each executor.
36-
* Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
36+
* Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be
37+
* deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for
38+
* correct environment propagation.
3739
* The value may be {@code null}.
3840
*/
3941
@com.google.api.client.util.Key
@@ -96,7 +98,9 @@ public final class PySparkJob extends com.google.api.client.json.GenericJson {
9698

9799
/**
98100
* Optional. HCFS URIs of archives to be extracted into the working directory of each executor.
99-
* Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
101+
* Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be
102+
* deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for
103+
* correct environment propagation.
100104
* @return value or {@code null} for none
101105
*/
102106
public java.util.List<java.lang.String> getArchiveUris() {
@@ -105,7 +109,9 @@ public java.util.List<java.lang.String> getArchiveUris() {
105109

106110
/**
107111
* Optional. HCFS URIs of archives to be extracted into the working directory of each executor.
108-
* Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
112+
* Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be
113+
* deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for
114+
* correct environment propagation.
109115
* @param archiveUris archiveUris or {@code null} for none
110116
*/
111117
public PySparkJob setArchiveUris(java.util.List<java.lang.String> archiveUris) {

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

0 commit comments

Comments
 (0)