Skip to content

Commit bc2affe

Browse files
1 parent 6f3b657 commit bc2affe

File tree

4 files changed

+23
-25
lines changed

4 files changed

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

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

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,8 @@ public Aggregated set(String parameterName, Object value) {
686686
}
687687
}
688688
/**
689-
* A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud
690-
* Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a
691-
* [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
689+
* Creates a Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with
690+
* a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
692691
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
693692
* enter confidential information when you supply string values using the API.
694693
*
@@ -712,11 +711,11 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
712711
private static final String REST_PATH = "v1b3/projects/{projectId}/jobs";
713712

714713
/**
715-
* A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud
716-
* Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a
717-
* [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
718-
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do
719-
* not enter confidential information when you supply string values using the API.
714+
* Creates a Dataflow job. To create a job, we recommend using `projects.locations.jobs.create`
715+
* with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-
716+
* endpoints). Using `projects.jobs.create` is not recommended, as your job will always start in
717+
* `us-central1`. Do not enter confidential information when you supply string values using the
718+
* API.
720719
*
721720
* Create a request for the method "jobs.create".
722721
*
@@ -3103,9 +3102,8 @@ public Jobs jobs() {
31033102
public class Jobs {
31043103

31053104
/**
3106-
* A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud
3107-
* Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a
3108-
* [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
3105+
* Creates a Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with
3106+
* a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
31093107
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
31103108
* enter confidential information when you supply string values using the API.
31113109
*
@@ -3131,11 +3129,11 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
31313129
private static final String REST_PATH = "v1b3/projects/{projectId}/locations/{location}/jobs";
31323130

31333131
/**
3134-
* A Job is a multi-stage computation graph run by the Cloud Dataflow service. Creates a Cloud
3135-
* Dataflow job. To create a job, we recommend using `projects.locations.jobs.create` with a
3136-
* [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
3137-
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do
3138-
* not enter confidential information when you supply string values using the API.
3132+
* Creates a Dataflow job. To create a job, we recommend using `projects.locations.jobs.create`
3133+
* with a [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-
3134+
* endpoints). Using `projects.jobs.create` is not recommended, as your job will always start in
3135+
* `us-central1`. Do not enter confidential information when you supply string values using the
3136+
* API.
31393137
*
31403138
* Create a request for the method "jobs.create".
31413139
*

clients/google-api-services-dataflow/v1b3/2.0.0/pom.xml

Lines changed: 5 additions & 5 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-rev20250716-2.0.0</version>
12-
<name>Dataflow API v1b3-rev20250716-2.0.0</name>
11+
<version>v1b3-rev20250812-2.0.0</version>
12+
<name>Dataflow API v1b3-rev20250812-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Dataflow API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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

0 commit comments

Comments
 (0)