diff --git a/DiscoveryJson/youtube.v3.json b/DiscoveryJson/youtube.v3.json index 5d6de359679..085553dd66a 100644 --- a/DiscoveryJson/youtube.v3.json +++ b/DiscoveryJson/youtube.v3.json @@ -4133,7 +4133,7 @@ } } }, - "revision": "20241022", + "revision": "20241031", "rootUrl": "https://youtube.googleapis.com/", "schemas": { "AbuseReport": { @@ -10076,7 +10076,7 @@ }, "kind": { "default": "youtube#playlistItemListResponse", - "description": "Identifies what kind of resource this is. Value: the fixed string \"youtube#playlistItemListResponse\". Etag of this resource.", + "description": "Identifies what kind of resource this is. Value: the fixed string \"youtube#playlistItemListResponse\".", "type": "string" }, "nextPageToken": { @@ -12018,6 +12018,10 @@ "description": "Basic details about a video category, such as its localized title. Next Id: 19", "id": "VideoStatus", "properties": { + "containsSyntheticMedia": { + "description": "Indicates if the video contains altered or synthetic media.", + "type": "boolean" + }, "embeddable": { "description": "This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update", "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 6032b3c2341..7db40b077b6 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 @@ -15339,8 +15339,7 @@ public class PlaylistItemListResponse : Google.Apis.Requests.IDirectResponseSche public virtual System.Collections.Generic.IList Items { get; set; } /// - /// Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItemListResponse". Etag - /// of this resource. + /// Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItemListResponse". /// [Newtonsoft.Json.JsonPropertyAttribute("kind")] public virtual string Kind { get; set; } @@ -17440,6 +17439,10 @@ public class VideoStatistics : Google.Apis.Requests.IDirectResponseSchema /// Basic details about a video category, such as its localized title. Next Id: 19 public class VideoStatus : Google.Apis.Requests.IDirectResponseSchema { + /// Indicates if the video contains altered or synthetic media. + [Newtonsoft.Json.JsonPropertyAttribute("containsSyntheticMedia")] + public virtual System.Nullable ContainsSyntheticMedia { get; set; } + /// /// This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert /// youtube.videos.update 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 161e8d43f83..7a9fc1e2b7a 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.3582 + 1.68.0.3591 Google LLC Copyright 2024 Google LLC Google