google-apis-youtube_v3 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fc3c0c6a44ba99ec0e92d0c4168b65b803312046292b33a0a21eea23fe09f0e
|
4
|
+
data.tar.gz: d13bd6ee5d7edc4b98e0d2beef62916cdff22b4f5d099f9643c89ccb9bef680a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b3859a88d320aab1ec819a42bc22d512766b6f8e67e768132dfcad485d883808be416f54f9fc9290f93524a12c9cd6425806ed06acbee67d9f1fea736910581
|
7
|
+
data.tar.gz: 703c6e2d39358f9c640d7b66987cd5fd5c5f67e0bfc6a3faccf7189e0e6b682d748e9d443b33add050865c115c940891736e97dea64274f8407c21ab02490d38
|
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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210906"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3003,6 +3003,7 @@ module Google
|
|
3003
3003
|
# POST method.
|
3004
3004
|
# @param [Array<String>, String] part
|
3005
3005
|
# @param [Google::Apis::YoutubeV3::TestItem] test_item_object
|
3006
|
+
# @param [String] external_channel_id
|
3006
3007
|
# @param [String] fields
|
3007
3008
|
# Selector specifying which fields to include in a partial response.
|
3008
3009
|
# @param [String] quota_user
|
@@ -3020,12 +3021,13 @@ module Google
|
|
3020
3021
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3021
3022
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3022
3023
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3023
|
-
def insert_test(part, test_item_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
3024
|
+
def insert_test(part, test_item_object = nil, external_channel_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3024
3025
|
command = make_simple_command(:post, 'youtube/v3/tests', options)
|
3025
3026
|
command.request_representation = Google::Apis::YoutubeV3::TestItem::Representation
|
3026
3027
|
command.request_object = test_item_object
|
3027
3028
|
command.response_representation = Google::Apis::YoutubeV3::TestItem::Representation
|
3028
3029
|
command.response_class = Google::Apis::YoutubeV3::TestItem
|
3030
|
+
command.query['externalChannelId'] = external_channel_id unless external_channel_id.nil?
|
3029
3031
|
command.query['part'] = part unless part.nil?
|
3030
3032
|
command.query['fields'] = fields unless fields.nil?
|
3031
3033
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
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.11.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-09-
|
11
|
+
date: 2021-09-13 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/master/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.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-youtube_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|