google-apis-youtube_v3 0.32.0 → 0.33.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: 4cc56a036fa5aa25127f7fef36d414518c33a8978075046c99208ec482e76e90
4
- data.tar.gz: 1f00e030f33943525527d6bee5713842b226753b29ae6dc0cfe5037f4df2ff0f
3
+ metadata.gz: b8008730988f2b607030bde07daf43a0863319d7f289ad94904557c7ffb3eea9
4
+ data.tar.gz: 7e5c4fbf122e02fcef9da88c17bfe316582690a2efa3cb1b837ffb4beedf092b
5
5
  SHA512:
6
- metadata.gz: bdcd9211ec4b42d4b06f702cb0a02d6bad46cd6eb5f98a5d8764373fe515dddb123cd39245aa9ad48a14449bbff4cf85aaf353f7637c39c761c55677b3360d94
7
- data.tar.gz: d3140d6caddea5c6642fcb380b4c2a79308e4969a81e5073b654fbe514ec8ac897c25a6e54e349dbf6e85a0c40cbc32b6bb177a60929cc3c4c88a7da4973a7cf
6
+ metadata.gz: cf2215272ae554360b0228f515af12ee48e84d8f60c8b344520ca184701396ec290b6129a1a0dbe325562ede0f0e42a375ca0af6e794f8f0950e019d29d61d84
7
+ data.tar.gz: 57104db348dfce0dbebc51523a1c086d437f4a1ef99b3db38d7e267477be62373e65ed6f0d4c5188b4de3477a5d5b5835d4070c5bef065def9d63dd8f96c6990
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.33.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230904
6
+
3
7
  ### v0.32.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230822
@@ -2931,10 +2931,10 @@ module Google
2931
2931
  # @return [String]
2932
2932
  attr_accessor :pause_ads_until
2933
2933
 
2934
- # Interval frequency that api uses to insert cuepoints automatically.
2935
- # Corresponds to the JSON property `repeatInterval`
2936
- # @return [String]
2937
- attr_accessor :repeat_interval
2934
+ # Interval frequency in seconds that api uses to insert cuepoints automatically.
2935
+ # Corresponds to the JSON property `repeatIntervalSecs`
2936
+ # @return [Fixnum]
2937
+ attr_accessor :repeat_interval_secs
2938
2938
 
2939
2939
  # The strategy to use when scheduling cuepoints.
2940
2940
  # Corresponds to the JSON property `scheduleStrategy`
@@ -2949,7 +2949,7 @@ module Google
2949
2949
  def update!(**args)
2950
2950
  @enabled = args[:enabled] if args.key?(:enabled)
2951
2951
  @pause_ads_until = args[:pause_ads_until] if args.key?(:pause_ads_until)
2952
- @repeat_interval = args[:repeat_interval] if args.key?(:repeat_interval)
2952
+ @repeat_interval_secs = args[:repeat_interval_secs] if args.key?(:repeat_interval_secs)
2953
2953
  @schedule_strategy = args[:schedule_strategy] if args.key?(:schedule_strategy)
2954
2954
  end
2955
2955
  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.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230822"
25
+ REVISION = "20230904"
26
26
  end
27
27
  end
28
28
  end
@@ -1906,7 +1906,7 @@ module Google
1906
1906
  class Representation < Google::Apis::Core::JsonRepresentation
1907
1907
  property :enabled, as: 'enabled'
1908
1908
  property :pause_ads_until, as: 'pauseAdsUntil'
1909
- property :repeat_interval, as: 'repeatInterval'
1909
+ property :repeat_interval_secs, as: 'repeatIntervalSecs'
1910
1910
  property :schedule_strategy, as: 'scheduleStrategy'
1911
1911
  end
1912
1912
  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.32.0
4
+ version: 0.33.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-27 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.33.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: []