google-apis-dataflow_v1b3 0.21.0 → 0.24.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: afc4fabca1eec869fd400f33885f54d1e3591f69f3c55b7c4b78792a7ab3808f
4
- data.tar.gz: fff096171588843e0ecd8a41719bc27aa8905865abf26ed1abc4bc0e125db42d
3
+ metadata.gz: 771ba032068be147e11debd744d854fe51b0efba3fa543ed030dbcb6df27f8bb
4
+ data.tar.gz: a676e8ba3f1df28e5bf434da41fa66b9d69e8d4f518462e395758adbbde419ea
5
5
  SHA512:
6
- metadata.gz: 40b7ac3ef9643b52d1917aff36bacca3920f49ed08feee2e6c5f4b0b253f86e0ff88aee38b6d39d5b91a0859500299d44f1127ca46367f8835accc666b613744
7
- data.tar.gz: 221237b8cff7683633a7e2ed56e002cedd15a1341e52ddd0ec575d34d88bd3d7f40968acd5bcdf9a69fac47605f1a4a0942bb8200c2d34d69e55ab6cca87a79d
6
+ metadata.gz: f1e1c248463f19640aa7c2459ecd7b5c4403414939a6ebde7f7f9bd6347c4f93636d7eb631e07db986f6740e803b46bb487202e1d02596e81e14cb0d2dd1430b
7
+ data.tar.gz: fb58cb086597c6439b96dfe08d952eef6759c7b978bf0ebb69f73a359057f5262346c5a73d9a5924b5b220ee76fb4c62ce2ec6429161da2b46fc7103ef5db99a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.24.0 (2022-07-02)
4
+
5
+ * Regenerated from discovery document revision 20220629
6
+ * Regenerated using generator version 0.8.0
7
+
8
+ ### v0.23.0 (2022-06-19)
9
+
10
+ * Regenerated using generator version 0.7.0
11
+
12
+ ### v0.22.0 (2022-06-03)
13
+
14
+ * Regenerated using generator version 0.5.0
15
+
3
16
  ### v0.21.0 (2022-05-20)
4
17
 
5
18
  * Regenerated from discovery document revision 20220513
@@ -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,38`[a-z0-9])?`
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.21.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.4.1"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220513"
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.21.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-05-23 00:00:00.000000000 Z
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.4'
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.4'
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.21.0
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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dataflow API V1b3