google-apis-youtube_v3 0.66.0 → 0.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe9fed0ae3337fc6306fbd2bd2e7de838aa9961ff8b5b51acd85deb3e50f4695
4
- data.tar.gz: c4eed728772895c9305d5d48e74b3d5d6555f52c5c91b26e6261404ded1ba8c6
3
+ metadata.gz: 7b70c8f46e435eb3fd1ea4abb19332b7f04e41948d03ef105e495bd610f5bb00
4
+ data.tar.gz: eff35798996027aac9ea9b3dc1f3f6930764d95c044c6c5b230131f82c18e0bd
5
5
  SHA512:
6
- metadata.gz: 69b28747ab3e16e2b13cf57ef0792905957b0c7c91eb63ac7dd081f0b3d920985016f18bebbea8dca0f7d292bf0d89f2f8fd054a529e0b4aac18e86fa87e2328
7
- data.tar.gz: 3f0287fb1e9deb2932c8a838b62201027d78450f29af7ef59191c3287d0b0679e3e02ac7d50f3787b334123c7bf7a9390752b9183998f8c63bad46c62587403e
6
+ metadata.gz: 723840b00eec2a9b29c3d19b0e56f2b5fc8570eabc42cc486949cf0668ac3a2827e13fcafc9f30b7a7c0aa46e7a091e2adf9e28dd25fd3380cc15b259f0d4155
7
+ data.tar.gz: 666af3f5eb87d4582c0de0194ea77c505d1afc7d1b37e3a5394b19b10e2c21d013da77cedefb16b2ea916519da182a513c663279338a140b8c17dde067b1f376
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.67.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260709
6
+
3
7
  ### v0.66.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260608
@@ -733,6 +733,32 @@ module Google
733
733
  end
734
734
  end
735
735
 
736
+ # Details about the brand partner linked to the video for Creator Initiated
737
+ # Linking (CIL). Next ID: 6
738
+ class BrandPartner
739
+ include Google::Apis::Core::Hashable
740
+
741
+ # Required. Channel handle, must begin with "@"
742
+ # Corresponds to the JSON property `channelHandle`
743
+ # @return [String]
744
+ attr_accessor :channel_handle
745
+
746
+ # Required. External Channel ID, must begin with "UC"
747
+ # Corresponds to the JSON property `channelId`
748
+ # @return [String]
749
+ attr_accessor :channel_id
750
+
751
+ def initialize(**args)
752
+ update!(**args)
753
+ end
754
+
755
+ # Update properties of this object
756
+ def update!(**args)
757
+ @channel_handle = args[:channel_handle] if args.key?(:channel_handle)
758
+ @channel_id = args[:channel_id] if args.key?(:channel_id)
759
+ end
760
+ end
761
+
736
762
  # A *caption* resource represents a YouTube caption track. A caption track is
737
763
  # associated with exactly one YouTube video.
738
764
  class Caption
@@ -4726,11 +4752,11 @@ module Google
4726
4752
  # sponsor memberMilestoneChatEvent - the member that sent the message
4727
4753
  # membershipGiftingEvent - the user that made the purchase
4728
4754
  # giftMembershipReceivedEvent - the user that received the gift membership
4729
- # messageDeletedEvent - the moderator that took the action messageRetractedEvent
4730
- # - the author that retracted their message userBannedEvent - the moderator that
4731
- # took the action superChatEvent - the user that made the purchase
4732
- # superStickerEvent - the user that made the purchase pollEvent - the user that
4733
- # created the poll
4755
+ # messageDeletedEvent - the moderator that took the action. Unused.
4756
+ # messageRetractedEvent - the author that retracted their message. Unused.
4757
+ # userBannedEvent - the moderator that took the action superChatEvent - the user
4758
+ # that made the purchase superStickerEvent - the user that made the purchase
4759
+ # pollEvent - the user that created the poll
4734
4760
  # Corresponds to the JSON property `authorChannelId`
4735
4761
  # @return [String]
4736
4762
  attr_accessor :author_channel_id
@@ -7811,6 +7837,12 @@ module Google
7811
7837
  # @return [Google::Apis::YoutubeV3::VideoAgeGating]
7812
7838
  attr_accessor :age_gating
7813
7839
 
7840
+ # Details about the brand partner linked to the video for Creator Initiated
7841
+ # Linking (CIL). Next ID: 6
7842
+ # Corresponds to the JSON property `brandPartner`
7843
+ # @return [Google::Apis::YoutubeV3::BrandPartner]
7844
+ attr_accessor :brand_partner
7845
+
7814
7846
  # Details about the content of a YouTube Video.
7815
7847
  # Corresponds to the JSON property `contentDetails`
7816
7848
  # @return [Google::Apis::YoutubeV3::VideoContentDetails]
@@ -7926,6 +7958,7 @@ module Google
7926
7958
  # Update properties of this object
7927
7959
  def update!(**args)
7928
7960
  @age_gating = args[:age_gating] if args.key?(:age_gating)
7961
+ @brand_partner = args[:brand_partner] if args.key?(:brand_partner)
7929
7962
  @content_details = args[:content_details] if args.key?(:content_details)
7930
7963
  @etag = args[:etag] if args.key?(:etag)
7931
7964
  @file_details = args[:file_details] if args.key?(:file_details)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module YoutubeV3
18
18
  # Version of the google-apis-youtube_v3 gem
19
- GEM_VERSION = "0.66.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260608"
25
+ REVISION = "20260709"
26
26
  end
27
27
  end
28
28
  end
@@ -136,6 +136,12 @@ module Google
136
136
  include Google::Apis::Core::JsonObjectSupport
137
137
  end
138
138
 
139
+ class BrandPartner
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
139
145
  class Caption
140
146
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
147
 
@@ -1475,6 +1481,14 @@ module Google
1475
1481
  end
1476
1482
  end
1477
1483
 
1484
+ class BrandPartner
1485
+ # @private
1486
+ class Representation < Google::Apis::Core::JsonRepresentation
1487
+ property :channel_handle, as: 'channelHandle'
1488
+ property :channel_id, as: 'channelId'
1489
+ end
1490
+ end
1491
+
1478
1492
  class Caption
1479
1493
  # @private
1480
1494
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3334,6 +3348,8 @@ module Google
3334
3348
  class Representation < Google::Apis::Core::JsonRepresentation
3335
3349
  property :age_gating, as: 'ageGating', class: Google::Apis::YoutubeV3::VideoAgeGating, decorator: Google::Apis::YoutubeV3::VideoAgeGating::Representation
3336
3350
 
3351
+ property :brand_partner, as: 'brandPartner', class: Google::Apis::YoutubeV3::BrandPartner, decorator: Google::Apis::YoutubeV3::BrandPartner::Representation
3352
+
3337
3353
  property :content_details, as: 'contentDetails', class: Google::Apis::YoutubeV3::VideoContentDetails, decorator: Google::Apis::YoutubeV3::VideoContentDetails::Representation
3338
3354
 
3339
3355
  property :etag, as: 'etag'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-youtube_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0
4
+ version: 0.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-youtube_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.66.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.67.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-youtube_v3
62
62
  rdoc_options: []
63
63
  require_paths: