google-apis-dataflow_v1b3 0.31.0 → 0.32.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: 6554f6fec7da858ef2d52b8570548fecd545ba2a9aa07084d5f280463993395b
4
- data.tar.gz: d82f381ea903efe6e6797a2dcdc39c08221b9c459fd16b11e568b16ac150a189
3
+ metadata.gz: 602f334c8bf6b96d6d0bc072afc98424be7d92a37466da4e49034667fd500997
4
+ data.tar.gz: a69381e17e0f48c5b872b64aa4d5c09954b9276a361c9fe06e48fcf4622ff793
5
5
  SHA512:
6
- metadata.gz: '0925ba6cb909399e58e6cd431c66b3b4758e410468bd0c297ce8ca415b65c22f192e210b750239a6852d222214b7cbbd80b51ae1db6082dd5f863af974a7a258'
7
- data.tar.gz: a69ec743717760ef6b3f66ed36f6c53a1afb38f0146553885622687c8ef1199c865d96cff4dd2f42c2c03ed29b3c5eac3d0c259d78fef556ff273b09e4ca2af3
6
+ metadata.gz: 3809416dc2f68fda4caeb1b91bafc2365c480eb33d89dc4f79d68ec2404a665a7fd6e27329552e80684cca88c21256a4ad7956696c79650c4f165d5f96f8f2ce
7
+ data.tar.gz: dc0d8b60acc07d0d690e843b628952d000284f6b42f1b83dcb5dc17548e1ddeedf14e15583ba483f891e306408463e56d60ac426b6b6ac133d0f0368f4f44f2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.32.0 (2022-11-01)
4
+
5
+ * Regenerated from discovery document revision 20221025
6
+
3
7
  ### v0.31.0 (2022-10-27)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -5210,14 +5210,15 @@ module Google
5210
5210
  # Defines a particular step within a Cloud Dataflow job. A job consists of
5211
5211
  # multiple steps, each of which performs some specific operation as part of the
5212
5212
  # overall job. Data is typically passed from one step to another as part of the
5213
- # job. Here's an example of a sequence of steps which together implement a Map-
5214
- # Reduce job: * Read a collection of data from some source, parsing the
5215
- # collection's elements. * Validate the elements. * Apply a user-defined
5216
- # function to map each element to some value and extract an element-specific key
5217
- # value. * Group elements with the same key into a single element with that key,
5218
- # transforming a multiply-keyed collection into a uniquely-keyed collection. *
5219
- # Write the elements out to some data sink. Note that the Cloud Dataflow service
5220
- # may be used to run many different types of jobs, not just Map-Reduce.
5213
+ # job. **Note:** The properties of this object are not stable and might change.
5214
+ # Here's an example of a sequence of steps which together implement a Map-Reduce
5215
+ # job: * Read a collection of data from some source, parsing the collection's
5216
+ # elements. * Validate the elements. * Apply a user-defined function to map each
5217
+ # element to some value and extract an element-specific key value. * Group
5218
+ # elements with the same key into a single element with that key, transforming a
5219
+ # multiply-keyed collection into a uniquely-keyed collection. * Write the
5220
+ # elements out to some data sink. Note that the Cloud Dataflow service may be
5221
+ # used to run many different types of jobs, not just Map-Reduce.
5221
5222
  class Step
5222
5223
  include Google::Apis::Core::Hashable
5223
5224
 
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220920"
25
+ REVISION = "20221025"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataflow_v1b3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
63
63
  post_install_message:
64
64
  rdoc_options: []