google-apis-youtube_v3 0.26.0 → 0.28.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: 503ce63a8998e99ea74740b6dee885473484a8a3b90219452d61c425b47c8fba
4
- data.tar.gz: 2b1718c0d5611da1244d62d04bfdda329d73c5809d14376783f5640e44bdd69d
3
+ metadata.gz: 48bad1829b7013fa77f4950ab98325069db0bd82f902203fed1ea39d84e02cf7
4
+ data.tar.gz: 3dfd1725909d1cf58ad2e2e8acc5bf3cac7364164cb4e6347bf2c04f38f75555
5
5
  SHA512:
6
- metadata.gz: a4dfcf5bdc7a6b3cf92708907b37bf1c3612724d5808edba74912b395b5d7f1f5797e7b50425437c61a84d39eadd99e92db8ace7d0fc4b2567a0804548c67560
7
- data.tar.gz: 3fae39c08cb4be71d6bb6100e30c2c966a67cdbbd049fd73e727b023ed70463733a854f21800cfa404b1d2c5ffb801fd6205e1b10d75a4bd6a0a0d2c7ea26bdc
6
+ metadata.gz: a8b7c7349c4b54aca9da8d035b88fe7dac48c1739e3d55d820e192278d149098f2731d98c7bc23223daf4da8c713888cce588b75b7d671eca52db1bc388d4fe8
7
+ data.tar.gz: 56776fdbcf614ee52cb36541f906e251e404dabf7dcd3182212d5ddbb62d68a49d8dc5ed9f2da1317ab61de5ab13fd48aa5c5196a8bb7715ddf565bfeaa2bbb5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.28.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230319
6
+
7
+ ### v0.27.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.26.0 (2023-01-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20230123
@@ -3937,16 +3937,6 @@ module Google
3937
3937
  # @return [Fixnum]
3938
3938
  attr_accessor :concurrent_viewers
3939
3939
 
3940
- # The total number of live chat messages currently on the broadcast. The
3941
- # property and its value will be present if the broadcast is public, has the
3942
- # live chat feature enabled, and has at least one message. Note that this field
3943
- # will not be filled after the broadcast ends. So this property would not
3944
- # identify the number of chat messages for an archived video of a completed live
3945
- # broadcast.
3946
- # Corresponds to the JSON property `totalChatCount`
3947
- # @return [Fixnum]
3948
- attr_accessor :total_chat_count
3949
-
3950
3940
  def initialize(**args)
3951
3941
  update!(**args)
3952
3942
  end
@@ -3954,7 +3944,6 @@ module Google
3954
3944
  # Update properties of this object
3955
3945
  def update!(**args)
3956
3946
  @concurrent_viewers = args[:concurrent_viewers] if args.key?(:concurrent_viewers)
3957
- @total_chat_count = args[:total_chat_count] if args.key?(:total_chat_count)
3958
3947
  end
3959
3948
  end
3960
3949
 
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230123"
25
+ REVISION = "20230319"
26
26
  end
27
27
  end
28
28
  end
@@ -2144,7 +2144,6 @@ module Google
2144
2144
  # @private
2145
2145
  class Representation < Google::Apis::Core::JsonRepresentation
2146
2146
  property :concurrent_viewers, :numeric_string => true, as: 'concurrentViewers'
2147
- property :total_chat_count, :numeric_string => true, as: 'totalChatCount'
2148
2147
  end
2149
2148
  end
2150
2149
 
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.26.0
4
+ version: 0.28.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: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.9.1
19
+ version: 0.11.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.9.1
29
+ version: 0.11.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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.28.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: []