google-apis-youtube_v3 0.21.0 → 0.22.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: 254d2a6ee075c2b514c4f7e7fcceb1835a941dcfadb37fbaf7d7841cbb273bb1
4
- data.tar.gz: 91b830e4708b4952aecef8fd412d208133fd92a7d47058946873ed54326c1c8b
3
+ metadata.gz: a88bb8385109c8276c55fd7ccee78505062c3dc30288d51b581939c545112ec1
4
+ data.tar.gz: 03d5c9c39532c20e9519faf629c419f65887978e2e14d9fd69e0fab0fe588e63
5
5
  SHA512:
6
- metadata.gz: 851bd1134cf109421a85b7791d7a339ea96e309644e7b5de22526bc1972aaa1af470c481f429816ea41c7f325eb61908a8e8c3f899d37250afc37591a330db69
7
- data.tar.gz: bcca2a2e94975bd12fb6222e17192f0fb506e754ff472075d4d3bdaba5458a048108e4f8630ba37b045360edd2217fb366189d5e70f7508f6e01e70fb6f43a3f
6
+ metadata.gz: 683856bb993020e9038e9b478cd01791b236b61bccf6ebed00616aae7ade29adc7e90924e8905d6879dc3eb8f7f96de9d166a7f9130aecb890c575a4e3b8993a
7
+ data.tar.gz: 93ca7c0ae0b3efcefa8e00dc6a6fc79700f0a308dc6453ae4992fa65b2997f72b0566e834e432a884f5b06ca382fefe74c76b2d6c371a3d949f1b78d353dbc17
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.22.0 (2022-07-15)
4
+
5
+ * Regenerated from discovery document revision 20220713
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.21.0 (2022-06-30)
4
9
 
5
10
  * Regenerated from discovery document revision 20220628
@@ -7379,7 +7379,7 @@ module Google
7379
7379
  # @return [Google::Apis::YoutubeV3::VideoStatistics]
7380
7380
  attr_accessor :statistics
7381
7381
 
7382
- # Basic details about a video category, such as its localized title. Next Id: 17
7382
+ # Basic details about a video category, such as its localized title. Next Id: 18
7383
7383
  # Corresponds to the JSON property `status`
7384
7384
  # @return [Google::Apis::YoutubeV3::VideoStatus]
7385
7385
  attr_accessor :status
@@ -8662,7 +8662,7 @@ module Google
8662
8662
  end
8663
8663
  end
8664
8664
 
8665
- # Basic details about a video category, such as its localized title. Next Id: 17
8665
+ # Basic details about a video category, such as its localized title. Next Id: 18
8666
8666
  class VideoStatus
8667
8667
  include Google::Apis::Core::Hashable
8668
8668
 
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220628"
25
+ REVISION = "20220713"
26
26
  end
27
27
  end
28
28
  end
@@ -1395,6 +1395,7 @@ module Google
1395
1395
  end
1396
1396
 
1397
1397
  # Insert cuepoints in a broadcast
1398
+ # @param [Google::Apis::YoutubeV3::Cuepoint] cuepoint_object
1398
1399
  # @param [String] id
1399
1400
  # Broadcast to insert ads to, or equivalently `external_video_id` for internal
1400
1401
  # use.
@@ -1428,18 +1429,6 @@ module Google
1428
1429
  # liveBroadcast resource properties that the API response will include. The part
1429
1430
  # names that you can include in the parameter value are id, snippet,
1430
1431
  # contentDetails, and status.
1431
- # @param [String] resource_cue_type
1432
- # @param [Fixnum] resource_duration_secs
1433
- # The duration of this cuepoint.
1434
- # @param [String] resource_etag
1435
- # @param [String] resource_id
1436
- # The identifier for cuepoint resource.
1437
- # @param [Fixnum] resource_insertion_offset_time_ms
1438
- # The time when the cuepoint should be inserted by offset to the broadcast
1439
- # actual start time.
1440
- # @param [Fixnum] resource_walltime_ms
1441
- # The wall clock time at which the cuepoint should be inserted. Only one of
1442
- # insertion_offset_time_ms and walltime_ms may be set at a time.
1443
1432
  # @param [String] fields
1444
1433
  # Selector specifying which fields to include in a partial response.
1445
1434
  # @param [String] quota_user
@@ -1457,20 +1446,16 @@ module Google
1457
1446
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1458
1447
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1459
1448
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1460
- def insert_live_broadcast_cuepoint(id: nil, on_behalf_of_content_owner: nil, on_behalf_of_content_owner_channel: nil, part: nil, resource_cue_type: nil, resource_duration_secs: nil, resource_etag: nil, resource_id: nil, resource_insertion_offset_time_ms: nil, resource_walltime_ms: nil, fields: nil, quota_user: nil, options: nil, &block)
1449
+ def insert_live_broadcast_cuepoint(cuepoint_object = nil, id: nil, on_behalf_of_content_owner: nil, on_behalf_of_content_owner_channel: nil, part: nil, fields: nil, quota_user: nil, options: nil, &block)
1461
1450
  command = make_simple_command(:post, 'youtube/v3/liveBroadcasts/cuepoint', options)
1451
+ command.request_representation = Google::Apis::YoutubeV3::Cuepoint::Representation
1452
+ command.request_object = cuepoint_object
1462
1453
  command.response_representation = Google::Apis::YoutubeV3::Cuepoint::Representation
1463
1454
  command.response_class = Google::Apis::YoutubeV3::Cuepoint
1464
1455
  command.query['id'] = id unless id.nil?
1465
1456
  command.query['onBehalfOfContentOwner'] = on_behalf_of_content_owner unless on_behalf_of_content_owner.nil?
1466
1457
  command.query['onBehalfOfContentOwnerChannel'] = on_behalf_of_content_owner_channel unless on_behalf_of_content_owner_channel.nil?
1467
1458
  command.query['part'] = part unless part.nil?
1468
- command.query['resource.cueType'] = resource_cue_type unless resource_cue_type.nil?
1469
- command.query['resource.durationSecs'] = resource_duration_secs unless resource_duration_secs.nil?
1470
- command.query['resource.etag'] = resource_etag unless resource_etag.nil?
1471
- command.query['resource.id'] = resource_id unless resource_id.nil?
1472
- command.query['resource.insertionOffsetTimeMs'] = resource_insertion_offset_time_ms unless resource_insertion_offset_time_ms.nil?
1473
- command.query['resource.walltimeMs'] = resource_walltime_ms unless resource_walltime_ms.nil?
1474
1459
  command.query['fields'] = fields unless fields.nil?
1475
1460
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1476
1461
  execute_or_queue_command(command, &block)
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.21.0
4
+ version: 0.22.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-18 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.22.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: []