Skip to content

Commit 38f92fd

Browse files
feat: Automated regeneration of youtube v3 client (#26032)
Auto-created at 2026-03-22 10:31:51 +0000 using the toys pull request generator.
1 parent 15edcf7 commit 38f92fd

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415066,6 +415066,7 @@
415066415066
"/youtube:v3/LiveChatGiftDetails/giftName": gift_name
415067415067
"/youtube:v3/LiveChatGiftDetails/giftUrl": gift_url
415068415068
"/youtube:v3/LiveChatGiftDetails/hasVisualEffect": has_visual_effect
415069+
"/youtube:v3/LiveChatGiftDetails/jewelsAmount": jewels_amount
415069415070
"/youtube:v3/LiveChatGiftDetails/jewelsCount": jewels_count
415070415071
"/youtube:v3/LiveChatGiftDetails/language": language
415071415072
"/youtube:v3/LiveChatGiftMembershipReceivedDetails": live_chat_gift_membership_received_details

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.63.0 (2026-03-22)
4+
5+
* Regenerated from discovery document revision 20260317
6+
37
### v0.62.0 (2026-02-08)
48

59
* Regenerated from discovery document revision 20260205

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4286,10 +4286,10 @@ class LiveChatGiftDetails
42864286
attr_accessor :has_visual_effect
42874287
alias_method :has_visual_effect?, :has_visual_effect
42884288

4289-
# The cost of the gift in jewels.
4290-
# Corresponds to the JSON property `jewelsCount`
4289+
# The value of the gift in jewels.
4290+
# Corresponds to the JSON property `jewelsAmount`
42914291
# @return [Fixnum]
4292-
attr_accessor :jewels_count
4292+
attr_accessor :jewels_amount
42934293

42944294
# The BCP-47 language code of the gift.
42954295
# Corresponds to the JSON property `language`
@@ -4308,7 +4308,7 @@ def update!(**args)
43084308
@gift_name = args[:gift_name] if args.key?(:gift_name)
43094309
@gift_url = args[:gift_url] if args.key?(:gift_url)
43104310
@has_visual_effect = args[:has_visual_effect] if args.key?(:has_visual_effect)
4311-
@jewels_count = args[:jewels_count] if args.key?(:jewels_count)
4311+
@jewels_amount = args[:jewels_amount] if args.key?(:jewels_amount)
43124312
@language = args[:language] if args.key?(:language)
43134313
end
43144314
end

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.62.0"
19+
GEM_VERSION = "0.63.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 = "20260205"
25+
REVISION = "20260317"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
23192319
property :gift_name, as: 'giftName'
23202320
property :gift_url, as: 'giftUrl'
23212321
property :has_visual_effect, as: 'hasVisualEffect'
2322-
property :jewels_count, as: 'jewelsCount'
2322+
property :jewels_amount, as: 'jewelsAmount'
23232323
property :language, as: 'language'
23242324
end
23252325
end

0 commit comments

Comments
 (0)