Skip to content

Commit

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

@version "0.50.0"
@version "0.50.1"

def project() do
[
Expand Down

0 comments on commit db006af

Please sign in to comment.