Skip to content

Commit

Permalink
feat: Automated regeneration of PubSub client (#12740)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-18 13:19:09 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 18, 2024
1 parent f9bc6ea commit 4b31ae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/pub_sub/lib/google_api/pub_sub/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion clients/pub_sub/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.PubSub.Mixfile do
use Mix.Project

@version "0.41.0"
@version "0.41.1"

def project() do
[
Expand Down

0 comments on commit 4b31ae4

Please sign in to comment.