google-apis-youtube_v3 0.27.0 → 0.29.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: 5667827f5ca2b2deb2ddd2e65f187071556ae91ec598af889a3d4f56b67113c3
4
- data.tar.gz: ff178e8fce1b46d9c394eca5ec1497f0a67d3d2cb22bf424bc887c63008785c7
3
+ metadata.gz: 303c743c8f6e79726330242d7f4abf9e541f969c3d7215e5766f2833d06feb08
4
+ data.tar.gz: 491ddbdfa7ee83a37fa2d9e2e6ef0110f6887dc514f3582e10e43c081a630042
5
5
  SHA512:
6
- metadata.gz: 70b961ac104297f7e3d0b4d86fe23c529b81c4057bb1279a1a363294e24f8a8d9f52ccc56bf76667bb811a7301317da280d06307379be2eb978039ebf25186e2
7
- data.tar.gz: 2c64f4ee939993f664fc840aca36f0297f055a754fc49af6f16b4cd9a8774b09c3f1f1ec19730a06188854c82ebff37d1419c2ee320090a141963cc812635aad
6
+ metadata.gz: dcc43182e8f1c52cd67a456ed0dad07a01be9f3912b71ff8f618987b17e7ebca3702288ff00840dac44de32825ace851cb8e15bb7a12b9cb2331214d9a250b87
7
+ data.tar.gz: 391ba1d8fa7ca45c033be3f5c47ea4f58a59d90686e3cb864b749980555bced44d8e6044f3cafd2c09998e7e1835b4909e0c375da56f194a6be01fe0cf6fe538
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.29.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230502
6
+
7
+ ### v0.28.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230319
10
+
3
11
  ### v0.27.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -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.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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 = "20230502"
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
 
@@ -1075,9 +1075,8 @@ module Google
1075
1075
  # @param [String] moderation_status
1076
1076
  # Specifies the requested moderation status. Note, comments can be in statuses,
1077
1077
  # which are not available through this call. For example, this call does not
1078
- # allow to mark a comment as 'likely spam'. Valid values:
1079
- # MODERATION_STATUS_PUBLISHED, MODERATION_STATUS_HELD_FOR_REVIEW,
1080
- # MODERATION_STATUS_REJECTED.
1078
+ # allow to mark a comment as 'likely spam'. Valid values: 'heldForReview', '
1079
+ # published' or 'rejected'.
1081
1080
  # @param [Boolean] ban_author
1082
1081
  # If set to true the author of the comment gets added to the ban list. This
1083
1082
  # means all future comments of the author will autmomatically be rejected. Only
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.27.0
4
+ version: 0.29.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.29.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: []