File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed
generated/google-apis-youtube_v3
lib/google/apis/youtube_v3 Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -342534,6 +342534,7 @@
342534342534"/youtube:v3/SuperStickerMetadata/altTextLanguage": alt_text_language
342535342535"/youtube:v3/SuperStickerMetadata/stickerId": sticker_id
342536342536"/youtube:v3/TestItem": test_item
342537+ "/youtube:v3/TestItem/etag": etag
342537342538"/youtube:v3/TestItem/featuredPart": featured_part
342538342539"/youtube:v3/TestItem/gaia": gaia
342539342540"/youtube:v3/TestItem/id": id
Original file line number Diff line number Diff line change 11# Release history for google-apis-youtube_v3
22
3+ ### v0.48.0 (2024-10-27)
4+
5+ * Regenerated from discovery document revision 20241022
6+
37### v0.47.0 (2024-10-13)
48
59* Regenerated from discovery document revision 20241010
Original file line number Diff line number Diff line change @@ -3465,7 +3465,7 @@ def update!(**args)
34653465 end
34663466 end
34673467
3468- # LINT.IfChange Describes an invideo branding.
3468+ # Describes an invideo branding.
34693469 class InvideoBranding
34703470 include Google ::Apis ::Core ::Hashable
34713471
@@ -7297,6 +7297,11 @@ def update!(**args)
72977297 class TestItem
72987298 include Google ::Apis ::Core ::Hashable
72997299
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+
73007305 #
73017306 # Corresponds to the JSON property `featuredPart`
73027307 # @return [Boolean]
@@ -7324,6 +7329,7 @@ def initialize(**args)
73247329
73257330 # Update properties of this object
73267331 def update! ( **args )
7332+ @etag = args [ :etag ] if args . key? ( :etag )
73277333 @featured_part = args [ :featured_part ] if args . key? ( :featured_part )
73287334 @gaia = args [ :gaia ] if args . key? ( :gaia )
73297335 @id = args [ :id ] if args . key? ( :id )
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module YoutubeV3
1818 # Version of the google-apis-youtube_v3 gem
19- GEM_VERSION = "0.47 .0"
19+ GEM_VERSION = "0.48 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.15.1"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241010 "
25+ REVISION = "20241022 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -3128,6 +3128,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
31283128 class TestItem
31293129 # @private
31303130 class Representation < Google ::Apis ::Core ::JsonRepresentation
3131+ property :etag , as : 'etag'
31313132 property :featured_part , as : 'featuredPart'
31323133 property :gaia , :numeric_string => true , as : 'gaia'
31333134 property :id , as : 'id'
You can’t perform that action at this time.
0 commit comments