Skip to content

Commit

Permalink
feat: Generate Google.Apis.YouTube.v3 version 1.68.0.3591
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Nov 4, 2024
1 parent ebf63ad commit 74ed40e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 6 additions & 2 deletions DiscoveryJson/youtube.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4133,7 +4133,7 @@
}
}
},
"revision": "20241022",
"revision": "20241031",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15339,8 +15339,7 @@ public class PlaylistItemListResponse : Google.Apis.Requests.IDirectResponseSche
public virtual System.Collections.Generic.IList<PlaylistItem> Items { get; set; }

/// <summary>
/// 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".
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("kind")]
public virtual string Kind { get; set; }
Expand Down Expand Up @@ -17440,6 +17439,10 @@ public class VideoStatistics : Google.Apis.Requests.IDirectResponseSchema
/// <summary>Basic details about a video category, such as its localized title. Next Id: 19</summary>
public class VideoStatus : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>Indicates if the video contains altered or synthetic media.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("containsSyntheticMedia")]
public virtual System.Nullable<bool> ContainsSyntheticMedia { get; set; }

/// <summary>
/// This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert
/// youtube.videos.update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.YouTube.v3 Client Library</Title>
<Version>1.68.0.3582</Version>
<Version>1.68.0.3591</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 74ed40e

Please sign in to comment.