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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 737624772ec63e916f8249459d415be14be7ffee5433d4961052a9573644581b
4
- data.tar.gz: 10e7fdfde71a4604c51ddbf281c001035b8a4d13fc2c8881af88c1df15ca3a41
3
+ metadata.gz: f36ec8e14ceefb41c5ee884f3e3ab8b16a92b42c2f442e5715ba3ea419b721d9
4
+ data.tar.gz: 72d50b4710375b7103c8d4903ddda514f8f5ff27b063d445f8bdba017365224a
5
5
  SHA512:
6
- metadata.gz: e38148e5a07e51af25064349c3aebe08082b69f1df701df7ee7b3d89890215cb78913beb776e387c6307a615e9cca11d71d9d2310cfea2c18d2568b07a6fbee9
7
- data.tar.gz: 473ebd84eb19a16c742e21fde61ac138e03fbf4e4523d62e769b17fe0667348bb8c1cd8bf4735e06345476042822590f73920a4cd511715827349d63648cf845
6
+ metadata.gz: 8f3cd26f529e842cbf1ff120316cfa69ccf1f33c8a75bf07576dfa33b081574beafc49d3c85aa89e382b7ed0d25ec47b2b715f135c27ebf8ee6cdc95861e6cd0
7
+ data.tar.gz: ad63038f74e231b21c81ec26af4c3b28a0a72ae907e79df18155f0f72b8667dca0837ff05d065337c3f7ee2aee71c044ee9d1c4586edc6ed53a2a1417566b937
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dataflow
23
- VERSION = "0.7.0"
23
+ VERSION = "0.8.0"
24
24
  end
25
25
  end
26
26
  end
@@ -135,8 +135,8 @@ module Google
135
135
  #
136
136
  # ## About Jobs
137
137
  #
138
- # Provides a method to create and modify Google Cloud Dataflow jobs.
139
- # A Job is a multi-stage computation graph run by the Cloud Dataflow service.
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 for monitoring the progress of
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`.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC