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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v2/classes.rb +6 -5
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e448f5ddc98341a8e44e2bbc7ab5ad7e7628a3969da5bd4fda411b4d18580179
|
4
|
+
data.tar.gz: 5657211120a92314a48c6ae26190504a3509cbac246a6ca4fbda5ef2cab5c028
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce61bc3c8fe0ac9f327e2663a9cf23afcfb25524f565a702e54e7bfc48dedae6c4843f035e0c109b711b6e72e6e31041f1514e1a6278b05d585839483089d35a
|
7
|
+
data.tar.gz: 3399e0237a5e2a999acc915fc98beccc847ae8ff5e5f9aa6c8937abef11aeab7246deb497274be6bfa3faec1b0b0d876a49f6de43ca6ad427aa0201f2257b414
|
data/CHANGELOG.md
CHANGED
@@ -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 `
|
1871
|
-
# supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU
|
1872
|
-
# least 2Gi of memory. For more information, go to https://cloud.
|
1873
|
-
# docs/configuring/cpu. * For supported 'memory' values and
|
1874
|
-
#
|
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.
|
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 = "
|
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.
|
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.
|
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:
|