google-apis-youtube_v3 0.45.0 → 0.46.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: 7382914ddc4ce79ba072677232d964f4a5ad701f7895e022b69d96f9947ce83b
4
- data.tar.gz: 887e0339d34d3824960515a5f754e83d4958c8ad96f4bd2ed9695dcfb1e1b849
3
+ metadata.gz: 28a1a706e98b0565d6daa480dc47050f05b642f14f84e4ab813c292504db6e5c
4
+ data.tar.gz: 543ac9ef6683bb3dd715f7fb5191d7e6479d097b2d7ac8d2a32ed3f2d19587d5
5
5
  SHA512:
6
- metadata.gz: 7c1cb31cd8c22b5b18b3e5094589ea4f666fb80ab2c07bd6d194be7776c1d5992fd1601c6a8dd46dae7fdcf05ef67d5e38aa646bee9bf8d581c92c9dad7dcc63
7
- data.tar.gz: '0398d45c0800d7c26b7bcbdb3562448184086ad6e20bc1562be2da489315aea46c6a1f5fd37b8c08f61eaca5e1ea417b78af9bcebd5935e297c688226859ca3e'
6
+ metadata.gz: 9c982362b71b9b866aa4f0f32d99fce694c7ed3a1e70e027648cda62c4fd850060285014fa810aae9e6aa23258c5ab9842328f734e14bf89c98eba165756e93a
7
+ data.tar.gz: 8c2c37be13abbdb7d3b3fe3d62d1f46eb3b647e4839ca79bf258a52dd1233ea23721927ea69ce1695f718e858b311f781dad6222e8a45cfc4b5b4d3473b50660
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.46.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240926
6
+
3
7
  ### v0.45.0 (2024-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20240916
@@ -7001,11 +7001,6 @@ module Google
7001
7001
  # @return [String]
7002
7002
  attr_accessor :channel_id
7003
7003
 
7004
- # Channel title for the channel that the subscription belongs to.
7005
- # Corresponds to the JSON property `channelTitle`
7006
- # @return [String]
7007
- attr_accessor :channel_title
7008
-
7009
7004
  # The subscription's details.
7010
7005
  # Corresponds to the JSON property `description`
7011
7006
  # @return [String]
@@ -7038,7 +7033,6 @@ module Google
7038
7033
  # Update properties of this object
7039
7034
  def update!(**args)
7040
7035
  @channel_id = args[:channel_id] if args.key?(:channel_id)
7041
- @channel_title = args[:channel_title] if args.key?(:channel_title)
7042
7036
  @description = args[:description] if args.key?(:description)
7043
7037
  @published_at = args[:published_at] if args.key?(:published_at)
7044
7038
  @resource_id = args[:resource_id] if args.key?(:resource_id)
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240916"
25
+ REVISION = "20240926"
26
26
  end
27
27
  end
28
28
  end
@@ -3047,7 +3047,6 @@ module Google
3047
3047
  # @private
3048
3048
  class Representation < Google::Apis::Core::JsonRepresentation
3049
3049
  property :channel_id, as: 'channelId'
3050
- property :channel_title, as: 'channelTitle'
3051
3050
  property :description, as: 'description'
3052
3051
  property :published_at, as: 'publishedAt', type: DateTime
3053
3052
 
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.45.0
4
+ version: 0.46.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-09-22 00:00:00.000000000 Z
11
+ date: 2024-09-29 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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.46.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: []