File tree 4 files changed +30
-6
lines changed
clients/google-api-services-dataflow/v1b3
com/google/api/services/dataflow/model
4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataflow</artifactId >
25
- <version >v1b3-rev20250428 -2.0.0</version >
25
+ <version >v1b3-rev20250505 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -140,6 +140,13 @@ public final class Environment extends com.google.api.client.json.GenericJson {
140
140
@ com .google .api .client .util .Key
141
141
private java .lang .String tempStoragePrefix ;
142
142
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
+
143
150
/**
144
151
* Output only. Whether the job uses the Streaming Engine resource-based billing model.
145
152
* The value may be {@code null}.
@@ -451,6 +458,23 @@ public Environment setTempStoragePrefix(java.lang.String tempStoragePrefix) {
451
458
return this ;
452
459
}
453
460
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
+
454
478
/**
455
479
* Output only. Whether the job uses the Streaming Engine resource-based billing model.
456
480
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-dataflow</artifactId >
25
- <version >v1b3-rev20250428 -2.0.0</version >
25
+ <version >v1b3-rev20250505 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments