Skip to content

Commit db006af

Browse files
feat: Automated regeneration of YouTube client (googleapis#12448)
Auto-created at 2024-10-31 13:11:11 +0000 using the toys pull request generator.
1 parent cd442ed commit db006af

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 "20241022"
23+
@discovery_revision "20241030"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.YouTube.V3.Model.PlaylistItemListResponse do
2424
* `etag` (*type:* `String.t`, *default:* `nil`) -
2525
* `eventId` (*type:* `String.t`, *default:* `nil`) - Serialized EventId of the request which produced this response.
2626
* `items` (*type:* `list(GoogleApi.YouTube.V3.Model.PlaylistItem.t)`, *default:* `nil`) - A list of playlist items that match the request criteria.
27-
* `kind` (*type:* `String.t`, *default:* `youtube#playlistItemListResponse`) - Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItemListResponse". Etag of this resource.
27+
* `kind` (*type:* `String.t`, *default:* `youtube#playlistItemListResponse`) - Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItemListResponse".
2828
* `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.
2929
* `pageInfo` (*type:* `GoogleApi.YouTube.V3.Model.PageInfo.t`, *default:* `nil`) - General pagination information.
3030
* `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.

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.50.0"
21+
@version "0.50.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)