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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataflow_v1b3/classes.rb +9 -8
- data/lib/google/apis/dataflow_v1b3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 602f334c8bf6b96d6d0bc072afc98424be7d92a37466da4e49034667fd500997
|
|
4
|
+
data.tar.gz: a69381e17e0f48c5b872b64aa4d5c09954b9276a361c9fe06e48fcf4622ff793
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3809416dc2f68fda4caeb1b91bafc2365c480eb33d89dc4f79d68ec2404a665a7fd6e27329552e80684cca88c21256a4ad7956696c79650c4f165d5f96f8f2ce
|
|
7
|
+
data.tar.gz: dc0d8b60acc07d0d690e843b628952d000284f6b42f1b83dcb5dc17548e1ddeedf14e15583ba483f891e306408463e56d60ac426b6b6ac133d0f0368f4f44f2a
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
5214
|
-
#
|
|
5215
|
-
# collection
|
|
5216
|
-
#
|
|
5217
|
-
#
|
|
5218
|
-
#
|
|
5219
|
-
#
|
|
5220
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|