Skip to content

Commit afba7da

Browse files
committed
feat: Generate Google.Apis.YouTubeReporting.v1 version 1.73.0.3979
1 parent ab53f4d commit afba7da

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

DiscoveryJson/youtubereporting.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
}
412412
}
413413
},
414-
"revision": "20230704",
414+
"revision": "20251123",
415415
"rootUrl": "https://youtubereporting.googleapis.com/",
416416
"schemas": {
417417
"Empty": {
@@ -433,6 +433,11 @@
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",

Src/Generated/Google.Apis.YouTubeReporting.v1/Google.Apis.YouTubeReporting.v1.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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; }

Src/Generated/Google.Apis.YouTubeReporting.v1/Google.Apis.YouTubeReporting.v1.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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>
@@ -59,8 +59,8 @@
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>

0 commit comments

Comments
 (0)