google-apis-run_v2 0.33.0 → 0.34.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/run_v2/classes.rb +4 -3
- data/lib/google/apis/run_v2/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: f2c439161bd1296c8411f637d1ba26fbf95b969c9618656e9e0f2dfed6840123
|
|
4
|
+
data.tar.gz: fe100407d670dea598f3f3f1ca490544815f1ecb7fc2a6f886c29363d35201fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb22bd5802c695f395683522a9331643753c19c0fdf78a218f32e8d7db1ed2542f1c7754573b27f5f6b5a5408bb7ab75bc5c91ddf2e045f9d3b97e6a443dc6d5
|
|
7
|
+
data.tar.gz: 45a786ef9f73d598303393714b54aa989fb60f0fc5b8d72bb4040773e7f18df29ffd75f550c6a686ff278d443230ed26f75c9888f8472fa6f09cb02299b6f710
|
data/CHANGELOG.md
CHANGED
|
@@ -596,8 +596,7 @@ module Google
|
|
|
596
596
|
|
|
597
597
|
# Specifies the desired number of tasks the execution should run. Setting to 1
|
|
598
598
|
# means that parallelism is limited to 1 and the success of that task signals
|
|
599
|
-
# the success of the execution.
|
|
600
|
-
# workloads/controllers/jobs-run-to-completion/
|
|
599
|
+
# the success of the execution. Defaults to 1.
|
|
601
600
|
# Corresponds to the JSON property `taskCount`
|
|
602
601
|
# @return [Fixnum]
|
|
603
602
|
attr_accessor :task_count
|
|
@@ -2107,7 +2106,8 @@ module Google
|
|
|
2107
2106
|
# @return [String]
|
|
2108
2107
|
attr_accessor :execution_environment
|
|
2109
2108
|
|
|
2110
|
-
# Number of retries allowed per Task, before marking this Task failed.
|
|
2109
|
+
# Number of retries allowed per Task, before marking this Task failed. Defaults
|
|
2110
|
+
# to 3.
|
|
2111
2111
|
# Corresponds to the JSON property `maxRetries`
|
|
2112
2112
|
# @return [Fixnum]
|
|
2113
2113
|
attr_accessor :max_retries
|
|
@@ -2123,6 +2123,7 @@ module Google
|
|
|
2123
2123
|
# Max allowed time duration the Task may be active before the system will
|
|
2124
2124
|
# actively try to mark it failed and kill associated containers. This applies
|
|
2125
2125
|
# per attempt of a task, meaning each retry can run for the full timeout.
|
|
2126
|
+
# Defaults to 600 seconds.
|
|
2126
2127
|
# Corresponds to the JSON property `timeout`
|
|
2127
2128
|
# @return [String]
|
|
2128
2129
|
attr_accessor :timeout
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RunV2
|
|
18
18
|
# Version of the google-apis-run_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.34.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.34.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-
|
|
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
|
|
@@ -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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.34.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|