Skip to content

Commit 4ac9c30

Browse files
feat: Automated regeneration of run v2 client (googleapis#22933)
Auto-created at 2025-05-04 11:29:10 +0000 using the toys pull request generator.
1 parent 55dbde8 commit 4ac9c30

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

generated/google-apis-run_v2/CHANGELOG.md

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

3+
### v0.87.0 (2025-05-04)
4+
5+
* Regenerated from discovery document revision 20250425
6+
* Regenerated using generator version 0.17.0
7+
38
### v0.86.0 (2025-04-20)
49

510
* Regenerated from discovery document revision 20250411

generated/google-apis-run_v2/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/run/) may provide guidance
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 2.7+.
86+
This library is supported on Ruby 3.1+.
8787

8888
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
8989

generated/google-apis-run_v2/google-apis-run_v2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 2.7'
31+
gem.required_ruby_version = '>= 3.1'
3232
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5227,10 +5227,10 @@ class GoogleDevtoolsCloudbuildV1MavenArtifact
52275227
# @return [String]
52285228
attr_accessor :group_id
52295229

5230-
# Path to an artifact in the build's workspace to be uploaded to Artifact
5231-
# Registry. This can be either an absolute path, e.g. /workspace/my-app/target/
5232-
# my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/
5233-
# my-app-1.0.SNAPSHOT.jar.
5230+
# Optional. Path to an artifact in the build's workspace to be uploaded to
5231+
# Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/
5232+
# target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/
5233+
# target/my-app-1.0.SNAPSHOT.jar.
52345234
# Corresponds to the JSON property `path`
52355235
# @return [String]
52365236
attr_accessor :path

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

Lines changed: 3 additions & 3 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.86.0"
19+
GEM_VERSION = "0.87.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.16.0"
22+
GENERATOR_VERSION = "0.17.0"
2323

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

0 commit comments

Comments
 (0)