Skip to content

Commit ed6c29c

Browse files
feat: Automated regeneration of youtube v3 client (googleapis#20309)
Auto-created at 2024-09-29 09:54:35 +0000 using the toys pull request generator.
1 parent 4e22034 commit ed6c29c

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

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.46.0 (2024-09-29)
4+
5+
* Regenerated from discovery document revision 20240926
6+
37
### v0.45.0 (2024-09-22)
48

59
* Regenerated from discovery document revision 20240916

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7001,11 +7001,6 @@ class SubscriptionSnippet
70017001
# @return [String]
70027002
attr_accessor :channel_id
70037003

7004-
# Channel title for the channel that the subscription belongs to.
7005-
# Corresponds to the JSON property `channelTitle`
7006-
# @return [String]
7007-
attr_accessor :channel_title
7008-
70097004
# The subscription's details.
70107005
# Corresponds to the JSON property `description`
70117006
# @return [String]
@@ -7038,7 +7033,6 @@ def initialize(**args)
70387033
# Update properties of this object
70397034
def update!(**args)
70407035
@channel_id = args[:channel_id] if args.key?(:channel_id)
7041-
@channel_title = args[:channel_title] if args.key?(:channel_title)
70427036
@description = args[:description] if args.key?(:description)
70437037
@published_at = args[:published_at] if args.key?(:published_at)
70447038
@resource_id = args[:resource_id] if args.key?(:resource_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.45.0"
19+
GEM_VERSION = "0.46.0"
2020

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

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,6 @@ class SubscriptionSnippet
30473047
# @private
30483048
class Representation < Google::Apis::Core::JsonRepresentation
30493049
property :channel_id, as: 'channelId'
3050-
property :channel_title, as: 'channelTitle'
30513050
property :description, as: 'description'
30523051
property :published_at, as: 'publishedAt', type: DateTime
30533052

0 commit comments

Comments
 (0)