google-apis-youtube_v3 0.6.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e87939f9d636cd349063caa20cc2bcd1512765e7fd188105801ae40d210c37bc
|
4
|
+
data.tar.gz: 39e0bd181b5c7086b1980f9aff132582e6d1022df9a875d5147654903add8a47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '097cb51ef8fa3489d8c9f9b18b9571f2af4ff87a7df85d75a27679ab26592cd8911e0b9ce3f3616dcb920197f0e422bb3d79dce058aa33063d875a17eb598e04'
|
7
|
+
data.tar.gz: c0e4c181c8b7c13623f0a95e01dbc81e34b3d7205e70c3a57091a11147a895e94427201acf32111540655a735cfbcfe4af93ee0a499078eeb811c54bf485be44
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-youtube_v3
|
2
2
|
|
3
|
+
### v0.7.0 (2021-06-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210601
|
6
|
+
* Regenerated using generator version 0.3.0
|
7
|
+
|
3
8
|
### v0.6.0 (2021-05-20)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20210410
|
@@ -6760,6 +6760,12 @@ module Google
|
|
6760
6760
|
class TestItem
|
6761
6761
|
include Google::Apis::Core::Hashable
|
6762
6762
|
|
6763
|
+
#
|
6764
|
+
# Corresponds to the JSON property `featuredPart`
|
6765
|
+
# @return [Boolean]
|
6766
|
+
attr_accessor :featured_part
|
6767
|
+
alias_method :featured_part?, :featured_part
|
6768
|
+
|
6763
6769
|
#
|
6764
6770
|
# Corresponds to the JSON property `gaia`
|
6765
6771
|
# @return [Fixnum]
|
@@ -6781,6 +6787,7 @@ module Google
|
|
6781
6787
|
|
6782
6788
|
# Update properties of this object
|
6783
6789
|
def update!(**args)
|
6790
|
+
@featured_part = args[:featured_part] if args.key?(:featured_part)
|
6784
6791
|
@gaia = args[:gaia] if args.key?(:gaia)
|
6785
6792
|
@id = args[:id] if args.key?(:id)
|
6786
6793
|
@snippet = args[:snippet] if args.key?(:snippet)
|
@@ -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.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210601"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2885,6 +2885,7 @@ module Google
|
|
2885
2885
|
class TestItem
|
2886
2886
|
# @private
|
2887
2887
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2888
|
+
property :featured_part, as: 'featuredPart'
|
2888
2889
|
property :gaia, :numeric_string => true, as: 'gaia'
|
2889
2890
|
property :id, as: 'id'
|
2890
2891
|
property :snippet, as: 'snippet', class: Google::Apis::YoutubeV3::TestItemTestItemSnippet, decorator: Google::Apis::YoutubeV3::TestItemTestItemSnippet::Representation
|
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.7.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-
|
11
|
+
date: 2021-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
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.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.7.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-youtube_v3
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|