Skip to content

Commit 9fdb879

Browse files
feat: Automated regeneration of cloudfunctions v1 client (#21243)
Auto-created at 2025-01-07 17:32:56 +0000 using the toys pull request generator.
1 parent 346b495 commit 9fdb879

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

3+
### v0.59.0 (2025-01-07)
4+
5+
* Regenerated from discovery document revision 20250102
6+
37
### v0.58.0 (2024-12-02)
48

59
* Regenerated from discovery document revision 20240905

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,10 @@ class CloudFunction
316316
# @return [String]
317317
attr_accessor :description
318318

319-
# Docker Registry to use for this deployment. If unspecified, it defaults to `
319+
# Docker Registry to use for this deployment. Deprecated: Container Registry
320+
# option will no longer be available after March 2025: https://cloud.google.com/
321+
# artifact-registry/docs/transition/transition-from-gcr Please use Artifact
322+
# Registry instead, which is the default choice. If unspecified, it defaults to `
320323
# ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field
321324
# should either be left unspecified or set to `ARTIFACT_REGISTRY`.
322325
# Corresponds to the JSON property `dockerRegistry`

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

Lines changed: 2 additions & 2 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.58.0"
19+
GEM_VERSION = "0.59.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

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

0 commit comments

Comments
 (0)