google-apis-run_v2 0.32.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: 7f9db273c577a80616c471e3fafe4af2edf55f3a58061db70b41aa5630220b3e
4
- data.tar.gz: ebffb48669aff1a14e8f9465057d64470c468780a11cb5bf6ac3b879fb762a11
3
+ metadata.gz: f2c439161bd1296c8411f637d1ba26fbf95b969c9618656e9e0f2dfed6840123
4
+ data.tar.gz: fe100407d670dea598f3f3f1ca490544815f1ecb7fc2a6f886c29363d35201fe
5
5
  SHA512:
6
- metadata.gz: f3b2efd3b37f6be23326f61eb1cbca0bfc275840e3ec895ec0dc9c0a9137f8d147c2c16dbb61898765e603221dbc8be3b15a55f18b6eb86a6ffd3d6bf5a94947
7
- data.tar.gz: f3dbe3fc5600a6b448ae23fcea03c930d1a251cb50ce9dddd1532e7907b71f2b2429c44a6654bd2e473a21ea70eb30e2af9c13e16cbb96a2ccc888dd6b2ed674
6
+ metadata.gz: bb22bd5802c695f395683522a9331643753c19c0fdf78a218f32e8d7db1ed2542f1c7754573b27f5f6b5a5408bb7ab75bc5c91ddf2e045f9d3b97e6a443dc6d5
7
+ data.tar.gz: 45a786ef9f73d598303393714b54aa989fb60f0fc5b8d72bb4040773e7f18df29ffd75f550c6a686ff278d443230ed26f75c9888f8472fa6f09cb02299b6f710
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.33.0 (2023-02-19)
8
+
9
+ * Regenerated from discovery document revision 20230212
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.32.0 (2023-02-12)
4
13
 
5
14
  * Regenerated from discovery document revision 20230205
@@ -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
@@ -627,7 +626,8 @@ module Google
627
626
  include Google::Apis::Core::Hashable
628
627
 
629
628
  # Port number of the gRPC service. Number must be in the range 1 to 65535. If
630
- # not specified, defaults to 8080.
629
+ # not specified, defaults to the exposed port of the container, which is the
630
+ # value of container.ports[0].containerPort.
631
631
  # Corresponds to the JSON property `port`
632
632
  # @return [Fixnum]
633
633
  attr_accessor :port
@@ -664,7 +664,9 @@ module Google
664
664
  # @return [String]
665
665
  attr_accessor :path
666
666
 
667
- # Port number to access on the container. Must be in the range 1 to 65535.
667
+ # Port number to access on the container. Must be in the range 1 to 65535. If
668
+ # not specified, defaults to the exposed port of the container, which is the
669
+ # value of container.ports[0].containerPort.
668
670
  # Corresponds to the JSON property `port`
669
671
  # @return [Fixnum]
670
672
  attr_accessor :port
@@ -1818,7 +1820,8 @@ module Google
1818
1820
  include Google::Apis::Core::Hashable
1819
1821
 
1820
1822
  # Port number to access on the container. Must be in the range 1 to 65535. If
1821
- # not specified, defaults to 8080.
1823
+ # not specified, defaults to the exposed port of the container, which is the
1824
+ # value of container.ports[0].containerPort.
1822
1825
  # Corresponds to the JSON property `port`
1823
1826
  # @return [Fixnum]
1824
1827
  attr_accessor :port
@@ -2103,7 +2106,8 @@ module Google
2103
2106
  # @return [String]
2104
2107
  attr_accessor :execution_environment
2105
2108
 
2106
- # 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.
2107
2111
  # Corresponds to the JSON property `maxRetries`
2108
2112
  # @return [Fixnum]
2109
2113
  attr_accessor :max_retries
@@ -2119,6 +2123,7 @@ module Google
2119
2123
  # Max allowed time duration the Task may be active before the system will
2120
2124
  # actively try to mark it failed and kill associated containers. This applies
2121
2125
  # per attempt of a task, meaning each retry can run for the full timeout.
2126
+ # Defaults to 600 seconds.
2122
2127
  # Corresponds to the JSON property `timeout`
2123
2128
  # @return [String]
2124
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.32.0"
19
+ GEM_VERSION = "0.34.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.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-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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.32.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: []