google-apis-youtube_v3 0.7.0 → 0.8.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 +37 -37
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fcacfc060d68631eb4d85bc7e09b7782bf59bf3193913a343bfc21f1cd58333
|
4
|
+
data.tar.gz: 7e7941b7bf4e4273796d6740398b1707a570af97493152957e68454578ea642a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59bd94971a7858a7e30a5eb9a5662a1c712fa700dad9667825c1751531aee2503d8b4304a98aa120a9a9e15a82770fcc15db283459c23a7e34d4c7766a5f9122
|
7
|
+
data.tar.gz: 274dc357bf04c3686f223dc92cd1313b2055e2ad6bc8f9cf31ae44d9764886ba003f7930769e24f6f902a66678e9aa51400b9fba805710cfe77f4a243a911308
|
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.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210624"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -927,42 +927,6 @@ module Google
|
|
927
927
|
execute_or_queue_command(command, &block)
|
928
928
|
end
|
929
929
|
|
930
|
-
# Updates an existing resource.
|
931
|
-
# @param [Array<String>, String] part
|
932
|
-
# The *part* parameter specifies a comma-separated list of commentThread
|
933
|
-
# resource properties that the API response will include. You must at least
|
934
|
-
# include the snippet part in the parameter value since that part contains all
|
935
|
-
# of the properties that the API request can update.
|
936
|
-
# @param [Google::Apis::YoutubeV3::CommentThread] comment_thread_object
|
937
|
-
# @param [String] fields
|
938
|
-
# Selector specifying which fields to include in a partial response.
|
939
|
-
# @param [String] quota_user
|
940
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
941
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
942
|
-
# @param [Google::Apis::RequestOptions] options
|
943
|
-
# Request-specific options
|
944
|
-
#
|
945
|
-
# @yield [result, err] Result & error if block supplied
|
946
|
-
# @yieldparam result [Google::Apis::YoutubeV3::CommentThread] parsed result object
|
947
|
-
# @yieldparam err [StandardError] error object if request failed
|
948
|
-
#
|
949
|
-
# @return [Google::Apis::YoutubeV3::CommentThread]
|
950
|
-
#
|
951
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
952
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
953
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
954
|
-
def update_comment_thread(part, comment_thread_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
955
|
-
command = make_simple_command(:put, 'youtube/v3/commentThreads', options)
|
956
|
-
command.request_representation = Google::Apis::YoutubeV3::CommentThread::Representation
|
957
|
-
command.request_object = comment_thread_object
|
958
|
-
command.response_representation = Google::Apis::YoutubeV3::CommentThread::Representation
|
959
|
-
command.response_class = Google::Apis::YoutubeV3::CommentThread
|
960
|
-
command.query['part'] = part unless part.nil?
|
961
|
-
command.query['fields'] = fields unless fields.nil?
|
962
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
963
|
-
execute_or_queue_command(command, &block)
|
964
|
-
end
|
965
|
-
|
966
930
|
# Deletes a resource.
|
967
931
|
# @param [String] id
|
968
932
|
# @param [String] fields
|
@@ -2996,7 +2960,7 @@ module Google
|
|
2996
2960
|
# Retrieves a list of resources, possibly filtered.
|
2997
2961
|
# @param [Array<String>, String] part
|
2998
2962
|
# The *part* parameter specifies the superChatEvent resource parts that the API
|
2999
|
-
# response will include.
|
2963
|
+
# response will include. This parameter is currently not supported.
|
3000
2964
|
# @param [String] hl
|
3001
2965
|
# Return rendered funding amounts in specified language.
|
3002
2966
|
# @param [Fixnum] max_results
|
@@ -3805,6 +3769,42 @@ module Google
|
|
3805
3769
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3806
3770
|
execute_or_queue_command(command, &block)
|
3807
3771
|
end
|
3772
|
+
|
3773
|
+
# Updates an existing resource.
|
3774
|
+
# @param [Google::Apis::YoutubeV3::CommentThread] comment_thread_object
|
3775
|
+
# @param [Array<String>, String] part
|
3776
|
+
# The *part* parameter specifies a comma-separated list of commentThread
|
3777
|
+
# resource properties that the API response will include. You must at least
|
3778
|
+
# include the snippet part in the parameter value since that part contains all
|
3779
|
+
# of the properties that the API request can update.
|
3780
|
+
# @param [String] fields
|
3781
|
+
# Selector specifying which fields to include in a partial response.
|
3782
|
+
# @param [String] quota_user
|
3783
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
3784
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3785
|
+
# @param [Google::Apis::RequestOptions] options
|
3786
|
+
# Request-specific options
|
3787
|
+
#
|
3788
|
+
# @yield [result, err] Result & error if block supplied
|
3789
|
+
# @yieldparam result [Google::Apis::YoutubeV3::CommentThread] parsed result object
|
3790
|
+
# @yieldparam err [StandardError] error object if request failed
|
3791
|
+
#
|
3792
|
+
# @return [Google::Apis::YoutubeV3::CommentThread]
|
3793
|
+
#
|
3794
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3795
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3796
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3797
|
+
def update_youtube_v3_comment_threads(comment_thread_object = nil, part: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3798
|
+
command = make_simple_command(:put, 'youtube/v3/commentThreads', options)
|
3799
|
+
command.request_representation = Google::Apis::YoutubeV3::CommentThread::Representation
|
3800
|
+
command.request_object = comment_thread_object
|
3801
|
+
command.response_representation = Google::Apis::YoutubeV3::CommentThread::Representation
|
3802
|
+
command.response_class = Google::Apis::YoutubeV3::CommentThread
|
3803
|
+
command.query['part'] = part unless part.nil?
|
3804
|
+
command.query['fields'] = fields unless fields.nil?
|
3805
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3806
|
+
execute_or_queue_command(command, &block)
|
3807
|
+
end
|
3808
3808
|
|
3809
3809
|
protected
|
3810
3810
|
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.8.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: 2021-06-
|
11
|
+
date: 2021-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.3'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.3'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for YouTube Data API v3 V3. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-youtube_v3/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.8.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-youtube_v3
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|