Skip to content

Commit b150ad4

Browse files
feat: Automated regeneration of youtube v3 client (googleapis#26594)
Auto-created at 2026-05-31 10:35:33 +0000 using the toys pull request generator.
1 parent 19476b5 commit b150ad4

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

generated/google-apis-youtube_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-youtube_v3
22

3+
### v0.65.0 (2026-05-31)
4+
5+
* Regenerated from discovery document revision 20260525
6+
37
### v0.64.0 (2026-04-19)
48

59
* Regenerated from discovery document revision 20260412

generated/google-apis-youtube_v3/lib/google/apis/youtube_v3/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6820,7 +6820,7 @@ class SearchListsResponse
68206820
# @return [Google::Apis::YoutubeV3::TokenPagination]
68216821
attr_accessor :token_pagination
68226822

6823-
# The visitorId identifies the visitor.
6823+
# The visitor ID identifies the visitor.
68246824
# Corresponds to the JSON property `visitorId`
68256825
# @return [String]
68266826
attr_accessor :visitor_id

generated/google-apis-youtube_v3/lib/google/apis/youtube_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module YoutubeV3
1818
# Version of the google-apis-youtube_v3 gem
19-
GEM_VERSION = "0.64.0"
19+
GEM_VERSION = "0.65.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260412"
25+
REVISION = "20260525"
2626
end
2727
end
2828
end

generated/google-apis-youtube_v3/lib/google/apis/youtube_v3/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3017,7 +3017,7 @@ def update_playlist(part, playlist_object = nil, on_behalf_of_content_owner: nil
30173017
# resource properties that the API response will include. Set the parameter
30183018
# value to snippet.
30193019
# @param [String] channel_id
3020-
# Filter on resources belonging to this channelId.
3020+
# Filter on resources belonging to this channelId. (Force TAP rebuild)
30213021
# @param [String] channel_type
30223022
# Add a filter on the channel search.
30233023
# @param [String] event_type

0 commit comments

Comments
 (0)