Skip to content

Commit 4dd9f75

Browse files
1 parent 09b8e8e commit 4dd9f75

File tree

4 files changed

+18
-18
lines changed

4 files changed

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,9 @@ public Aggregated set(String parameterName, Object value) {
686686
}
687687
}
688688
/**
689-
* Creates a Cloud Dataflow job. To create a job, we recommend using
690-
* `projects.locations.jobs.create` with a [regional endpoint]
691-
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
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
692692
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
693693
* enter confidential information when you supply string values using the API.
694694
*
@@ -712,9 +712,9 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
712712
private static final String REST_PATH = "v1b3/projects/{projectId}/jobs";
713713

714714
/**
715-
* Creates a Cloud Dataflow job. To create a job, we recommend using
716-
* `projects.locations.jobs.create` with a [regional endpoint]
717-
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
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
718718
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do
719719
* not enter confidential information when you supply string values using the API.
720720
*
@@ -3103,9 +3103,9 @@ public Jobs jobs() {
31033103
public class Jobs {
31043104

31053105
/**
3106-
* Creates a Cloud Dataflow job. To create a job, we recommend using
3107-
* `projects.locations.jobs.create` with a [regional endpoint]
3108-
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
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
31093109
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do not
31103110
* enter confidential information when you supply string values using the API.
31113111
*
@@ -3131,9 +3131,9 @@ public class Create extends DataflowRequest<com.google.api.services.dataflow.mod
31313131
private static final String REST_PATH = "v1b3/projects/{projectId}/locations/{location}/jobs";
31323132

31333133
/**
3134-
* Creates a Cloud Dataflow job. To create a job, we recommend using
3135-
* `projects.locations.jobs.create` with a [regional endpoint]
3136-
* (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
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
31373137
* `projects.jobs.create` is not recommended, as your job will always start in `us-central1`. Do
31383138
* not enter confidential information when you supply string values using the API.
31393139
*

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-rev20250421-2.0.0</version>
12-
<name>Dataflow API v1b3-rev20250421-2.0.0</name>
11+
<version>v1b3-rev20250428-2.0.0</version>
12+
<name>Dataflow API v1b3-rev20250428-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-rev20250421-2.0.0</version>
25+
<version>v1b3-rev20250428-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-rev20250421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataflow:v1b3-rev20250428-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)