google-apis-youtube_v3 0.64.0 → 0.65.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d08e12c748ae2a8f5dc821f801ee9dbe258a504ebb01b1479883d9969b90fb65
|
|
4
|
+
data.tar.gz: f895a9d7484128b19a4b45078f7eaeefd429a8e4ab80c73135a8206695f2d67d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8cfe7fd659cfbe4793318385c3a6db42a995c0a40068ace3434dfc49409520097f82589ff0b1cd1c59f79ce4c74fc5de34edf4e67e3f7bcdec6b2e775a344756
|
|
7
|
+
data.tar.gz: a610ddbcff705ed8722d780b41b0c72542235c2a7ecb36b18835f8a5e557866deb7cee325d12fc0f0a434d9bab250b7ed3767796501eebcc0b08f3973f7ec384
|
data/CHANGELOG.md
CHANGED
|
@@ -6820,7 +6820,7 @@ module Google
|
|
|
6820
6820
|
# @return [Google::Apis::YoutubeV3::TokenPagination]
|
|
6821
6821
|
attr_accessor :token_pagination
|
|
6822
6822
|
|
|
6823
|
-
# The
|
|
6823
|
+
# The visitor ID identifies the visitor.
|
|
6824
6824
|
# Corresponds to the JSON property `visitorId`
|
|
6825
6825
|
# @return [String]
|
|
6826
6826
|
attr_accessor :visitor_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.65.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 = "20260525"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3017,7 +3017,7 @@ module Google
|
|
|
3017
3017
|
# resource properties that the API response will include. Set the parameter
|
|
3018
3018
|
# value to snippet.
|
|
3019
3019
|
# @param [String] channel_id
|
|
3020
|
-
# Filter on resources belonging to this channelId.
|
|
3020
|
+
# Filter on resources belonging to this channelId. (Force TAP rebuild)
|
|
3021
3021
|
# @param [String] channel_type
|
|
3022
3022
|
# Add a filter on the channel search.
|
|
3023
3023
|
# @param [String] event_type
|
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.65.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.65.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:
|