From db006af4f6aa847875ba22d2e5cb0a5072d2e7ec Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:12:24 -0700 Subject: [PATCH] feat: Automated regeneration of YouTube client (#12448) Auto-created at 2024-10-31 13:11:11 +0000 using the toys pull request generator. --- clients/you_tube/lib/google_api/you_tube/v3/metadata.ex | 2 +- .../google_api/you_tube/v3/model/playlist_item_list_response.ex | 2 +- clients/you_tube/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/you_tube/lib/google_api/you_tube/v3/metadata.ex b/clients/you_tube/lib/google_api/you_tube/v3/metadata.ex index ff3134ce6f..b7ae9bebd8 100644 --- a/clients/you_tube/lib/google_api/you_tube/v3/metadata.ex +++ b/clients/you_tube/lib/google_api/you_tube/v3/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.YouTube.V3 do API client metadata for GoogleApi.YouTube.V3. """ - @discovery_revision "20241022" + @discovery_revision "20241030" def discovery_revision(), do: @discovery_revision end diff --git a/clients/you_tube/lib/google_api/you_tube/v3/model/playlist_item_list_response.ex b/clients/you_tube/lib/google_api/you_tube/v3/model/playlist_item_list_response.ex index 74a76a0a10..c23cca9f90 100644 --- a/clients/you_tube/lib/google_api/you_tube/v3/model/playlist_item_list_response.ex +++ b/clients/you_tube/lib/google_api/you_tube/v3/model/playlist_item_list_response.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.YouTube.V3.Model.PlaylistItemListResponse do * `etag` (*type:* `String.t`, *default:* `nil`) - * `eventId` (*type:* `String.t`, *default:* `nil`) - Serialized EventId of the request which produced this response. * `items` (*type:* `list(GoogleApi.YouTube.V3.Model.PlaylistItem.t)`, *default:* `nil`) - A list of playlist items that match the request criteria. - * `kind` (*type:* `String.t`, *default:* `youtube#playlistItemListResponse`) - Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItemListResponse". Etag of this resource. + * `kind` (*type:* `String.t`, *default:* `youtube#playlistItemListResponse`) - Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItemListResponse". * `nextPageToken` (*type:* `String.t`, *default:* `nil`) - The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. * `pageInfo` (*type:* `GoogleApi.YouTube.V3.Model.PageInfo.t`, *default:* `nil`) - General pagination information. * `prevPageToken` (*type:* `String.t`, *default:* `nil`) - The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set. diff --git a/clients/you_tube/mix.exs b/clients/you_tube/mix.exs index a7fc502285..20ba369c5a 100644 --- a/clients/you_tube/mix.exs +++ b/clients/you_tube/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.YouTube.Mixfile do use Mix.Project - @version "0.50.0" + @version "0.50.1" def project() do [