Skip to content

Commit f305559

Browse files
feat: Automated regeneration of cloudfunctions v2alpha client (#9810)
1 parent 38fc95c commit f305559

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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

3+
### v0.9.0 (2022-06-04)
4+
5+
* Regenerated using generator version 0.5.0
6+
37
### v0.8.0 (2022-05-20)
48

59
* Regenerated from discovery document revision 20220511

generated/google-apis-cloudfunctions_v2alpha/google-apis-cloudfunctions_v2alpha.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
2929
gem.require_paths = ["lib"]
3030

3131
gem.required_ruby_version = '>= 2.5'
32-
gem.add_runtime_dependency "google-apis-core", ">= 0.4", "< 2.a"
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.5", "< 2.a"
3333
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ module Google
1616
module Apis
1717
module CloudfunctionsV2alpha
1818
# Version of the google-apis-cloudfunctions_v2alpha gem
19-
GEM_VERSION = "0.8.0"
19+
GEM_VERSION = "0.9.0"
2020

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

2424
# Revision of the discovery document this client was generated from
2525
REVISION = "20220511"

0 commit comments

Comments
 (0)