diff --git a/DiscoveryJson/youtube.v3.json b/DiscoveryJson/youtube.v3.json
index b63f47563fb..5d6de359679 100644
--- a/DiscoveryJson/youtube.v3.json
+++ b/DiscoveryJson/youtube.v3.json
@@ -4133,7 +4133,7 @@
}
}
},
- "revision": "20241010",
+ "revision": "20241022",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
@@ -8118,7 +8118,7 @@
"type": "object"
},
"InvideoBranding": {
- "description": "LINT.IfChange Describes an invideo branding.",
+ "description": "Describes an invideo branding.",
"id": "InvideoBranding",
"properties": {
"imageBytes": {
@@ -8132,6 +8132,7 @@
},
"position": {
"$ref": "InvideoPosition",
+ "deprecated": true,
"description": "The spatial position within the video where the branding watermark will be displayed."
},
"targetChannelId": {
@@ -10823,6 +10824,10 @@
"TestItem": {
"id": "TestItem",
"properties": {
+ "etag": {
+ "description": "Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.",
+ "type": "string"
+ },
"featuredPart": {
"type": "boolean"
},
diff --git a/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.cs b/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.cs
index 1cbce5b2608..6032b3c2341 100644
--- a/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.cs
+++ b/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.cs
@@ -13395,7 +13395,7 @@ public class IngestionInfo : Google.Apis.Requests.IDirectResponseSchema
public virtual string ETag { get; set; }
}
- /// LINT.IfChange Describes an invideo branding.
+ /// Describes an invideo branding.
public class InvideoBranding : Google.Apis.Requests.IDirectResponseSchema
{
/// The bytes the uploaded image. Only used in api to youtube communication.
@@ -16156,6 +16156,10 @@ public class SuperStickerMetadata : Google.Apis.Requests.IDirectResponseSchema
public class TestItem : Google.Apis.Requests.IDirectResponseSchema
{
+ /// Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.
+ [Newtonsoft.Json.JsonPropertyAttribute("etag")]
+ public virtual string ETag { get; set; }
+
[Newtonsoft.Json.JsonPropertyAttribute("featuredPart")]
public virtual System.Nullable FeaturedPart { get; set; }
@@ -16167,9 +16171,6 @@ public class TestItem : Google.Apis.Requests.IDirectResponseSchema
[Newtonsoft.Json.JsonPropertyAttribute("snippet")]
public virtual TestItemTestItemSnippet Snippet { get; set; }
-
- /// The ETag of the item.
- public virtual string ETag { get; set; }
}
public class TestItemTestItemSnippet : Google.Apis.Requests.IDirectResponseSchema
diff --git a/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.csproj b/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.csproj
index 03572960b2f..161e8d43f83 100644
--- a/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.csproj
+++ b/Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.csproj
@@ -3,7 +3,7 @@
Google.Apis.YouTube.v3 Client Library
- 1.68.0.3570
+ 1.68.0.3582
Google LLC
Copyright 2024 Google LLC
Google