Skip to content

Commit

Permalink
feat: Automated regeneration of spanner v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 8, 2025
1 parent ac8193b commit 830f6d4
Show file tree
Hide file tree
Showing 8 changed files with 5,625 additions and 1,042 deletions.
328 changes: 328 additions & 0 deletions api_names_out.yaml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions generated/google-apis-spanner_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-spanner_v1

### v0.38.0 (2025-01-08)

* Regenerated from discovery document revision 20241119
* Regenerated using generator version 0.15.1

### v0.37.0 (2022-09-05)

* Regenerated from discovery document revision 20220902
Expand Down
4 changes: 2 additions & 2 deletions generated/google-apis-spanner_v1/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/spanner/) may provide guida

## Supported Ruby versions

This library is supported on Ruby 2.5+.
This library is supported on Ruby 2.7+.

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.
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.

## License

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 2.5'
gem.add_runtime_dependency "google-apis-core", ">= 0.7", "< 2.a"
gem.required_ruby_version = '>= 2.7'
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
3,369 changes: 2,751 additions & 618 deletions generated/google-apis-spanner_v1/lib/google/apis/spanner_v1/classes.rb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module SpannerV1
# Version of the google-apis-spanner_v1 gem
GEM_VERSION = "0.37.0"
GEM_VERSION = "0.38.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.9.0"
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20220902"
REVISION = "20241119"
end
end
end
Loading

0 comments on commit 830f6d4

Please sign in to comment.