google-cloud-dataflow 0.7.0 → 0.8.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/lib/google/cloud/dataflow/version.rb +1 -1
- data/lib/google/cloud/dataflow.rb +4 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f36ec8e14ceefb41c5ee884f3e3ab8b16a92b42c2f442e5715ba3ea419b721d9
|
|
4
|
+
data.tar.gz: 72d50b4710375b7103c8d4903ddda514f8f5ff27b063d445f8bdba017365224a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f3cd26f529e842cbf1ff120316cfa69ccf1f33c8a75bf07576dfa33b081574beafc49d3c85aa89e382b7ed0d25ec47b2b715f135c27ebf8ee6cdc95861e6cd0
|
|
7
|
+
data.tar.gz: ad63038f74e231b21c81ec26af4c3b28a0a72ae907e79df18155f0f72b8667dca0837ff05d065337c3f7ee2aee71c044ee9d1c4586edc6ed53a2a1417566b937
|
|
@@ -135,8 +135,8 @@ module Google
|
|
|
135
135
|
#
|
|
136
136
|
# ## About Jobs
|
|
137
137
|
#
|
|
138
|
-
# Provides a method to create and modify
|
|
139
|
-
# A Job is a multi-stage computation graph run by the
|
|
138
|
+
# Provides a method to create and modify Dataflow jobs.
|
|
139
|
+
# A Job is a multi-stage computation graph run by the Dataflow service.
|
|
140
140
|
#
|
|
141
141
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
142
142
|
# Defaults to `:v1beta3`.
|
|
@@ -206,8 +206,7 @@ module Google
|
|
|
206
206
|
#
|
|
207
207
|
# ## About Messages
|
|
208
208
|
#
|
|
209
|
-
# The Dataflow Messages API is used
|
|
210
|
-
# Dataflow jobs.
|
|
209
|
+
# The Dataflow Messages API is used to monitor the progress of Dataflow jobs.
|
|
211
210
|
#
|
|
212
211
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
213
212
|
# Defaults to `:v1beta3`.
|
|
@@ -277,8 +276,7 @@ module Google
|
|
|
277
276
|
#
|
|
278
277
|
# ## About Metrics
|
|
279
278
|
#
|
|
280
|
-
# The Dataflow Metrics API lets you monitor the progress of Dataflow
|
|
281
|
-
# jobs.
|
|
279
|
+
# The Dataflow Metrics API lets you monitor the progress of Dataflow jobs.
|
|
282
280
|
#
|
|
283
281
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
284
282
|
# Defaults to `:v1beta3`.
|