google-apis-youtube_v3 0.48.0 → 0.50.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: 2815bf0f9c47f041a65a5abba63a9ca29b36776923714c385e36552ae46ecddc
|
4
|
+
data.tar.gz: e586aa3170aa3878c9b6c76163a85f560d9a9c9cba9ab59f2ac14665d458d8f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 232b17d15675b11c3157665716cc0ee60c41063cd24c60f03e9ad948f799da4310bc2c09aa839797667dde58f3f82b86e57137497e8c2c93adc1868dc730e0a9
|
7
|
+
data.tar.gz: '09482e3567a2ffc4ce18b45a899f90d6fb8af26400c8b83814dd5147d1c17ab1d06d0c0632beea6bde5a5fcf12f966b993adc46dabe4a756761b9e5fc9b8e42b'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-youtube_v3
|
2
2
|
|
3
|
+
### v0.50.0 (2024-11-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241105
|
6
|
+
|
7
|
+
### v0.49.0 (2024-11-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241031
|
10
|
+
|
3
11
|
### v0.48.0 (2024-10-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20241022
|
@@ -6194,7 +6194,7 @@ module Google
|
|
6194
6194
|
attr_accessor :items
|
6195
6195
|
|
6196
6196
|
# Identifies what kind of resource this is. Value: the fixed string "youtube#
|
6197
|
-
# playlistItemListResponse".
|
6197
|
+
# playlistItemListResponse".
|
6198
6198
|
# Corresponds to the JSON property `kind`
|
6199
6199
|
# @return [String]
|
6200
6200
|
attr_accessor :kind
|
@@ -8565,7 +8565,7 @@ module Google
|
|
8565
8565
|
attr_accessor :concurrent_viewers
|
8566
8566
|
|
8567
8567
|
# The time that the broadcast is scheduled to end. If the value is empty or the
|
8568
|
-
# property is not present, then the broadcast is scheduled to
|
8568
|
+
# property is not present, then the broadcast is scheduled to continue
|
8569
8569
|
# indefinitely.
|
8570
8570
|
# Corresponds to the JSON property `scheduledEndTime`
|
8571
8571
|
# @return [DateTime]
|
@@ -9021,6 +9021,12 @@ module Google
|
|
9021
9021
|
class VideoStatus
|
9022
9022
|
include Google::Apis::Core::Hashable
|
9023
9023
|
|
9024
|
+
# Indicates if the video contains altered or synthetic media.
|
9025
|
+
# Corresponds to the JSON property `containsSyntheticMedia`
|
9026
|
+
# @return [Boolean]
|
9027
|
+
attr_accessor :contains_synthetic_media
|
9028
|
+
alias_method :contains_synthetic_media?, :contains_synthetic_media
|
9029
|
+
|
9024
9030
|
# This value indicates if the video can be embedded on another website. @mutable
|
9025
9031
|
# youtube.videos.insert youtube.videos.update
|
9026
9032
|
# Corresponds to the JSON property `embeddable`
|
@@ -9088,6 +9094,7 @@ module Google
|
|
9088
9094
|
|
9089
9095
|
# Update properties of this object
|
9090
9096
|
def update!(**args)
|
9097
|
+
@contains_synthetic_media = args[:contains_synthetic_media] if args.key?(:contains_synthetic_media)
|
9091
9098
|
@embeddable = args[:embeddable] if args.key?(:embeddable)
|
9092
9099
|
@failure_reason = args[:failure_reason] if args.key?(:failure_reason)
|
9093
9100
|
@license = args[:license] if args.key?(:license)
|
@@ -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.50.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 = "20241105"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3594,6 +3594,7 @@ module Google
|
|
3594
3594
|
class VideoStatus
|
3595
3595
|
# @private
|
3596
3596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3597
|
+
property :contains_synthetic_media, as: 'containsSyntheticMedia'
|
3597
3598
|
property :embeddable, as: 'embeddable'
|
3598
3599
|
property :failure_reason, as: 'failureReason'
|
3599
3600
|
property :license, as: 'license'
|
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.50.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-
|
11
|
+
date: 2024-11-17 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.50.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for YouTube Data API v3 V3
|