google-apis-dataflow_v1b3 0.71.0 → 0.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataflow_v1b3/gem_version.rb +2 -2
- data/lib/google/apis/dataflow_v1b3/service.rb +2 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0730c0e15fe33bbd9b56c91742890de04aab798e0d6363847fbf200a691e0c90
|
4
|
+
data.tar.gz: 440bd4f08ed4f2aa896eb91a005f32329461ba788972965cea12f8dce9ce005b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ed8f6f8d8c5561189f5d6e0bf47debec27e66b2edcf905cee0d411eeee07d99b811d268628ab1296a3631cc8aa4524ed1f45918ea10bc5c3954f8d4aa974936
|
7
|
+
data.tar.gz: ba6097d1e07af60c771d562aa9d323d1dd5787cad2c226ca6275d1f9f1ff8ea2b0ab7aa448650e1ab4336c248fd5305901505b48e2d516763c76d9123b26652b
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DataflowV1b3
|
18
18
|
# Version of the google-apis-dataflow_v1b3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.72.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250812"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -174,8 +174,7 @@ module Google
|
|
174
174
|
execute_or_queue_command(command, &block)
|
175
175
|
end
|
176
176
|
|
177
|
-
#
|
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.
|
179
178
|
# locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/
|
180
179
|
# dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is
|
181
180
|
# not recommended, as your job will always start in `us-central1`. Do not enter
|
@@ -739,8 +738,7 @@ module Google
|
|
739
738
|
execute_or_queue_command(command, &block)
|
740
739
|
end
|
741
740
|
|
742
|
-
#
|
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.
|
744
742
|
# locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/
|
745
743
|
# dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is
|
746
744
|
# not recommended, as your job will always start in `us-central1`. Do not enter
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dataflow_v1b3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.72.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.72.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|