google-apis-youtube_v3 0.49.0 → 0.51.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: 9049a8891eb339ffc1c6192db655d9bd809d959fe88d34d25fd3cfc581c790f1
4
- data.tar.gz: a2095e0eb7c7c21a0e01051a34731a105be6fa4ff94b2dc53178ed5b268f9662
3
+ metadata.gz: 2444032818d50d21fa89ad08c7e1b0203cbb11b2799ce8a4dea2822134fbf1cc
4
+ data.tar.gz: 0d82c93266c3427edf5b840819dc4b2f36905a8caaf2973b0524d49d506bdb66
5
5
  SHA512:
6
- metadata.gz: 6298086dd28e9d462dde9b4c9b382aa5faf81f5cd7ebf5c0b79354add1f863a412ad5ac12d7412964e1b9cc136e3fbd7e55f0556353592e2acac1d464a43e04e
7
- data.tar.gz: 93b42bde6df76b56b00c99fdcff10a42d5c8029da95f546eed3d75b741120615d0b9dde07b83e90a84a60d968da739467fc9ac8882089ce1b481262be4d5374a
6
+ metadata.gz: 0e5fbe2851cb67a47474f7149493132ae4e11f5259b5841013666edfcc34ce213b355858d0d7c8aa36fa8edbb7f4e9d4b263a94d5e2e540da7b5d62abd221545
7
+ data.tar.gz: 59dc30f15ac2b36c664d71cf61dce82cebaa3c95e94cf9fea05bc880319ff79423029f4eb8a94a987d78e273f31c3339c89b5583c2f4b20f81348271fc803413
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.51.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241117
6
+
7
+ ### v0.50.0 (2024-11-10)
8
+
9
+ * Regenerated from discovery document revision 20241105
10
+
3
11
  ### v0.49.0 (2024-11-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20241031
@@ -1916,6 +1916,11 @@ module Google
1916
1916
  # @return [Google::Apis::YoutubeV3::ChannelToStoreLinkDetailsBillingDetails]
1917
1917
  attr_accessor :billing_details
1918
1918
 
1919
+ # Information specific to merchant affiliate program.
1920
+ # Corresponds to the JSON property `merchantAffiliateProgramDetails`
1921
+ # @return [Google::Apis::YoutubeV3::ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails]
1922
+ attr_accessor :merchant_affiliate_program_details
1923
+
1919
1924
  # Google Merchant Center id of the store.
1920
1925
  # Corresponds to the JSON property `merchantId`
1921
1926
  # @return [Fixnum]
@@ -1938,6 +1943,7 @@ module Google
1938
1943
  # Update properties of this object
1939
1944
  def update!(**args)
1940
1945
  @billing_details = args[:billing_details] if args.key?(:billing_details)
1946
+ @merchant_affiliate_program_details = args[:merchant_affiliate_program_details] if args.key?(:merchant_affiliate_program_details)
1941
1947
  @merchant_id = args[:merchant_id] if args.key?(:merchant_id)
1942
1948
  @store_name = args[:store_name] if args.key?(:store_name)
1943
1949
  @store_url = args[:store_url] if args.key?(:store_url)
@@ -1963,6 +1969,25 @@ module Google
1963
1969
  end
1964
1970
  end
1965
1971
 
1972
+ # Information specific to merchant affiliate program.
1973
+ class ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails
1974
+ include Google::Apis::Core::Hashable
1975
+
1976
+ # The current merchant affiliate program status.
1977
+ # Corresponds to the JSON property `status`
1978
+ # @return [String]
1979
+ attr_accessor :status
1980
+
1981
+ def initialize(**args)
1982
+ update!(**args)
1983
+ end
1984
+
1985
+ # Update properties of this object
1986
+ def update!(**args)
1987
+ @status = args[:status] if args.key?(:status)
1988
+ end
1989
+ end
1990
+
1966
1991
  # Freebase topic information related to the channel.
1967
1992
  class ChannelTopicDetails
1968
1993
  include Google::Apis::Core::Hashable
@@ -8565,7 +8590,7 @@ module Google
8565
8590
  attr_accessor :concurrent_viewers
8566
8591
 
8567
8592
  # The time that the broadcast is scheduled to end. If the value is empty or the
8568
- # property is not present, then the broadcast is scheduled to contiue
8593
+ # property is not present, then the broadcast is scheduled to continue
8569
8594
  # indefinitely.
8570
8595
  # Corresponds to the JSON property `scheduledEndTime`
8571
8596
  # @return [DateTime]
@@ -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.49.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241031"
25
+ REVISION = "20241117"
26
26
  end
27
27
  end
28
28
  end
@@ -298,6 +298,12 @@ module Google
298
298
  include Google::Apis::Core::JsonObjectSupport
299
299
  end
300
300
 
301
+ class ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
301
307
  class ChannelTopicDetails
302
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
309
 
@@ -1738,6 +1744,8 @@ module Google
1738
1744
  class Representation < Google::Apis::Core::JsonRepresentation
1739
1745
  property :billing_details, as: 'billingDetails', class: Google::Apis::YoutubeV3::ChannelToStoreLinkDetailsBillingDetails, decorator: Google::Apis::YoutubeV3::ChannelToStoreLinkDetailsBillingDetails::Representation
1740
1746
 
1747
+ property :merchant_affiliate_program_details, as: 'merchantAffiliateProgramDetails', class: Google::Apis::YoutubeV3::ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails, decorator: Google::Apis::YoutubeV3::ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails::Representation
1748
+
1741
1749
  property :merchant_id, :numeric_string => true, as: 'merchantId'
1742
1750
  property :store_name, as: 'storeName'
1743
1751
  property :store_url, as: 'storeUrl'
@@ -1751,6 +1759,13 @@ module Google
1751
1759
  end
1752
1760
  end
1753
1761
 
1762
+ class ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails
1763
+ # @private
1764
+ class Representation < Google::Apis::Core::JsonRepresentation
1765
+ property :status, as: 'status'
1766
+ end
1767
+ end
1768
+
1754
1769
  class ChannelTopicDetails
1755
1770
  # @private
1756
1771
  class Representation < Google::Apis::Core::JsonRepresentation
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.49.0
4
+ version: 0.51.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: 2024-11-03 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.51.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.5.21
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for YouTube Data API v3 V3