google-apis-youtube_v3 0.40.0 → 0.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19341cd6247d9142c1e2bf9267d68360029d722be3ef7082423789a6e8f72c94
4
- data.tar.gz: fd79fba85e2c71a50ae90a048eec7b96232c242283b9b11ed0106ebf49d16a38
3
+ metadata.gz: 95faaf253b1778289221b954671e1b8c50dcb8e2927e570ff68c21a7e6639626
4
+ data.tar.gz: 2b2a3b9332082e41bbfe3e8fee053e6b9dbc0560978198f51bf0b86f536544a1
5
5
  SHA512:
6
- metadata.gz: 2d224bb5922961ce7776e718bafed439b7f6093b7993c41adc1ec9558d566546101f32a353c54b816e1027b02fa258638857b7746e97ef1f3af230433572edbd
7
- data.tar.gz: 9223c91cd2e28a865f75f79de576ac61f501c3ad76ca30ee0d6ffb29f80c45307fb7784b92dea75ce8acfbe59d05b0da492fc5169ce35402cb2cef39435c9760
6
+ metadata.gz: 6bcb64c1984dbcbdcc64075fd44faf57f2ce1b16fa552dc9ff8c28d793fa16f052e7a897e7142ca7a031c29342613b0a7a481a0af88b1b74be62475b5530688f
7
+ data.tar.gz: 2c4223317b475ff5f71469357057fac2a255bf18e415164068fbe2f801e4602a0734d4a79b0453cf2ff6382915f84c9e1b618796f79bc6b0f336e7bddc4a9232
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.41.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240310
6
+
3
7
  ### v0.40.0 (2024-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20240303
@@ -4440,6 +4440,11 @@ module Google
4440
4440
  class LiveChatMessageListResponse
4441
4441
  include Google::Apis::Core::Hashable
4442
4442
 
4443
+ # A *liveChatMessage* resource represents a chat message in a YouTube Live Chat.
4444
+ # Corresponds to the JSON property `activePollItem`
4445
+ # @return [Google::Apis::YoutubeV3::LiveChatMessage]
4446
+ attr_accessor :active_poll_item
4447
+
4443
4448
  # Etag of this resource.
4444
4449
  # Corresponds to the JSON property `etag`
4445
4450
  # @return [String]
@@ -4498,6 +4503,7 @@ module Google
4498
4503
 
4499
4504
  # Update properties of this object
4500
4505
  def update!(**args)
4506
+ @active_poll_item = args[:active_poll_item] if args.key?(:active_poll_item)
4501
4507
  @etag = args[:etag] if args.key?(:etag)
4502
4508
  @event_id = args[:event_id] if args.key?(:event_id)
4503
4509
  @items = args[:items] if args.key?(:items)
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240303"
25
+ REVISION = "20240310"
26
26
  end
27
27
  end
28
28
  end
@@ -2337,6 +2337,8 @@ module Google
2337
2337
  class LiveChatMessageListResponse
2338
2338
  # @private
2339
2339
  class Representation < Google::Apis::Core::JsonRepresentation
2340
+ property :active_poll_item, as: 'activePollItem', class: Google::Apis::YoutubeV3::LiveChatMessage, decorator: Google::Apis::YoutubeV3::LiveChatMessage::Representation
2341
+
2340
2342
  property :etag, as: 'etag'
2341
2343
  property :event_id, as: 'eventId'
2342
2344
  collection :items, as: 'items', class: Google::Apis::YoutubeV3::LiveChatMessage, decorator: Google::Apis::YoutubeV3::LiveChatMessage::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-youtube_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-youtube_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-youtube_v3
63
63
  post_install_message:
64
64
  rdoc_options: []