google-apis-run_v2 0.53.0 → 0.54.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: 6ee78dd5ee5e5b77ea801e3774d2a03bc0bb5f39e2c2f9ba15e49b91456bdfb2
4
- data.tar.gz: c23c16f574eed024b4f061234114d1ad4915e1fe1ce773eaef74886cf1eb55aa
3
+ metadata.gz: 8a36971483ecfdb91799b4d2c0fda6680c6f04e19cbef68b85573f46ea008b2f
4
+ data.tar.gz: 7a9ef54ad06eee39d04f42a19e699422a45531e55071243c91e30525ccd32b84
5
5
  SHA512:
6
- metadata.gz: 3f56853f8ae5fc0e51cea4f4ce8807c8bad51c4b69880cad1a890feda5611a4f2d3f19c3855f943e38755bfcfcc8b4c1e17555d3a0d3a895406fb13bb248f861
7
- data.tar.gz: c3cc8fa4c67c78d082161659135c4aab853e2e76b053d53e25d01285b5f0c8b2ce9f8e8fa563e7cc9326fe80e3d9a5dd83b772156910d2ed1a12a96586915d4e
6
+ metadata.gz: af1ced855b3a78d8985de793a9168f20089a3f50e6879457038fffa57a89ae870c2ff16f99e389da7f3fca12515d7d87387cc71fa4571985e678a73c09e917f2
7
+ data.tar.gz: b7a83b03de6e74a32734eeaa1063abb7995b594806eb5ab7571e3f6fa539690ea7c65e50a1d5304444435232f348ac58e24f998ec44242bdc8944a8d4c2fa07c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.54.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231203
6
+
3
7
  ### v0.53.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231112
@@ -1296,17 +1296,19 @@ module Google
1296
1296
  class GoogleCloudRunV2ResourceRequirements
1297
1297
  include Google::Apis::Core::Hashable
1298
1298
 
1299
- # Determines whether CPU should be throttled or not outside of requests.
1299
+ # Determines whether CPU is only allocated during requests (true by default).
1300
+ # However, if ResourceRequirements is set, the caller must explicitly set this
1301
+ # field to true to preserve the default behavior.
1300
1302
  # Corresponds to the JSON property `cpuIdle`
1301
1303
  # @return [Boolean]
1302
1304
  attr_accessor :cpu_idle
1303
1305
  alias_method :cpu_idle?, :cpu_idle
1304
1306
 
1305
- # Only ´memory´ and 'cpu' are supported. Notes: * The only supported values for
1306
- # CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory.
1307
- # For more information, go to https://cloud.google.com/run/docs/configuring/cpu.
1308
- # * For supported 'memory' values and syntax, go to https://cloud.google.com/run/
1309
- # docs/configuring/memory-limits
1307
+ # Only `memory` and `cpu` keys in the map are supported. Notes: * The only
1308
+ # supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at
1309
+ # least 2Gi of memory. For more information, go to https://cloud.google.com/run/
1310
+ # docs/configuring/cpu. * For supported 'memory' values and syntax, go to https:/
1311
+ # /cloud.google.com/run/docs/configuring/memory-limits
1310
1312
  # Corresponds to the JSON property `limits`
1311
1313
  # @return [Hash<String,String>]
1312
1314
  attr_accessor :limits
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.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 = "20231112"
25
+ REVISION = "20231203"
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.53.0
4
+ version: 0.54.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-11-19 00:00:00.000000000 Z
11
+ date: 2023-12-10 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.54.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: []