Skip to content

Commit

Permalink
feat: Automated regeneration of integrations v1 client (#21297)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-07 17:48:45 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 7, 2025
1 parent 1ac982c commit f4b4705
Show file tree
Hide file tree
Showing 7 changed files with 4,372 additions and 1,054 deletions.
301 changes: 301 additions & 0 deletions api_names_out.yaml

Large diffs are not rendered by default.

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

### v0.3.0 (2025-01-07)

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

### v0.2.0 (2024-04-28)

* Regenerated from discovery document revision 20240421
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 2.7'
gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
1,808 changes: 1,619 additions & 189 deletions generated/google-apis-integrations_v1/lib/google/apis/integrations_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 IntegrationsV1
# Version of the google-apis-integrations_v1 gem
GEM_VERSION = "0.2.0"
GEM_VERSION = "0.3.0"

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

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

0 comments on commit f4b4705

Please sign in to comment.