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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28a1a706e98b0565d6daa480dc47050f05b642f14f84e4ab813c292504db6e5c
|
4
|
+
data.tar.gz: 543ac9ef6683bb3dd715f7fb5191d7e6479d097b2d7ac8d2a32ed3f2d19587d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c982362b71b9b866aa4f0f32d99fce694c7ed3a1e70e027648cda62c4fd850060285014fa810aae9e6aa23258c5ab9842328f734e14bf89c98eba165756e93a
|
7
|
+
data.tar.gz: 8c2c37be13abbdb7d3b3fe3d62d1f46eb3b647e4839ca79bf258a52dd1233ea23721927ea69ce1695f718e858b311f781dad6222e8a45cfc4b5b4d3473b50660
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|