google-apis-youtube_v3 0.42.0 → 0.44.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: 6b8cff53181045e285478bb8b1b5f7471c49cd23f33a43d8f2e950deced004ae
4
- data.tar.gz: 0d83876dcc8ccb5eab810c745afc23835939d27522236da1511e68d99d024280
3
+ metadata.gz: dd01d267a17ebedfcb4cf5e17040bbd47fc25ffc41c1b8a7c5cb5f1d3f742e66
4
+ data.tar.gz: 78378c324c64347ed3899a44db8b25c66e06f114a920bbcdfb77a3112de4e221
5
5
  SHA512:
6
- metadata.gz: 4312e24ae9c6f8b54482017cb9aa81c1716c57e87da64330779377a10febb299537da6845424bbdf7bb67269ab058ade8c89a11c56dea80e7650407241f455c5
7
- data.tar.gz: dec54f459c71aae6b728af99e9a57881d3924324705f62da54a71c8f8e9496280036b3d79683440126663bcbc6cb4f8416f08ae64d27e0f20abcee510462e0af
6
+ metadata.gz: 98e2aed2620956ea8211f079eee1da9e49473b6e87de115749a34b1919c24e8b84db77a8eade5775e3a972b7cac1143e45006c18346db23342543a9c2a360e2b
7
+ data.tar.gz: bac44eb97c66a0cea6ee9cb3820572c7500a5d635b1d36f24238e3a3b251782f388630e240d5cb5ca94faaa5a8c5ab7da722e087d78222b375365312f34df8ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.44.0 (2024-09-15)
4
+
5
+ * Regenerated from discovery document revision 20240909
6
+
7
+ ### v0.43.0 (2024-08-18)
8
+
9
+ * Regenerated from discovery document revision 20240814
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.42.0 (2024-05-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20240514
@@ -6547,6 +6547,11 @@ module Google
6547
6547
  class PlaylistStatus
6548
6548
  include Google::Apis::Core::Hashable
6549
6549
 
6550
+ # The playlist's podcast status.
6551
+ # Corresponds to the JSON property `podcastStatus`
6552
+ # @return [String]
6553
+ attr_accessor :podcast_status
6554
+
6550
6555
  # The playlist's privacy status.
6551
6556
  # Corresponds to the JSON property `privacyStatus`
6552
6557
  # @return [String]
@@ -6558,6 +6563,7 @@ module Google
6558
6563
 
6559
6564
  # Update properties of this object
6560
6565
  def update!(**args)
6566
+ @podcast_status = args[:podcast_status] if args.key?(:podcast_status)
6561
6567
  @privacy_status = args[:privacy_status] if args.key?(:privacy_status)
6562
6568
  end
6563
6569
  end
@@ -7697,7 +7703,7 @@ module Google
7697
7703
  # @return [Google::Apis::YoutubeV3::VideoStatistics]
7698
7704
  attr_accessor :statistics
7699
7705
 
7700
- # Basic details about a video category, such as its localized title. Next Id: 18
7706
+ # Basic details about a video category, such as its localized title. Next Id: 19
7701
7707
  # Corresponds to the JSON property `status`
7702
7708
  # @return [Google::Apis::YoutubeV3::VideoStatus]
7703
7709
  attr_accessor :status
@@ -8980,7 +8986,7 @@ module Google
8980
8986
  end
8981
8987
  end
8982
8988
 
8983
- # Basic details about a video category, such as its localized title. Next Id: 18
8989
+ # Basic details about a video category, such as its localized title. Next Id: 19
8984
8990
  class VideoStatus
8985
8991
  include Google::Apis::Core::Hashable
8986
8992
 
@@ -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.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240514"
25
+ REVISION = "20240909"
26
26
  end
27
27
  end
28
28
  end
@@ -2918,6 +2918,7 @@ module Google
2918
2918
  class PlaylistStatus
2919
2919
  # @private
2920
2920
  class Representation < Google::Apis::Core::JsonRepresentation
2921
+ property :podcast_status, as: 'podcastStatus'
2921
2922
  property :privacy_status, as: 'privacyStatus'
2922
2923
  end
2923
2924
  end
@@ -1811,7 +1811,7 @@ module Google
1811
1811
  # The id of the live chat for which comments should be returned.
1812
1812
  # @param [Array<String>, String] part
1813
1813
  # The *part* parameter specifies the liveChatComment resource parts that the API
1814
- # response will include. Supported values are id and snippet.
1814
+ # response will include. Supported values are id, snippet, and authorDetails.
1815
1815
  # @param [String] hl
1816
1816
  # Specifies the localization language in which the system messages should be
1817
1817
  # returned.
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.42.0
4
+ version: 0.44.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-05-19 00:00:00.000000000 Z
11
+ date: 2024-09-15 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.44.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: []