google-apis-run_v2 0.118.0 → 0.119.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 +1 -1
- 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: 8deb2b7acc3ee1075392938ff2a0aa0d27b2f1d8f1e6292c025fde5fd4046754
|
|
4
|
+
data.tar.gz: 19ef2f98d2d021935eb42368db04dab2238e464f03c3fdfca5e049256b6f0c2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: feb4436f910ea69c27b68b84996ead14c1b7f275124e77f97ef67c042096480bc36ad699be5cd90735c09f5b554697128ee126cc89a5c93e2bb586e6330db0b6
|
|
7
|
+
data.tar.gz: 64219a2a0586a419011df3502d0cf57488ccb1d25d1b84ba6612aa47b7f22b3d1b6e45766ecef7383b7ad9442549306dd2c0563302e91ef13730b9fdf33a7628
|
data/CHANGELOG.md
CHANGED
|
@@ -2638,7 +2638,7 @@ module Google
|
|
|
2638
2638
|
attr_accessor :concurrency_utilization
|
|
2639
2639
|
|
|
2640
2640
|
# Optional. Determines a threshold for CPU utilization before scaling begins.
|
|
2641
|
-
# Accepted values are between `0.1` and `0.
|
|
2641
|
+
# Accepted values are between `0.1` and `0.90` (inclusive) or `0.0` to disable
|
|
2642
2642
|
# CPU utilization as threshold for scaling. CPU and concurrency scaling cannot
|
|
2643
2643
|
# both be disabled.
|
|
2644
2644
|
# Corresponds to the JSON property `cpuUtilization`
|
|
@@ -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.119.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260717"
|
|
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.119.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.119.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:
|