File tree Expand file tree Collapse file tree 6 files changed +55
-7
lines changed
clients/google-api-services-dataflow/v1b3
com/google/api/services/dataflow/model Expand file tree Collapse file tree 6 files changed +55
-7
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-rev20250131 -2.0.0</version >
25
+ <version >v1b3-rev20250310 -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-rev20250131 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20250310 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ public final class FlexTemplateRuntimeEnvironment extends com.google.api.client.
36
36
@ com .google .api .client .util .Key
37
37
private java .util .List <java .lang .String > additionalExperiments ;
38
38
39
+ /**
40
+ * Optional. Additional pipeline option flags for the job.
41
+ * The value may be {@code null}.
42
+ */
43
+ @ com .google .api .client .util .Key
44
+ private java .util .List <java .lang .String > additionalPipelineOptions ;
45
+
39
46
/**
40
47
* Additional user labels to be specified for the job. Keys and values must follow the
41
48
* restrictions specified in the [labeling
@@ -252,6 +259,23 @@ public FlexTemplateRuntimeEnvironment setAdditionalExperiments(java.util.List<ja
252
259
return this ;
253
260
}
254
261
262
+ /**
263
+ * Optional. Additional pipeline option flags for the job.
264
+ * @return value or {@code null} for none
265
+ */
266
+ public java .util .List <java .lang .String > getAdditionalPipelineOptions () {
267
+ return additionalPipelineOptions ;
268
+ }
269
+
270
+ /**
271
+ * Optional. Additional pipeline option flags for the job.
272
+ * @param additionalPipelineOptions additionalPipelineOptions or {@code null} for none
273
+ */
274
+ public FlexTemplateRuntimeEnvironment setAdditionalPipelineOptions (java .util .List <java .lang .String > additionalPipelineOptions ) {
275
+ this .additionalPipelineOptions = additionalPipelineOptions ;
276
+ return this ;
277
+ }
278
+
255
279
/**
256
280
* Additional user labels to be specified for the job. Keys and values must follow the
257
281
* restrictions specified in the [labeling
Original file line number Diff line number Diff line change 17
17
package com .google .api .services .dataflow .model ;
18
18
19
19
/**
20
- * Describes the state of a metric. Next ID: 14
20
+ * Describes the state of a metric.
21
21
*
22
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
23
* transmitted over HTTP when working with the Dataflow API. For a detailed explanation see:
Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ public final class RuntimeEnvironment extends com.google.api.client.json.Generic
36
36
@ com .google .api .client .util .Key
37
37
private java .util .List <java .lang .String > additionalExperiments ;
38
38
39
+ /**
40
+ * Optional. Additional pipeline option flags for the job.
41
+ * The value may be {@code null}.
42
+ */
43
+ @ com .google .api .client .util .Key
44
+ private java .util .List <java .lang .String > additionalPipelineOptions ;
45
+
39
46
/**
40
47
* Optional. Additional user labels to be specified for the job. Keys and values should follow the
41
48
* restrictions specified in the [labeling
@@ -200,6 +207,23 @@ public RuntimeEnvironment setAdditionalExperiments(java.util.List<java.lang.Stri
200
207
return this ;
201
208
}
202
209
210
+ /**
211
+ * Optional. Additional pipeline option flags for the job.
212
+ * @return value or {@code null} for none
213
+ */
214
+ public java .util .List <java .lang .String > getAdditionalPipelineOptions () {
215
+ return additionalPipelineOptions ;
216
+ }
217
+
218
+ /**
219
+ * Optional. Additional pipeline option flags for the job.
220
+ * @param additionalPipelineOptions additionalPipelineOptions or {@code null} for none
221
+ */
222
+ public RuntimeEnvironment setAdditionalPipelineOptions (java .util .List <java .lang .String > additionalPipelineOptions ) {
223
+ this .additionalPipelineOptions = additionalPipelineOptions ;
224
+ return this ;
225
+ }
226
+
203
227
/**
204
228
* Optional. Additional user labels to be specified for the job. Keys and values should follow the
205
229
* restrictions specified in the [labeling
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-rev20250131 -2.0.0</version >
12
- <name >Dataflow API v1b3-rev20250131 -2.0.0</name >
11
+ <version >v1b3-rev20250310 -2.0.0</version >
12
+ <name >Dataflow API v1b3-rev20250310 -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-rev20250131 -2.0.0</version >
25
+ <version >v1b3-rev20250310 -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-rev20250131 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20250310 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments