google-apis-dataflow_v1b3 0.19.0 → 0.20.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 +10 -9
- 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: 14c343ce1354bd810e3852a751f57d739f4647182a13adec0dfd5ab3288520a5
|
|
4
|
+
data.tar.gz: aa56f2ebdf9fb717f5bf1e631d42edf0e9bce86f61b0bf17dc58ab6dc5670ecf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ece131ae38087fe170d5cadb30f9427a3f9d31f8babd36cb104f70edab8da60ea332ded1187012194b44d377aa852dfc33ee690346177577db0ff310a3297768
|
|
7
|
+
data.tar.gz: ff2e6cd8ff3ab2b6c24790a1beb2fd3c3a81b7a4e410c4af0eab5ea40f18bcfb6f4924644dc764ffe7467a648d2084dae80789c7dfe2f0c51ba50bef048fc0ec
|
data/CHANGELOG.md
CHANGED
|
@@ -2085,11 +2085,11 @@ module Google
|
|
|
2085
2085
|
# @return [String]
|
|
2086
2086
|
attr_accessor :location
|
|
2087
2087
|
|
|
2088
|
-
# The user-specified Cloud Dataflow job name. Only one Job with a given name
|
|
2089
|
-
# exist in a project at any given time.
|
|
2090
|
-
#
|
|
2091
|
-
# existing Job
|
|
2092
|
-
# [a-z0-9])?`
|
|
2088
|
+
# The user-specified Cloud Dataflow job name. Only one Job with a given name can
|
|
2089
|
+
# exist in a project within one region at any given time. Jobs in different
|
|
2090
|
+
# regions can have the same name. If a caller attempts to create a Job with the
|
|
2091
|
+
# same name as an already-existing Job, the attempt returns the existing Job.
|
|
2092
|
+
# The name must match the regular expression `[a-z]([-a-z0-9]`0,38`[a-z0-9])?`
|
|
2093
2093
|
# Corresponds to the JSON property `name`
|
|
2094
2094
|
# @return [String]
|
|
2095
2095
|
attr_accessor :name
|
|
@@ -4057,13 +4057,14 @@ module Google
|
|
|
4057
4057
|
end
|
|
4058
4058
|
end
|
|
4059
4059
|
|
|
4060
|
-
# Defines
|
|
4060
|
+
# Defines an SDK harness container for executing Dataflow pipelines.
|
|
4061
4061
|
class SdkHarnessContainerImage
|
|
4062
4062
|
include Google::Apis::Core::Hashable
|
|
4063
4063
|
|
|
4064
|
-
# The set of capabilities enumerated in the above Environment proto. See also
|
|
4065
|
-
# https://github.com/apache/beam/blob/master/model/
|
|
4066
|
-
# beam_runner_api.
|
|
4064
|
+
# The set of capabilities enumerated in the above Environment proto. See also [
|
|
4065
|
+
# beam_runner_api.proto](https://github.com/apache/beam/blob/master/model/
|
|
4066
|
+
# pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.
|
|
4067
|
+
# proto)
|
|
4067
4068
|
# Corresponds to the JSON property `capabilities`
|
|
4068
4069
|
# @return [Array<String>]
|
|
4069
4070
|
attr_accessor :capabilities
|
|
@@ -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.20.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220414"
|
|
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.20.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-04-
|
|
11
|
+
date: 2022-04-25 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.20.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: []
|