google-apis-run_v2 0.33.0 → 0.34.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: 0d9ee6425aaee3b06cee4d157f606dee65f9e4e3013ecc585f06405a1bb02cc1
4
- data.tar.gz: 58a670c930917d2f2ff197ba9a1485758304b29043d9f4bcff69358c6e70c05d
3
+ metadata.gz: f2c439161bd1296c8411f637d1ba26fbf95b969c9618656e9e0f2dfed6840123
4
+ data.tar.gz: fe100407d670dea598f3f3f1ca490544815f1ecb7fc2a6f886c29363d35201fe
5
5
  SHA512:
6
- metadata.gz: de83f169932c6b4f9a9985141ca7f4b4dca3d56acf3647ebe0ac02c71323ec6f57e31b4832ba0263283dd311ce4f9de4ee096d9e6c6fa235fdf6a2efaeaebc1d
7
- data.tar.gz: 9074fafc2ae79f64ae2f4bc4d2f0da6f66ad56d9bd58b62f7a939f30937ce24ab994b8672e4573b127351069e8f3d8c4fe52c1f5efa50a6e42e7e294192923d2
6
+ metadata.gz: bb22bd5802c695f395683522a9331643753c19c0fdf78a218f32e8d7db1ed2542f1c7754573b27f5f6b5a5408bb7ab75bc5c91ddf2e045f9d3b97e6a443dc6d5
7
+ data.tar.gz: 45a786ef9f73d598303393714b54aa989fb60f0fc5b8d72bb4040773e7f18df29ffd75f550c6a686ff278d443230ed26f75c9888f8472fa6f09cb02299b6f710
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.34.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230219
6
+
3
7
  ### v0.33.0 (2023-02-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230212
@@ -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. More info: https://kubernetes.io/docs/concepts/
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.33.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 = "20230212"
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.33.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-19 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
@@ -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.33.0
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: []