File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-dataflow/v1b3
com/google/api/services/dataflow/model Expand file tree Collapse file tree 4 files changed +9
-9
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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-dataflow</artifactId >
25- <version >v1b3-rev20250922 -2.0.0</version >
25+ <version >v1b3-rev20251003 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20250922 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20251003 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ public final class Environment extends com.google.api.client.json.GenericJson {
155155 private java .lang .Boolean useStreamingEngineResourceBasedBilling ;
156156
157157 /**
158- * A description of the process that generated the request.
158+ * Optional. A description of the process that generated the request.
159159 * The value may be {@code null}.
160160 */
161161 @ com .google .api .client .util .Key
@@ -493,15 +493,15 @@ public Environment setUseStreamingEngineResourceBasedBilling(java.lang.Boolean u
493493 }
494494
495495 /**
496- * A description of the process that generated the request.
496+ * Optional. A description of the process that generated the request.
497497 * @return value or {@code null} for none
498498 */
499499 public java .util .Map <String , java .lang .Object > getUserAgent () {
500500 return userAgent ;
501501 }
502502
503503 /**
504- * A description of the process that generated the request.
504+ * Optional. A description of the process that generated the request.
505505 * @param userAgent userAgent or {@code null} for none
506506 */
507507 public Environment setUserAgent (java .util .Map <String , java .lang .Object > userAgent ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-dataflow</artifactId >
11- <version >v1b3-rev20250922 -2.0.0</version >
12- <name >Dataflow API v1b3-rev20250922 -2.0.0</name >
11+ <version >v1b3-rev20251003 -2.0.0</version >
12+ <name >Dataflow API v1b3-rev20251003 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-dataflow</artifactId >
25- <version >v1b3-rev20250922 -2.0.0</version >
25+ <version >v1b3-rev20251003 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20250922 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20251003 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments