Skip to content

Commit 258dda4

Browse files
feat: Automated regeneration of YouTube client (googleapis#12756)
Auto-created at 2025-01-03 13:10:20 +0000 using the toys pull request generator.
1 parent 0ecbf16 commit 258dda4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/you_tube/lib/google_api/you_tube/v3/metadata.ex

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

23-
@discovery_revision "20241203"
23+
@discovery_revision "20250101"
2424

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

clients/you_tube/lib/google_api/you_tube/v3/model/video_suggestions_tag_suggestion.ex

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

1818
defmodule GoogleApi.YouTube.V3.Model.VideoSuggestionsTagSuggestion do
1919
@moduledoc """
20-
A single tag suggestion with it's relevance information.
20+
A single tag suggestion with its relevance information.
2121
2222
## Attributes
2323

clients/you_tube/mix.exs

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

21-
@version "0.53.0"
21+
@version "0.53.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)