google-apis-youtube_v3 0.16.0 → 0.17.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: 149d0bcfef2949e9b76dcaa9d5e66df5a1a47391183d5529421cfd4f52caaee7
4
- data.tar.gz: f25b33212be23f1b0258f121801a2b7e2e4304b91d6cf90d5af44dcad43b9d7b
3
+ metadata.gz: 9f80197aac8760d2e7279f5dcd4750602bcda5b67ff87fa509ad8f30f55dbbad
4
+ data.tar.gz: 941a106874bf1e70ca9867a02c872135dc8891627404d1ec1537c6de8a0891eb
5
5
  SHA512:
6
- metadata.gz: f0d0f78cf357bd15ca815dfffcb03ad4653cefad082e0e84956064ae1380305eb50a1f191651280ef09ef29167af11f17c570320fbcfa39746bc1d9ac07c4d75
7
- data.tar.gz: f04df38762a3d88a0c358a963317cb58dd645e5e5837aa2e5789371cfeb059975d0eec39fa941d371e955a656df68c69613813438fb595506226073e9593e547
6
+ metadata.gz: abca7a517d9067a622c4dcb32f48c4a3de6bd85fcc7d490666317f51dd6474c034c13908fbef6e190539b531de2527924bd3be26398103133223cf2d9fa8fa35
7
+ data.tar.gz: cddeeb8927a2ab4b131c13a43789853f4b4d82f49110163badaddec3ec31f211ed532b2e4f24c42d8b6a0dd0e01dcea1d06c94b7ab3d4d7a39708ae49fda5855
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.17.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220320
6
+
3
7
  ### v0.16.0 (2022-03-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220312
@@ -1911,6 +1911,11 @@ module Google
1911
1911
  class ChannelToStoreLinkDetails
1912
1912
  include Google::Apis::Core::Hashable
1913
1913
 
1914
+ # Google Merchant Center id of the store.
1915
+ # Corresponds to the JSON property `merchantId`
1916
+ # @return [Fixnum]
1917
+ attr_accessor :merchant_id
1918
+
1914
1919
  # Name of the store.
1915
1920
  # Corresponds to the JSON property `storeName`
1916
1921
  # @return [String]
@@ -1927,6 +1932,7 @@ module Google
1927
1932
 
1928
1933
  # Update properties of this object
1929
1934
  def update!(**args)
1935
+ @merchant_id = args[:merchant_id] if args.key?(:merchant_id)
1930
1936
  @store_name = args[:store_name] if args.key?(:store_name)
1931
1937
  @store_url = args[:store_url] if args.key?(:store_url)
1932
1938
  end
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220312"
25
+ REVISION = "20220320"
26
26
  end
27
27
  end
28
28
  end
@@ -1664,6 +1664,7 @@ module Google
1664
1664
  class ChannelToStoreLinkDetails
1665
1665
  # @private
1666
1666
  class Representation < Google::Apis::Core::JsonRepresentation
1667
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
1667
1668
  property :store_name, as: 'storeName'
1668
1669
  property :store_url, as: 'storeUrl'
1669
1670
  end
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.16.0
4
+ version: 0.17.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: 2022-03-21 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.17.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: []