Skip to content

Commit 642a54d

Browse files
feat: Automated regeneration of run v1 client (googleapis#23882)
Auto-created at 2025-08-10 09:39:13 +0000 using the toys pull request generator.
1 parent 1134e1c commit 642a54d

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

generated/google-apis-run_v1/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_v1
22

3+
### v0.86.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250801
6+
37
### v0.85.0 (2025-06-15)
48

59
* Regenerated from discovery document revision 20250606

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3643,16 +3643,16 @@ def update!(**args)
36433643
class InstanceSplit
36443644
include Google::Apis::Core::Hashable
36453645

3646-
# Uses the "status.latestReadyRevisionName" to determine the traffic target.
3647-
# When it changes, traffic will automatically migrate from the prior "latest
3648-
# ready" revision to the new one.
3646+
# Uses the "status.latestReadyRevisionName" to determine the instance split
3647+
# target. When it changes, workloads will automatically migrate from the prior "
3648+
# latest ready" revision to the new one.
36493649
# Corresponds to the JSON property `latestRevision`
36503650
# @return [Boolean]
36513651
attr_accessor :latest_revision
36523652
alias_method :latest_revision?, :latest_revision
36533653

3654-
# Specifies percent of the instance split to this Revision. This defaults to
3655-
# zero if unspecified.
3654+
# Optional. Specifies percent of the instance split to this Revision. This
3655+
# defaults to zero if unspecified.
36563656
# Corresponds to the JSON property `percent`
36573657
# @return [Fixnum]
36583658
attr_accessor :percent
@@ -6333,7 +6333,7 @@ class WorkerPoolStatus
63336333
# @return [Array<Google::Apis::RunV1::GoogleCloudRunV1Condition>]
63346334
attr_accessor :conditions
63356335

6336-
# Holds the configured traffic distribution. These entries will always contain
6336+
# Holds the configured workload distribution. These entries will always contain
63376337
# RevisionName references. When ConfigurationName appears in the spec, this will
63386338
# hold the LatestReadyRevisionName that we last observed.
63396339
# Corresponds to the JSON property `instanceSplits`

generated/google-apis-run_v1/lib/google/apis/run_v1/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 RunV1
1818
# Version of the google-apis-run_v1 gem
19-
GEM_VERSION = "0.85.0"
19+
GEM_VERSION = "0.86.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 = "20250606"
25+
REVISION = "20250801"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)