google-apis-run_v2 0.98.0 → 0.99.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc31ac128a213a2f3b542ccb359c9e2d75910b88356594620aa394b0c0e1ae45
4
- data.tar.gz: 55faec427af122f4b2777a1a5c6874cc0d401dccbdd068b1fd581cb16ec5df12
3
+ metadata.gz: e448f5ddc98341a8e44e2bbc7ab5ad7e7628a3969da5bd4fda411b4d18580179
4
+ data.tar.gz: 5657211120a92314a48c6ae26190504a3509cbac246a6ca4fbda5ef2cab5c028
5
5
  SHA512:
6
- metadata.gz: 28c9a990f8634bd50b4d3c9cda2bd25904ad32bd07f4f0327b5eecb1cb5703fff920b92bca92ec29cbf409b2107eb0d8c7b36fa004a4d633cf6e86a3dbfde2d9
7
- data.tar.gz: d2d3b947f972028d0eb13e80de5b2739175a89719f4e4af67544d6b67716ae9ff70d648862948ed01d390e2828b88742123ec4cdf99552249d3eb09cb572ade6
6
+ metadata.gz: ce61bc3c8fe0ac9f327e2663a9cf23afcfb25524f565a702e54e7bfc48dedae6c4843f035e0c109b711b6e72e6e31041f1514e1a6278b05d585839483089d35a
7
+ data.tar.gz: 3399e0237a5e2a999acc915fc98beccc847ae8ff5e5f9aa6c8937abef11aeab7246deb497274be6bfa3faec1b0b0d876a49f6de43ca6ad427aa0201f2257b414
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.99.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251003
6
+
3
7
  ### v0.98.0 (2025-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20250929
@@ -1867,11 +1867,12 @@ module Google
1867
1867
  attr_accessor :cpu_idle
1868
1868
  alias_method :cpu_idle?, :cpu_idle
1869
1869
 
1870
- # Only `memory` and `cpu` keys in the map are supported. Notes: * The only
1871
- # supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at
1872
- # least 2Gi of memory. For more information, go to https://cloud.google.com/run/
1873
- # docs/configuring/cpu. * For supported 'memory' values and syntax, go to https:/
1874
- # /cloud.google.com/run/docs/configuring/memory-limits
1870
+ # Only `memory`, `cpu` and `nvidia.com/gpu` keys in the map are supported. Notes:
1871
+ # * The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU
1872
+ # requires at least 2Gi of memory. For more information, go to https://cloud.
1873
+ # google.com/run/docs/configuring/cpu. * For supported 'memory' values and
1874
+ # syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits *
1875
+ # The only supported 'nvidia.com/gpu' value is '1'.
1875
1876
  # Corresponds to the JSON property `limits`
1876
1877
  # @return [Hash<String,String>]
1877
1878
  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.98.0"
19
+ GEM_VERSION = "0.99.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250929"
25
+ REVISION = "20251003"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.98.0
4
+ version: 0.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.98.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.99.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
62
62
  rdoc_options: []
63
63
  require_paths: