Skip to content

Commit

Permalink
feat: Generate Google.Apis.YouTube.v3 version 1.68.0.3653
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Jan 6, 2025
1 parent 800e24a commit eff7e35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/youtube.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4072,7 +4072,7 @@
}
}
},
"revision": "20241203",
"revision": "20250101",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -12219,7 +12219,7 @@
"type": "object"
},
"VideoSuggestionsTagSuggestion": {
"description": "A single tag suggestion with it's relevance information.",
"description": "A single tag suggestion with its relevance information.",
"id": "VideoSuggestionsTagSuggestion",
"properties": {
"categoryRestricts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -17423,7 +17423,7 @@ public class VideoSuggestions : Google.Apis.Requests.IDirectResponseSchema
public virtual string ETag { get; set; }
}

/// <summary>A single tag suggestion with it's relevance information.</summary>
/// <summary>A single tag suggestion with its relevance information.</summary>
public class VideoSuggestionsTagSuggestion : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.YouTube.v3 Client Library</Title>
<Version>1.68.0.3624</Version>
<Version>1.68.0.3653</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit eff7e35

Please sign in to comment.