Skip to content

Commit da7ee03

Browse files
feat: Automated regeneration of run v2 client (googleapis#25873)
Auto-created at 2026-03-08 09:55:45 +0000 using the toys pull request generator.
1 parent 44add17 commit da7ee03

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

generated/google-apis-run_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-run_v2
22

3+
### v0.109.0 (2026-03-08)
4+
5+
* Regenerated from discovery document revision 20260227
6+
37
### v0.108.0 (2026-02-22)
48

59
* Regenerated from discovery document revision 20260213

generated/google-apis-run_v2/lib/google/apis/run_v2/classes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2592,14 +2592,14 @@ class GoogleCloudRunV2RevisionScaling
25922592
include Google::Apis::Core::Hashable
25932593

25942594
# Optional. Determines a threshold for concurrency utilization before scaling
2595-
# begins. Accepted values are between `0.4` and `0.95` (inclusive) or `0.0` to
2595+
# begins. Accepted values are between `0.1` and `0.95` (inclusive) or `0.0` to
25962596
# disable concurrency utilization as threshold for scaling.
25972597
# Corresponds to the JSON property `concurrencyUtilization`
25982598
# @return [Float]
25992599
attr_accessor :concurrency_utilization
26002600

26012601
# Optional. Determines a threshold for CPU utilization before scaling begins.
2602-
# Accepted values are between `0.4` and `0.95` (inclusive) or `0.0` to disable
2602+
# Accepted values are between `0.1` and `0.95` (inclusive) or `0.0` to disable
26032603
# CPU utilization as threshold for scaling.
26042604
# Corresponds to the JSON property `cpuUtilization`
26052605
# @return [Float]

generated/google-apis-run_v2/lib/google/apis/run_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RunV2
1818
# Version of the google-apis-run_v2 gem
19-
GEM_VERSION = "0.108.0"
19+
GEM_VERSION = "0.109.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260213"
25+
REVISION = "20260227"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)