google-apis-youtube_v3 0.42.0 → 0.43.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: a288768ac37c0a9806fd2506a979b1bde45377892ed40041894146f3d9459c8a
4
+ data.tar.gz: 005ec094dd8b3a970c42ec3ded5f227632708eb96fb9638a4fbfc0d7477289d2
5
5
  SHA512:
6
- metadata.gz: 4312e24ae9c6f8b54482017cb9aa81c1716c57e87da64330779377a10febb299537da6845424bbdf7bb67269ab058ade8c89a11c56dea80e7650407241f455c5
7
- data.tar.gz: dec54f459c71aae6b728af99e9a57881d3924324705f62da54a71c8f8e9496280036b3d79683440126663bcbc6cb4f8416f08ae64d27e0f20abcee510462e0af
6
+ metadata.gz: 26014e6f18ccf5f1e0fbd1061e0529f399789fc0fbe19e0d7a8f3e8fa6cde39b986be7a30700df9b014d1209a6d1569c270314bd088d95cf17ccd3f323cd27aa
7
+ data.tar.gz: 844bddba52df02bd840d182255b16d8eb807c3908954de5762473a6383337f603dfbd5baa84464d1ed925f497e2dbba3a79b6a7664d362aec64cca09382b80bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.43.0 (2024-08-18)
4
+
5
+ * Regenerated from discovery document revision 20240814
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.42.0 (2024-05-19)
4
9
 
5
10
  * 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
@@ -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.43.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 = "20240814"
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.43.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-08-18 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.43.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: []