Skip to content

Commit b39742d

Browse files
feat: Automated regeneration of youtube v3 client (googleapis#20233)
Auto-created at 2024-09-15 09:55:32 +0000 using the toys pull request generator.
1 parent 38af600 commit b39742d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.44.0 (2024-09-15)
4+
5+
* Regenerated from discovery document revision 20240909
6+
37
### v0.43.0 (2024-08-18)
48

59
* Regenerated from discovery document revision 20240814

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7703,7 +7703,7 @@ class Video
77037703
# @return [Google::Apis::YoutubeV3::VideoStatistics]
77047704
attr_accessor :statistics
77057705

7706-
# Basic details about a video category, such as its localized title. Next Id: 18
7706+
# Basic details about a video category, such as its localized title. Next Id: 19
77077707
# Corresponds to the JSON property `status`
77087708
# @return [Google::Apis::YoutubeV3::VideoStatus]
77097709
attr_accessor :status
@@ -8986,7 +8986,7 @@ def update!(**args)
89868986
end
89878987
end
89888988

8989-
# Basic details about a video category, such as its localized title. Next Id: 18
8989+
# Basic details about a video category, such as its localized title. Next Id: 19
89908990
class VideoStatus
89918991
include Google::Apis::Core::Hashable
89928992

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.43.0"
19+
GEM_VERSION = "0.44.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 = "20240814"
25+
REVISION = "20240909"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)