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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aca0b8d9953cfd0f48ed9e60955a0a2c2b50ecbafb68b6d9792fe7aed9916b54
4
- data.tar.gz: 627238c4658dece5d3502749547eadafa403d2dd23d92bbfe4ba4f6baa61af38
3
+ metadata.gz: 771ba032068be147e11debd744d854fe51b0efba3fa543ed030dbcb6df27f8bb
4
+ data.tar.gz: a676e8ba3f1df28e5bf434da41fa66b9d69e8d4f518462e395758adbbde419ea
5
5
  SHA512:
6
- metadata.gz: 66d694430e990a4bf0b903c7165558039880662ecb7ede189704585d4c3a410104025a85a63776ff92044c68bfdc0cafd79e2f3ced28da91c9e08ba96c0866dc
7
- data.tar.gz: 824c95ec6d20a4231a3689e02e2ce0b200325ddf17aa67c858b8b5a9c59bc1579f231dd6aa20145e00302c3036d255b7c926a6a1eb2d92e6fc78fad3c2eca67e
6
+ metadata.gz: f1e1c248463f19640aa7c2459ecd7b5c4403414939a6ebde7f7f9bd6347c4f93636d7eb631e07db986f6740e803b46bb487202e1d02596e81e14cb0d2dd1430b
7
+ data.tar.gz: fb58cb086597c6439b96dfe08d952eef6759c7b978bf0ebb69f73a359057f5262346c5a73d9a5924b5b220ee76fb4c62ce2ec6429161da2b46fc7103ef5db99a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.23.0 (2022-06-19)
4
9
 
5
10
  * Regenerated using generator version 0.7.0
@@ -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.23.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.7.0"
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.23.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-06-20 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.6'
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.6'
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.23.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: []