google-apis-run_v1 0.46.0 → 0.47.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: 065a746c3d5407877b7ff7f73184c227caeacc75d151868a6c9e0c4018a0191c
4
- data.tar.gz: a0f4a00e2613951deac099351c8aae7174cdda59e3794bb3fb743e5533db156f
3
+ metadata.gz: f803e469ed8a6583992520db54a7f7da6ab955a3af2f2b9fadf28a21ee9f030c
4
+ data.tar.gz: d7cc71deb1e11f04799a77b2c944043a8ed2c3594e94acae1e3113835460e18d
5
5
  SHA512:
6
- metadata.gz: dcfd4d38ab50dc9b7f2dd25404d92cf659b01cdb50118faecb7e59a34d7ce27550996b58c587145b64e135924b8dbd7ec199477d077bda12a240e87d99dece1a
7
- data.tar.gz: ffb73e5ba7cf2d4b067b296e83c468bec10c914a889f3ec1daeb912cc17cb22fd79827e43ced4edf08b31c586e54ff149d78b2548e44257b789cf4f5493678fd
6
+ metadata.gz: 0dcae7392ea14a90ce14771e3284e672d85f6ce0b46ba639ccbbf1d94c57041a159ecf66f752b7166e05d825fcfe629cd210bcb2ad6a67fe76ee08e4b83fbe45
7
+ data.tar.gz: 3c83b476ea98ba6bddb5ab96b933d6e01f3188f5fd21a7821b150299edf74a3584fd2b5d7e5dd5eaaa5d899ba08e75d7812dfbc8cdc6d3aa91b5650c5454fbbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.47.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230219
6
+ * Regenerated using generator version 0.12.0
7
+
3
8
  ### v0.46.0 (2023-02-12)
4
9
 
5
10
  * Regenerated from discovery document revision 20230205
@@ -1010,7 +1010,7 @@ module Google
1010
1010
 
1011
1011
  # Optional. Specifies the desired number of tasks the execution should run.
1012
1012
  # Setting to 1 means that parallelism is limited to 1 and the success of that
1013
- # task signals the success of the execution.
1013
+ # task signals the success of the execution. Defaults to 1.
1014
1014
  # Corresponds to the JSON property `taskCount`
1015
1015
  # @return [Fixnum]
1016
1016
  attr_accessor :task_count
@@ -3480,6 +3480,7 @@ module Google
3480
3480
  attr_accessor :containers
3481
3481
 
3482
3482
  # Optional. Number of retries allowed per task, before marking this job failed.
3483
+ # Defaults to 3.
3483
3484
  # Corresponds to the JSON property `maxRetries`
3484
3485
  # @return [Fixnum]
3485
3486
  attr_accessor :max_retries
@@ -3495,6 +3496,7 @@ module Google
3495
3496
  # Optional. Duration in seconds the task may be active before the system will
3496
3497
  # actively try to mark it failed and kill associated containers. This applies
3497
3498
  # per attempt of a task, meaning each retry can run for the full timeout.
3499
+ # Defaults to 600 seconds.
3498
3500
  # Corresponds to the JSON property `timeoutSeconds`
3499
3501
  # @return [Fixnum]
3500
3502
  attr_accessor :timeout_seconds
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230205"
25
+ REVISION = "20230219"
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-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-02-26 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.9.1
19
+ version: 0.11.0
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.9.1
29
+ version: 0.11.0
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-run_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
63
63
  post_install_message:
64
64
  rdoc_options: []