Skip to content

Commit 62682a6

Browse files
feat: Automated regeneration of dataflow v1b3 client (googleapis#23984)
Auto-created at 2025-08-17 10:50:00 +0000 using the toys pull request generator.
1 parent 7a4e31b commit 62682a6

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

generated/google-apis-dataflow_v1b3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dataflow_v1b3
22

3+
### v0.72.0 (2025-08-17)
4+
5+
* Regenerated from discovery document revision 20250812
6+
37
### v0.71.0 (2025-07-20)
48

59
* Regenerated from discovery document revision 20250716

generated/google-apis-dataflow_v1b3/lib/google/apis/dataflow_v1b3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DataflowV1b3
1818
# Version of the google-apis-dataflow_v1b3 gem
19-
GEM_VERSION = "0.71.0"
19+
GEM_VERSION = "0.72.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250716"
25+
REVISION = "20250812"
2626
end
2727
end
2828
end

generated/google-apis-dataflow_v1b3/lib/google/apis/dataflow_v1b3/service.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ def aggregated_project_job(project_id, filter: nil, location: nil, name: nil, pa
174174
execute_or_queue_command(command, &block)
175175
end
176176

177-
# A Job is a multi-stage computation graph run by the Cloud Dataflow service.
178-
# Creates a Cloud Dataflow job. To create a job, we recommend using `projects.
177+
# Creates a Dataflow job. To create a job, we recommend using `projects.
179178
# locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/
180179
# dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is
181180
# not recommended, as your job will always start in `us-central1`. Do not enter
@@ -739,8 +738,7 @@ def launch_flex_template(project_id, location, launch_flex_template_request_obje
739738
execute_or_queue_command(command, &block)
740739
end
741740

742-
# A Job is a multi-stage computation graph run by the Cloud Dataflow service.
743-
# Creates a Cloud Dataflow job. To create a job, we recommend using `projects.
741+
# Creates a Dataflow job. To create a job, we recommend using `projects.
744742
# locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/
745743
# dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is
746744
# not recommended, as your job will always start in `us-central1`. Do not enter

0 commit comments

Comments
 (0)