google-apis-youtube_v3 0.23.0 → 0.24.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: 3efb0554a3028bfcbfb67f4ff78e30e9f66cc7ae22804623374279128f38f22f
4
- data.tar.gz: 539f2d0cca710628708e0274c1a3e3bb1fde091d75ebc3ef645d6c2d8aeb14bf
3
+ metadata.gz: c18b0fff38b19f515af1d91645e1a04d5868aedc4d929a5dace42c6b63d93e46
4
+ data.tar.gz: 0f15c3b3806d8c26734c0245e9569d6c6820d934c14eaa27f16c546b9f072751
5
5
  SHA512:
6
- metadata.gz: 7a7c9e4708845925425150b8a65dc5f914e611e59ca25d5d93650b1696fd49d9dda3422b639e1c623a07d572630a9fc49a82c9a642662c689dc35d5fdb567c30
7
- data.tar.gz: ecc3f0815924a413e0cd08d43bf3dd06a4f1e9655d40c6d743b66d67ee73c978c2279f62dba1afcc623cdbb68508526d4541a821d6ff0bfcd57c798777d7e268
6
+ metadata.gz: 71e1eb07da0565225a924ce47417c231c1016327a96589b8fe70afe414edb916425edde5510df2a894b7ab315fba5332c40eae469e51430ccca0d22b36b395e4
7
+ data.tar.gz: 34c9bf211d4c2953960e2b3a5569c48153cba782984886e6da7c550f786b4898efc18bc4d90562aaee81d0cacf9ff2aad32c3d9ead693d3a61bdd377b7b9283f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.24.0 (2022-09-28)
4
+
5
+ * Regenerated from discovery document revision 20220926
6
+
3
7
  ### v0.23.0 (2022-09-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220719
@@ -3927,6 +3927,16 @@ module Google
3927
3927
  class LiveBroadcastStatistics
3928
3928
  include Google::Apis::Core::Hashable
3929
3929
 
3930
+ # The number of viewers currently watching the broadcast. The property and its
3931
+ # value will be present if the broadcast has current viewers and the broadcast
3932
+ # owner has not hidden the viewcount for the video. Note that YouTube stops
3933
+ # tracking the number of concurrent viewers for a broadcast when the broadcast
3934
+ # ends. So, this property would not identify the number of viewers watching an
3935
+ # archived video of a live broadcast that already ended.
3936
+ # Corresponds to the JSON property `concurrentViewers`
3937
+ # @return [Fixnum]
3938
+ attr_accessor :concurrent_viewers
3939
+
3930
3940
  # The total number of live chat messages currently on the broadcast. The
3931
3941
  # property and its value will be present if the broadcast is public, has the
3932
3942
  # live chat feature enabled, and has at least one message. Note that this field
@@ -3943,6 +3953,7 @@ module Google
3943
3953
 
3944
3954
  # Update properties of this object
3945
3955
  def update!(**args)
3956
+ @concurrent_viewers = args[:concurrent_viewers] if args.key?(:concurrent_viewers)
3946
3957
  @total_chat_count = args[:total_chat_count] if args.key?(:total_chat_count)
3947
3958
  end
3948
3959
  end
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220719"
25
+ REVISION = "20220926"
26
26
  end
27
27
  end
28
28
  end
@@ -2143,6 +2143,7 @@ module Google
2143
2143
  class LiveBroadcastStatistics
2144
2144
  # @private
2145
2145
  class Representation < Google::Apis::Core::JsonRepresentation
2146
+ property :concurrent_viewers, :numeric_string => true, as: 'concurrentViewers'
2146
2147
  property :total_chat_count, :numeric_string => true, as: 'totalChatCount'
2147
2148
  end
2148
2149
  end
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.23.0
4
+ version: 0.24.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: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.24.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: []