google-apis-youtube_v3 0.29.0 → 0.30.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: 303c743c8f6e79726330242d7f4abf9e541f969c3d7215e5766f2833d06feb08
4
- data.tar.gz: 491ddbdfa7ee83a37fa2d9e2e6ef0110f6887dc514f3582e10e43c081a630042
3
+ metadata.gz: 568f7ff62c7b123bcf8f34c724ff00da3fa0d6f15551ff222a418ca98471a283
4
+ data.tar.gz: 2ddc2bc9577e9fa7b1515b3a9f4d3ff06cb900aa2ec9f2c0532d8bcb733baf24
5
5
  SHA512:
6
- metadata.gz: dcc43182e8f1c52cd67a456ed0dad07a01be9f3912b71ff8f618987b17e7ebca3702288ff00840dac44de32825ace851cb8e15bb7a12b9cb2331214d9a250b87
7
- data.tar.gz: 391ba1d8fa7ca45c033be3f5c47ea4f58a59d90686e3cb864b749980555bced44d8e6044f3cafd2c09998e7e1835b4909e0c375da56f194a6be01fe0cf6fe538
6
+ metadata.gz: 8b20e07434189c63a12a161f1110af5e7f2667f6af52934fb79350ca369d41294fa0a0464ca52ec37a94ccfa4f8fda0766b707b49a1dfe5d4322b7a56b1ba7e9
7
+ data.tar.gz: 4f8deee635627eb7069516cafb9e4e063c7ca0fe629b3b0ae55a00d64c0f6418a092a776ce341b3165ba408d273379461f908980e4899e7f08c1b306630ad535
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.30.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230711
6
+
3
7
  ### v0.29.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230502
@@ -6229,6 +6229,11 @@ module Google
6229
6229
  class PlaylistStatus
6230
6230
  include Google::Apis::Core::Hashable
6231
6231
 
6232
+ #
6233
+ # Corresponds to the JSON property `podcastStatus`
6234
+ # @return [String]
6235
+ attr_accessor :podcast_status
6236
+
6232
6237
  # The playlist's privacy status.
6233
6238
  # Corresponds to the JSON property `privacyStatus`
6234
6239
  # @return [String]
@@ -6240,6 +6245,7 @@ module Google
6240
6245
 
6241
6246
  # Update properties of this object
6242
6247
  def update!(**args)
6248
+ @podcast_status = args[:podcast_status] if args.key?(:podcast_status)
6243
6249
  @privacy_status = args[:privacy_status] if args.key?(:privacy_status)
6244
6250
  end
6245
6251
  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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20230502"
25
+ REVISION = "20230711"
26
26
  end
27
27
  end
28
28
  end
@@ -2772,6 +2772,7 @@ module Google
2772
2772
  class PlaylistStatus
2773
2773
  # @private
2774
2774
  class Representation < Google::Apis::Core::JsonRepresentation
2775
+ property :podcast_status, as: 'podcastStatus'
2775
2776
  property :privacy_status, as: 'privacyStatus'
2776
2777
  end
2777
2778
  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.29.0
4
+ version: 0.30.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-05-14 00:00:00.000000000 Z
11
+ date: 2023-07-16 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.30.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: []