google-apis-youtube_v3 0.59.0 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/youtube_v3/gem_version.rb +2 -2
- data/lib/google/apis/youtube_v3/service.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9609f40448cb8e4f60ed0d0e211563e62237d3dead651d111189b5a6f10e62dc
|
|
4
|
+
data.tar.gz: fda7adaef27cd246109e2b698ab92087fe1213474f0b5219d165cf098edee977
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a39670ce77164e9458ace28e7fc99f9fbb252d72f23189bbed0697ec25a5a2657e429d2311e843a7f80ae0a80d6aca89db1b4727dbc0f66da119bb0e71449a02
|
|
7
|
+
data.tar.gz: 1b3c3afc1f821c4d98a6b07a2bc53262cbe401a0813dc6e8bd4906250108d11e028cddce4f3e54df3dba7c936778131145c733bb08a7c2fd43f2a92049d56d77
|
data/CHANGELOG.md
CHANGED
|
@@ -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.60.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260105"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4245,7 +4245,8 @@ module Google
|
|
|
4245
4245
|
|
|
4246
4246
|
# Retrieves a batch of VideoStat resources, possibly filtered.
|
|
4247
4247
|
# @param [Array<String>, String] id
|
|
4248
|
-
# Required. Return videos with the given ids.
|
|
4248
|
+
# Required. Return videos with the given ids. The number of IDs specified cannot
|
|
4249
|
+
# exceed 50.
|
|
4249
4250
|
# @param [String] on_behalf_of_content_owner
|
|
4250
4251
|
# Optional. **Note:** This parameter is intended exclusively for YouTube content
|
|
4251
4252
|
# partners. The `onBehalfOfContentOwner` parameter indicates that the request's
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.60.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-youtube_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.60.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-youtube_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|