Skip to content

Commit 98bf664

Browse files
feat: Automated regeneration of CloudFunctions client (googleapis#12450)
Auto-created at 2024-10-31 13:13:35 +0000 using the toys pull request generator.
1 parent 119fad3 commit 98bf664

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/cloud_functions/lib/google_api/cloud_functions/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.CloudFunctions.V2 do
2020
API client metadata for GoogleApi.CloudFunctions.V2.
2121
"""
2222

23-
@discovery_revision "20240905"
23+
@discovery_revision "20241024"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/cloud_functions/lib/google_api/cloud_functions/v2/model/upgrade_info.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.CloudFunctions.V2.Model.UpgradeInfo do
1919
@moduledoc """
20-
Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration * Current state of migration for function undergoing migration.
20+
Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration and 2nd Gen to CRf detach. * Current state of migration for function undergoing migration/detach.
2121
2222
## Attributes
2323

clients/cloud_functions/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.CloudFunctions.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.41.0"
21+
@version "0.41.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)