Skip to content

Commit 4b31ae4

Browse files
feat: Automated regeneration of PubSub client (googleapis#12740)
Auto-created at 2024-12-18 13:19:09 +0000 using the toys pull request generator.
1 parent f9bc6ea commit 4b31ae4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/pub_sub/lib/google_api/pub_sub/v1/metadata.ex

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

23-
@discovery_revision "20240918"
23+
@discovery_revision "20241212"
2424

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

clients/pub_sub/lib/google_api/pub_sub/v1/model/analytics_hub_subscription_info.ex

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

1818
defmodule GoogleApi.PubSub.V1.Model.AnalyticsHubSubscriptionInfo do
1919
@moduledoc """
20-
Information about an associated Analytics Hub subscription (https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).
20+
Information about an associated [Analytics Hub subscription](https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).
2121
2222
## Attributes
2323

clients/pub_sub/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.PubSub.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)