google-apis-youtube_v3 0.47.0 → 0.48.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: 32573c37727595f43f3e20f37047d509e6b298d29f752a3f62316f4a7b280726
|
4
|
+
data.tar.gz: 603ae33390c0772c87cfe3ad86959f2623b51166f681804b6046987d68884f07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deae2199b7fb03b03cda22265b4a05390bf349171ff00db614d946401381b81d99e2040279c0984b730f7bbb849a887772fdb742c58901cefca6d10ec18ca589
|
7
|
+
data.tar.gz: be8b87f93c34decf411d2a36e5da7dd391787922ee262ee0e30012f24f55e53b5a4121ce7b4aa8a7d742027126547e8d82ede7714de6c207e15c849e54ae1a3a
|
data/CHANGELOG.md
CHANGED
@@ -3465,7 +3465,7 @@ module Google
|
|
3465
3465
|
end
|
3466
3466
|
end
|
3467
3467
|
|
3468
|
-
#
|
3468
|
+
# Describes an invideo branding.
|
3469
3469
|
class InvideoBranding
|
3470
3470
|
include Google::Apis::Core::Hashable
|
3471
3471
|
|
@@ -7297,6 +7297,11 @@ module Google
|
|
7297
7297
|
class TestItem
|
7298
7298
|
include Google::Apis::Core::Hashable
|
7299
7299
|
|
7300
|
+
# Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.
|
7301
|
+
# Corresponds to the JSON property `etag`
|
7302
|
+
# @return [String]
|
7303
|
+
attr_accessor :etag
|
7304
|
+
|
7300
7305
|
#
|
7301
7306
|
# Corresponds to the JSON property `featuredPart`
|
7302
7307
|
# @return [Boolean]
|
@@ -7324,6 +7329,7 @@ module Google
|
|
7324
7329
|
|
7325
7330
|
# Update properties of this object
|
7326
7331
|
def update!(**args)
|
7332
|
+
@etag = args[:etag] if args.key?(:etag)
|
7327
7333
|
@featured_part = args[:featured_part] if args.key?(:featured_part)
|
7328
7334
|
@gaia = args[:gaia] if args.key?(:gaia)
|
7329
7335
|
@id = args[:id] if args.key?(: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.48.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 = "20241022"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3128,6 +3128,7 @@ module Google
|
|
3128
3128
|
class TestItem
|
3129
3129
|
# @private
|
3130
3130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3131
|
+
property :etag, as: 'etag'
|
3131
3132
|
property :featured_part, as: 'featuredPart'
|
3132
3133
|
property :gaia, :numeric_string => true, as: 'gaia'
|
3133
3134
|
property :id, as: 'id'
|
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.48.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-10-
|
11
|
+
date: 2024-10-27 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.48.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: []
|