From e5598868ac9168c902071344b70256369dc44e13 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot <yoshi-automation@google.com>
Date: Wed, 18 Dec 2024 13:19:09 +0000
Subject: [PATCH] feat: Automated regeneration of PubSub client

---
 clients/pub_sub/lib/google_api/pub_sub/v1/metadata.ex           | 2 +-
 .../pub_sub/v1/model/analytics_hub_subscription_info.ex         | 2 +-
 clients/pub_sub/mix.exs                                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/clients/pub_sub/lib/google_api/pub_sub/v1/metadata.ex b/clients/pub_sub/lib/google_api/pub_sub/v1/metadata.ex
index b962c90557..f6eb9d0020 100644
--- a/clients/pub_sub/lib/google_api/pub_sub/v1/metadata.ex
+++ b/clients/pub_sub/lib/google_api/pub_sub/v1/metadata.ex
@@ -20,7 +20,7 @@ defmodule GoogleApi.PubSub.V1 do
   API client metadata for GoogleApi.PubSub.V1.
   """
 
-  @discovery_revision "20240918"
+  @discovery_revision "20241212"
 
   def discovery_revision(), do: @discovery_revision
 end
diff --git a/clients/pub_sub/lib/google_api/pub_sub/v1/model/analytics_hub_subscription_info.ex b/clients/pub_sub/lib/google_api/pub_sub/v1/model/analytics_hub_subscription_info.ex
index 2af7abfae4..ac9ad08156 100644
--- a/clients/pub_sub/lib/google_api/pub_sub/v1/model/analytics_hub_subscription_info.ex
+++ b/clients/pub_sub/lib/google_api/pub_sub/v1/model/analytics_hub_subscription_info.ex
@@ -17,7 +17,7 @@
 
 defmodule GoogleApi.PubSub.V1.Model.AnalyticsHubSubscriptionInfo do
   @moduledoc """
-  Information about an associated Analytics Hub subscription (https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).
+  Information about an associated [Analytics Hub subscription](https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).
 
   ## Attributes
 
diff --git a/clients/pub_sub/mix.exs b/clients/pub_sub/mix.exs
index af9c67ee03..d29075c694 100644
--- a/clients/pub_sub/mix.exs
+++ b/clients/pub_sub/mix.exs
@@ -18,7 +18,7 @@
 defmodule GoogleApi.PubSub.Mixfile do
   use Mix.Project
 
-  @version "0.41.0"
+  @version "0.41.1"
 
   def project() do
     [