Skip to content

Commit 1d6b744

Browse files
feat: Automated regeneration of cloudfunctions v1 client (googleapis#21852)
Auto-created at 2025-02-26 21:06:33 +0000 using the toys pull request generator.
1 parent f4806f6 commit 1d6b744

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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

3+
### v0.60.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250124
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.59.0 (2025-01-07)
49

510
* Regenerated from discovery document revision 20250102

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ class SecretEnvVar
12101210
# @return [String]
12111211
attr_accessor :key
12121212

1213-
# Project identifier (preferrably project number but can also be the project ID)
1213+
# Project identifier (preferably project number but can also be the project ID)
12141214
# of the project that contains the secret. If not set, it will be populated with
12151215
# the function's project assuming that the secret exists in the same project as
12161216
# of the function.

generated/google-apis-cloudfunctions_v1/lib/google/apis/cloudfunctions_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 CloudfunctionsV1
1818
# Version of the google-apis-cloudfunctions_v1 gem
19-
GEM_VERSION = "0.59.0"
19+
GEM_VERSION = "0.60.0"
2020

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

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

0 commit comments

Comments
 (0)