Skip to content

Commit a25b227

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.Walletobjects.v1 version 1.73.0.3988
1 parent 837c278 commit a25b227

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

DiscoveryJson/walletobjects.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,7 @@
27112711
}
27122712
}
27132713
},
2714-
"revision": "20250909",
2714+
"revision": "20251202",
27152715
"rootUrl": "https://walletobjects.googleapis.com/",
27162716
"schemas": {
27172717
"ActivationOptions": {
@@ -3026,6 +3026,11 @@
30263026
"description": "The blob id, e.g., /blobstore/prod/playground/scotty",
30273027
"type": "string"
30283028
},
3029+
"downloadExternalReadToken": {
3030+
"description": "A serialized External Read Token passed from Bigstore -> Scotty for a GCS download. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.",
3031+
"format": "byte",
3032+
"type": "string"
3033+
},
30293034
"downloadReadHandle": {
30303035
"description": "Read handle passed from Bigstore -> Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.",
30313036
"format": "byte",

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6790,6 +6790,13 @@ public class Blobstore2Info : Google.Apis.Requests.IDirectResponseSchema
67906790
[Newtonsoft.Json.JsonPropertyAttribute("blobId")]
67916791
public virtual string BlobId { get; set; }
67926792

6793+
/// <summary>
6794+
/// A serialized External Read Token passed from Bigstore -&amp;gt; Scotty for a GCS download. This field must
6795+
/// never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
6796+
/// </summary>
6797+
[Newtonsoft.Json.JsonPropertyAttribute("downloadExternalReadToken")]
6798+
public virtual string DownloadExternalReadToken { get; set; }
6799+
67936800
/// <summary>
67946801
/// Read handle passed from Bigstore -&amp;gt; Scotty for a GCS download. This is a signed, serialized
67956802
/// blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.Walletobjects.v1 Client Library</Title>
6-
<Version>1.70.0.3904</Version>
6+
<Version>1.73.0.3988</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -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.70.0" />
63-
<PackageReference Include="Google.Apis.Auth" Version="1.70.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)