google-apis-youtube_v3 0.47.0 → 0.49.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: 01666c451e16ee227450f0af2a77ba8faeaeb0d73d0c61c2366c2da71a2ceb20
4
- data.tar.gz: b565991c9639c269a7fb17d0ec5c293886ebc6b7cc3cb6284c87d1afb0355ac0
3
+ metadata.gz: 9049a8891eb339ffc1c6192db655d9bd809d959fe88d34d25fd3cfc581c790f1
4
+ data.tar.gz: a2095e0eb7c7c21a0e01051a34731a105be6fa4ff94b2dc53178ed5b268f9662
5
5
  SHA512:
6
- metadata.gz: d2826994f9b2d6e74beb372b98e9a7f4dcbf1368f1cc9d3f77487e302adb89bf9bde6f2e877bfacd4815e13f6f88f3700169d31ec6471fa967480ef5dc2f87f3
7
- data.tar.gz: c79e7664c231954e1d912a80fce33a104437b40305ff2c03afa0342a8e9b39225b5322a786c5e8308aad11ca98694e82bbdc39090a99e479a605eb6cda529aa9
6
+ metadata.gz: 6298086dd28e9d462dde9b4c9b382aa5faf81f5cd7ebf5c0b79354add1f863a412ad5ac12d7412964e1b9cc136e3fbd7e55f0556353592e2acac1d464a43e04e
7
+ data.tar.gz: 93b42bde6df76b56b00c99fdcff10a42d5c8029da95f546eed3d75b741120615d0b9dde07b83e90a84a60d968da739467fc9ac8882089ce1b481262be4d5374a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.49.0 (2024-11-03)
4
+
5
+ * Regenerated from discovery document revision 20241031
6
+
7
+ ### v0.48.0 (2024-10-27)
8
+
9
+ * Regenerated from discovery document revision 20241022
10
+
3
11
  ### v0.47.0 (2024-10-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20241010
@@ -3465,7 +3465,7 @@ module Google
3465
3465
  end
3466
3466
  end
3467
3467
 
3468
- # LINT.IfChange Describes an invideo branding.
3468
+ # Describes an invideo branding.
3469
3469
  class InvideoBranding
3470
3470
  include Google::Apis::Core::Hashable
3471
3471
 
@@ -6194,7 +6194,7 @@ module Google
6194
6194
  attr_accessor :items
6195
6195
 
6196
6196
  # Identifies what kind of resource this is. Value: the fixed string "youtube#
6197
- # playlistItemListResponse". Etag of this resource.
6197
+ # playlistItemListResponse".
6198
6198
  # Corresponds to the JSON property `kind`
6199
6199
  # @return [String]
6200
6200
  attr_accessor :kind
@@ -7297,6 +7297,11 @@ module Google
7297
7297
  class TestItem
7298
7298
  include Google::Apis::Core::Hashable
7299
7299
 
7300
+ # Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.
7301
+ # Corresponds to the JSON property `etag`
7302
+ # @return [String]
7303
+ attr_accessor :etag
7304
+
7300
7305
  #
7301
7306
  # Corresponds to the JSON property `featuredPart`
7302
7307
  # @return [Boolean]
@@ -7324,6 +7329,7 @@ module Google
7324
7329
 
7325
7330
  # Update properties of this object
7326
7331
  def update!(**args)
7332
+ @etag = args[:etag] if args.key?(:etag)
7327
7333
  @featured_part = args[:featured_part] if args.key?(:featured_part)
7328
7334
  @gaia = args[:gaia] if args.key?(:gaia)
7329
7335
  @id = args[:id] if args.key?(:id)
@@ -9015,6 +9021,12 @@ module Google
9015
9021
  class VideoStatus
9016
9022
  include Google::Apis::Core::Hashable
9017
9023
 
9024
+ # Indicates if the video contains altered or synthetic media.
9025
+ # Corresponds to the JSON property `containsSyntheticMedia`
9026
+ # @return [Boolean]
9027
+ attr_accessor :contains_synthetic_media
9028
+ alias_method :contains_synthetic_media?, :contains_synthetic_media
9029
+
9018
9030
  # This value indicates if the video can be embedded on another website. @mutable
9019
9031
  # youtube.videos.insert youtube.videos.update
9020
9032
  # Corresponds to the JSON property `embeddable`
@@ -9082,6 +9094,7 @@ module Google
9082
9094
 
9083
9095
  # Update properties of this object
9084
9096
  def update!(**args)
9097
+ @contains_synthetic_media = args[:contains_synthetic_media] if args.key?(:contains_synthetic_media)
9085
9098
  @embeddable = args[:embeddable] if args.key?(:embeddable)
9086
9099
  @failure_reason = args[:failure_reason] if args.key?(:failure_reason)
9087
9100
  @license = args[:license] if args.key?(:license)
@@ -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.47.0"
19
+ GEM_VERSION = "0.49.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 = "20241010"
25
+ REVISION = "20241031"
26
26
  end
27
27
  end
28
28
  end
@@ -3128,6 +3128,7 @@ module Google
3128
3128
  class TestItem
3129
3129
  # @private
3130
3130
  class Representation < Google::Apis::Core::JsonRepresentation
3131
+ property :etag, as: 'etag'
3131
3132
  property :featured_part, as: 'featuredPart'
3132
3133
  property :gaia, :numeric_string => true, as: 'gaia'
3133
3134
  property :id, as: 'id'
@@ -3593,6 +3594,7 @@ module Google
3593
3594
  class VideoStatus
3594
3595
  # @private
3595
3596
  class Representation < Google::Apis::Core::JsonRepresentation
3597
+ property :contains_synthetic_media, as: 'containsSyntheticMedia'
3596
3598
  property :embeddable, as: 'embeddable'
3597
3599
  property :failure_reason, as: 'failureReason'
3598
3600
  property :license, as: 'license'
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.47.0
4
+ version: 0.49.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-10-13 00:00:00.000000000 Z
11
+ date: 2024-11-03 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.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.49.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: []