google-apis-dataflow_v1b3 0.23.0 → 0.24.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 +5 -0
- data/lib/google/apis/dataflow_v1b3/classes.rb +3 -2
- data/lib/google/apis/dataflow_v1b3/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 771ba032068be147e11debd744d854fe51b0efba3fa543ed030dbcb6df27f8bb
|
|
4
|
+
data.tar.gz: a676e8ba3f1df28e5bf434da41fa66b9d69e8d4f518462e395758adbbde419ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1e1c248463f19640aa7c2459ecd7b5c4403414939a6ebde7f7f9bd6347c4f93636d7eb631e07db986f6740e803b46bb487202e1d02596e81e14cb0d2dd1430b
|
|
7
|
+
data.tar.gz: fb58cb086597c6439b96dfe08d952eef6759c7b978bf0ebb69f73a359057f5262346c5a73d9a5924b5b220ee76fb4c62ce2ec6429161da2b46fc7103ef5db99a
|
data/CHANGELOG.md
CHANGED
|
@@ -2090,7 +2090,7 @@ module Google
|
|
|
2090
2090
|
# exist in a project within one region at any given time. Jobs in different
|
|
2091
2091
|
# regions can have the same name. If a caller attempts to create a Job with the
|
|
2092
2092
|
# same name as an already-existing Job, the attempt returns the existing Job.
|
|
2093
|
-
# The name must match the regular expression `[a-z]([-a-z0-9]`0,
|
|
2093
|
+
# The name must match the regular expression `[a-z]([-a-z0-9]`0,1022`[a-z0-9])?`
|
|
2094
2094
|
# Corresponds to the JSON property `name`
|
|
2095
2095
|
# @return [String]
|
|
2096
2096
|
attr_accessor :name
|
|
@@ -2613,7 +2613,8 @@ module Google
|
|
|
2613
2613
|
# @return [Google::Apis::DataflowV1b3::RuntimeEnvironment]
|
|
2614
2614
|
attr_accessor :environment
|
|
2615
2615
|
|
|
2616
|
-
# Required. The job name to use for the created job.
|
|
2616
|
+
# Required. The job name to use for the created job. The name must match the
|
|
2617
|
+
# regular expression `[a-z]([-a-z0-9]`0,1022`[a-z0-9])?`
|
|
2617
2618
|
# Corresponds to the JSON property `jobName`
|
|
2618
2619
|
# @return [String]
|
|
2619
2620
|
attr_accessor :job_name
|
|
@@ -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.24.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.8.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220629"
|
|
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.24.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-07-04 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.
|
|
19
|
+
version: '0.7'
|
|
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.
|
|
29
|
+
version: '0.7'
|
|
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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.24.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: []
|