google-apis-youtube_v3 0.31.0 → 0.32.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: 4cc56a036fa5aa25127f7fef36d414518c33a8978075046c99208ec482e76e90
|
4
|
+
data.tar.gz: 1f00e030f33943525527d6bee5713842b226753b29ae6dc0cfe5037f4df2ff0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdcd9211ec4b42d4b06f702cb0a02d6bad46cd6eb5f98a5d8764373fe515dddb123cd39245aa9ad48a14449bbff4cf85aaf353f7637c39c761c55677b3360d94
|
7
|
+
data.tar.gz: d3140d6caddea5c6642fcb380b4c2a79308e4969a81e5073b654fbe514ec8ac897c25a6e54e349dbf6e85a0c40cbc32b6bb177a60929cc3c4c88a7da4973a7cf
|
data/CHANGELOG.md
CHANGED
@@ -2926,7 +2926,7 @@ module Google
|
|
2926
2926
|
alias_method :enabled?, :enabled
|
2927
2927
|
|
2928
2928
|
# If set, automatic cuepoint insertion is paused until this timestamp ("No Ad
|
2929
|
-
# Zone").
|
2929
|
+
# Zone"). The value is specified in ISO 8601 format.
|
2930
2930
|
# Corresponds to the JSON property `pauseAdsUntil`
|
2931
2931
|
# @return [String]
|
2932
2932
|
attr_accessor :pause_ads_until
|
@@ -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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230822"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2807,6 +2807,7 @@ module Google
|
|
2807
2807
|
# Filter on embeddable videos.
|
2808
2808
|
# @param [String] video_license
|
2809
2809
|
# Filter on the license of the videos.
|
2810
|
+
# @param [String] video_paid_product_placement
|
2810
2811
|
# @param [String] video_syndicated
|
2811
2812
|
# Filter on syndicated videos.
|
2812
2813
|
# @param [String] video_type
|
@@ -2828,7 +2829,7 @@ module Google
|
|
2828
2829
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2829
2830
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2830
2831
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2831
|
-
def list_searches(part, channel_id: nil, channel_type: nil, event_type: nil, for_content_owner: nil, for_developer: nil, for_mine: nil, location: nil, location_radius: nil, max_results: nil, on_behalf_of_content_owner: nil, order: nil, page_token: nil, published_after: nil, published_before: nil, q: nil, region_code: nil, related_to_video_id: nil, relevance_language: nil, safe_search: nil, topic_id: nil, type: nil, video_caption: nil, video_category_id: nil, video_definition: nil, video_dimension: nil, video_duration: nil, video_embeddable: nil, video_license: nil, video_syndicated: nil, video_type: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2832
|
+
def list_searches(part, channel_id: nil, channel_type: nil, event_type: nil, for_content_owner: nil, for_developer: nil, for_mine: nil, location: nil, location_radius: nil, max_results: nil, on_behalf_of_content_owner: nil, order: nil, page_token: nil, published_after: nil, published_before: nil, q: nil, region_code: nil, related_to_video_id: nil, relevance_language: nil, safe_search: nil, topic_id: nil, type: nil, video_caption: nil, video_category_id: nil, video_definition: nil, video_dimension: nil, video_duration: nil, video_embeddable: nil, video_license: nil, video_paid_product_placement: nil, video_syndicated: nil, video_type: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2832
2833
|
command = make_simple_command(:get, 'youtube/v3/search', options)
|
2833
2834
|
command.response_representation = Google::Apis::YoutubeV3::SearchListsResponse::Representation
|
2834
2835
|
command.response_class = Google::Apis::YoutubeV3::SearchListsResponse
|
@@ -2861,6 +2862,7 @@ module Google
|
|
2861
2862
|
command.query['videoDuration'] = video_duration unless video_duration.nil?
|
2862
2863
|
command.query['videoEmbeddable'] = video_embeddable unless video_embeddable.nil?
|
2863
2864
|
command.query['videoLicense'] = video_license unless video_license.nil?
|
2865
|
+
command.query['videoPaidProductPlacement'] = video_paid_product_placement unless video_paid_product_placement.nil?
|
2864
2866
|
command.query['videoSyndicated'] = video_syndicated unless video_syndicated.nil?
|
2865
2867
|
command.query['videoType'] = video_type unless video_type.nil?
|
2866
2868
|
command.query['fields'] = fields unless fields.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.32.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: 2023-08-
|
11
|
+
date: 2023-08-27 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.32.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.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for YouTube Data API v3 V3
|