File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Src/Generated/Google.Apis.YouTubeReporting.v1 Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 411411 }
412412 }
413413 },
414- "revision" : " 20230704 " ,
414+ "revision" : " 20251123 " ,
415415 "rootUrl" : " https://youtubereporting.googleapis.com/" ,
416416 "schemas" : {
417417 "Empty" : {
433433 "description" : " gdata" ,
434434 "type" : " string"
435435 },
436+ "downloadExternalReadToken" : {
437+ "description" : " gdata" ,
438+ "format" : " byte" ,
439+ "type" : " string"
440+ },
436441 "downloadReadHandle" : {
437442 "description" : " gdata" ,
438443 "format" : " byte" ,
Original file line number Diff line number Diff line change 1- // Copyright 2024 Google LLC
1+ // Copyright 2025 Google LLC
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -1133,6 +1133,10 @@ public class GdataBlobstore2Info : Google.Apis.Requests.IDirectResponseSchema
11331133 [ Newtonsoft . Json . JsonPropertyAttribute ( "blobId" ) ]
11341134 public virtual string BlobId { get ; set ; }
11351135
1136+ /// <summary>gdata</summary>
1137+ [ Newtonsoft . Json . JsonPropertyAttribute ( "downloadExternalReadToken" ) ]
1138+ public virtual string DownloadExternalReadToken { get ; set ; }
1139+
11361140 /// <summary>gdata</summary>
11371141 [ Newtonsoft . Json . JsonPropertyAttribute ( "downloadReadHandle" ) ]
11381142 public virtual string DownloadReadHandle { get ; set ; }
Original file line number Diff line number Diff line change 33 <!-- nupkg information -->
44 <PropertyGroup >
55 <Title >Google.Apis.YouTubeReporting.v1 Client Library</Title >
6- <Version >1.68 .0.3106 </Version >
6+ <Version >1.73 .0.3979 </Version >
77 <Authors >Google LLC</Authors >
8- <Copyright >Copyright 2024 Google LLC</Copyright >
8+ <Copyright >Copyright 2025 Google LLC</Copyright >
99 <PackageTags >Google</PackageTags >
1010 <PackageProjectUrl >https://github.com/google/google-api-dotnet-client</PackageProjectUrl >
1111 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
5959 <!-- common dependencies -->
6060 <ItemGroup >
6161 <PackageReference Include =" ConfigureAwaitChecker.Analyzer" Version =" 5.0.0" PrivateAssets =" All" />
62- <PackageReference Include =" Google.Apis" Version =" 1.68 .0" />
63- <PackageReference Include =" Google.Apis.Auth" Version =" 1.68 .0" />
62+ <PackageReference Include =" Google.Apis" Version =" 1.73 .0" />
63+ <PackageReference Include =" Google.Apis.Auth" Version =" 1.73 .0" />
6464 </ItemGroup >
6565
6666</Project >
You can’t perform that action at this time.
0 commit comments