Skip to content

Commit e6221cb

Browse files
feat: Automated regeneration of spanner v1 client (googleapis#21311)
Auto-created at 2025-01-08 01:18:44 +0000 using the toys pull request generator.
1 parent 13919fc commit e6221cb

File tree

8 files changed

+5625
-1042
lines changed

8 files changed

+5625
-1042
lines changed

api_names_out.yaml

Lines changed: 328 additions & 0 deletions
Large diffs are not rendered by default.

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

3+
### v0.38.0 (2025-01-08)
4+
5+
* Regenerated from discovery document revision 20241119
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.37.0 (2022-09-05)
49

510
* Regenerated from discovery document revision 20220902

generated/google-apis-spanner_v1/OVERVIEW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/spanner/) may provide guida
8383

8484
## Supported Ruby versions
8585

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

88-
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. Currently, this means Ruby 2.5 and later. 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.
88+
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

9090
## License
9191

generated/google-apis-spanner_v1/google-apis-spanner_v1.gemspec

Lines changed: 2 additions & 2 deletions
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.5'
32-
gem.add_runtime_dependency "google-apis-core", ">= 0.7", "< 2.a"
31+
gem.required_ruby_version = '>= 2.7'
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

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

Lines changed: 2751 additions & 618 deletions
Large diffs are not rendered by default.

generated/google-apis-spanner_v1/lib/google/apis/spanner_v1/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 SpannerV1
1818
# Version of the google-apis-spanner_v1 gem
19-
GEM_VERSION = "0.37.0"
19+
GEM_VERSION = "0.38.0"
2020

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

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

0 commit comments

Comments
 (0)