Skip to content

Commit 7c2065a

Browse files
1 parent b27dcf7 commit 7c2065a

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-dataflow/v1b3/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-dataflow</artifactId>
25-
<version>v1b3-rev20250428-2.0.0</version>
25+
<version>v1b3-rev20250505-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-dataflow:v1b3-rev20250428-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20250505-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataflow/v1b3/2.0.0/com/google/api/services/dataflow/model/Environment.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ public final class Environment extends com.google.api.client.json.GenericJson {
140140
@com.google.api.client.util.Key
141141
private java.lang.String tempStoragePrefix;
142142

143+
/**
144+
* Optional. True when any worker pool that uses public IPs is present.
145+
* The value may be {@code null}.
146+
*/
147+
@com.google.api.client.util.Key
148+
private java.lang.Boolean usePublicIps;
149+
143150
/**
144151
* Output only. Whether the job uses the Streaming Engine resource-based billing model.
145152
* The value may be {@code null}.
@@ -451,6 +458,23 @@ public Environment setTempStoragePrefix(java.lang.String tempStoragePrefix) {
451458
return this;
452459
}
453460

461+
/**
462+
* Optional. True when any worker pool that uses public IPs is present.
463+
* @return value or {@code null} for none
464+
*/
465+
public java.lang.Boolean getUsePublicIps() {
466+
return usePublicIps;
467+
}
468+
469+
/**
470+
* Optional. True when any worker pool that uses public IPs is present.
471+
* @param usePublicIps usePublicIps or {@code null} for none
472+
*/
473+
public Environment setUsePublicIps(java.lang.Boolean usePublicIps) {
474+
this.usePublicIps = usePublicIps;
475+
return this;
476+
}
477+
454478
/**
455479
* Output only. Whether the job uses the Streaming Engine resource-based billing model.
456480
* @return value or {@code null} for none

clients/google-api-services-dataflow/v1b3/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-dataflow</artifactId>
11-
<version>v1b3-rev20250428-2.0.0</version>
12-
<name>Dataflow API v1b3-rev20250428-2.0.0</name>
11+
<version>v1b3-rev20250505-2.0.0</version>
12+
<name>Dataflow API v1b3-rev20250505-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dataflow/v1b3/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-dataflow</artifactId>
25-
<version>v1b3-rev20250428-2.0.0</version>
25+
<version>v1b3-rev20250505-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-dataflow:v1b3-rev20250428-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20250505-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)