google-apis-dataflow_v1b3 0.30.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50eb99bf53f9ff6faf6856e57f98d3b9cb8db9963c90acae141c6af6f3d5884b
4
- data.tar.gz: eea5c0784fea9e7c2c22b9b98711f148d92bdb5e2b211ef37f472b18153d50ab
3
+ metadata.gz: 602f334c8bf6b96d6d0bc072afc98424be7d92a37466da4e49034667fd500997
4
+ data.tar.gz: a69381e17e0f48c5b872b64aa4d5c09954b9276a361c9fe06e48fcf4622ff793
5
5
  SHA512:
6
- metadata.gz: c730ae3c412fb5c4da818cde17895ed7a7fadd507c0eaf44e3e07116c08457ad09eff695e93473ff2b37c747cd808f94106d28bec08044c3b39d9142e8aaae26
7
- data.tar.gz: 837ecc78f9ec6917abdcc94f2034f3126ebf315c8822c8441f63ebfa448daeffb4cfb27d3992fefb455274bb25c6c7738f0f15423c64b7d65245dd24908a9794
6
+ metadata.gz: 3809416dc2f68fda4caeb1b91bafc2365c480eb33d89dc4f79d68ec2404a665a7fd6e27329552e80684cca88c21256a4ad7956696c79650c4f165d5f96f8f2ce
7
+ data.tar.gz: dc0d8b60acc07d0d690e843b628952d000284f6b42f1b83dcb5dc17548e1ddeedf14e15583ba483f891e306408463e56d60ac426b6b6ac133d0f0368f4f44f2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.31.0 (2022-10-27)
8
+
9
+ * Regenerated using generator version 0.11.0
10
+
3
11
  ### v0.30.0 (2022-09-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20220920
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
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.30.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-03 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.30.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: []