google-apis-youtube_v3 0.22.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: a88bb8385109c8276c55fd7ccee78505062c3dc30288d51b581939c545112ec1
4
- data.tar.gz: 03d5c9c39532c20e9519faf629c419f65887978e2e14d9fd69e0fab0fe588e63
3
+ metadata.gz: c18b0fff38b19f515af1d91645e1a04d5868aedc4d929a5dace42c6b63d93e46
4
+ data.tar.gz: 0f15c3b3806d8c26734c0245e9569d6c6820d934c14eaa27f16c546b9f072751
5
5
  SHA512:
6
- metadata.gz: 683856bb993020e9038e9b478cd01791b236b61bccf6ebed00616aae7ade29adc7e90924e8905d6879dc3eb8f7f96de9d166a7f9130aecb890c575a4e3b8993a
7
- data.tar.gz: 93ca7c0ae0b3efcefa8e00dc6a6fc79700f0a308dc6453ae4992fa65b2997f72b0566e834e432a884f5b06ca382fefe74c76b2d6c371a3d949f1b78d353dbc17
6
+ metadata.gz: 71e1eb07da0565225a924ce47417c231c1016327a96589b8fe70afe414edb916425edde5510df2a894b7ab315fba5332c40eae469e51430ccca0d22b36b395e4
7
+ data.tar.gz: 34c9bf211d4c2953960e2b3a5569c48153cba782984886e6da7c550f786b4898efc18bc4d90562aaee81d0cacf9ff2aad32c3d9ead693d3a61bdd377b7b9283f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.23.0 (2022-09-20)
8
+
9
+ * Regenerated from discovery document revision 20220719
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.22.0 (2022-07-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20220713
@@ -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.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220713"
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.22.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-07-18 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.22.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: []