Skip to content

Commit

Permalink
feat: Automated regeneration of youtube v3 client (#20309)
Browse files Browse the repository at this point in the history
Auto-created at 2024-09-29 09:54:35 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Sep 29, 2024
1 parent 4e22034 commit ed6c29c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-youtube_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-youtube_v3

### v0.46.0 (2024-09-29)

* Regenerated from discovery document revision 20240926

### v0.45.0 (2024-09-22)

* Regenerated from discovery document revision 20240916
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7001,11 +7001,6 @@ class SubscriptionSnippet
# @return [String]
attr_accessor :channel_id

# Channel title for the channel that the subscription belongs to.
# Corresponds to the JSON property `channelTitle`
# @return [String]
attr_accessor :channel_title

# The subscription's details.
# Corresponds to the JSON property `description`
# @return [String]
Expand Down Expand Up @@ -7038,7 +7033,6 @@ def initialize(**args)
# Update properties of this object
def update!(**args)
@channel_id = args[:channel_id] if args.key?(:channel_id)
@channel_title = args[:channel_title] if args.key?(:channel_title)
@description = args[:description] if args.key?(:description)
@published_at = args[:published_at] if args.key?(:published_at)
@resource_id = args[:resource_id] if args.key?(:resource_id)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module YoutubeV3
# Version of the google-apis-youtube_v3 gem
GEM_VERSION = "0.45.0"
GEM_VERSION = "0.46.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240916"
REVISION = "20240926"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -3047,7 +3047,6 @@ class SubscriptionSnippet
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :channel_id, as: 'channelId'
property :channel_title, as: 'channelTitle'
property :description, as: 'description'
property :published_at, as: 'publishedAt', type: DateTime

Expand Down

0 comments on commit ed6c29c

Please sign in to comment.