Skip to content

Commit

Permalink
feat: Generate Google.Apis.YouTube.v3 version 1.68.0.3582
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Oct 23, 2024
1 parent 1b3f97c commit aebb902
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 7 additions & 2 deletions DiscoveryJson/youtube.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4133,7 +4133,7 @@
}
}
},
"revision": "20241010",
"revision": "20241022",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -8118,7 +8118,7 @@
"type": "object"
},
"InvideoBranding": {
"description": "LINT.IfChange Describes an invideo branding.",
"description": "Describes an invideo branding.",
"id": "InvideoBranding",
"properties": {
"imageBytes": {
Expand All @@ -8132,6 +8132,7 @@
},
"position": {
"$ref": "InvideoPosition",
"deprecated": true,
"description": "The spatial position within the video where the branding watermark will be displayed."
},
"targetChannelId": {
Expand Down Expand Up @@ -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"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13395,7 +13395,7 @@ public class IngestionInfo : Google.Apis.Requests.IDirectResponseSchema
public virtual string ETag { get; set; }
}

/// <summary>LINT.IfChange Describes an invideo branding.</summary>
/// <summary>Describes an invideo branding.</summary>
public class InvideoBranding : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>The bytes the uploaded image. Only used in api to youtube communication.</summary>
Expand Down Expand Up @@ -16156,6 +16156,10 @@ public class SuperStickerMetadata : Google.Apis.Requests.IDirectResponseSchema

public class TestItem : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("etag")]
public virtual string ETag { get; set; }

[Newtonsoft.Json.JsonPropertyAttribute("featuredPart")]
public virtual System.Nullable<bool> FeaturedPart { get; set; }

Expand All @@ -16167,9 +16171,6 @@ public class TestItem : Google.Apis.Requests.IDirectResponseSchema

[Newtonsoft.Json.JsonPropertyAttribute("snippet")]
public virtual TestItemTestItemSnippet Snippet { get; set; }

/// <summary>The ETag of the item.</summary>
public virtual string ETag { get; set; }
}

public class TestItemTestItemSnippet : Google.Apis.Requests.IDirectResponseSchema
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.3570</Version>
<Version>1.68.0.3582</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit aebb902

Please sign in to comment.