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: 05e6942c32a6d1da9522f9ed39d379a0ad156d4d0569b71ca053d59b3f77c1cf
4
- data.tar.gz: 8317fdba54bba037930338dd736b903a773399fbb12a30c199ae6898ca1abd33
3
+ metadata.gz: e87939f9d636cd349063caa20cc2bcd1512765e7fd188105801ae40d210c37bc
4
+ data.tar.gz: 39e0bd181b5c7086b1980f9aff132582e6d1022df9a875d5147654903add8a47
5
5
  SHA512:
6
- metadata.gz: 4b93cb1b95061f81b82be5629e9274844957446de63b68c24d7ff4814358239dbeb72d91af8aa06ff83e6cec109a0aa821cbbaaad5d425f2f09d1cbe69525b10
7
- data.tar.gz: 046ef74408bbc06c71f05ee28f1c953589e006c47e630eaa6bd3780de767c4f39a9bc094cbff33f4784c3980539f991c9ae8e07dd68940c5d56723d224841168
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.6.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210410"
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.6.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-05-24 00:00:00.000000000 Z
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.6.0
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: []