Skip to content

Commit 758aa2a

Browse files
feat(walletobjects): update the API
#### walletobjects:v1 The following keys were added: - schemas.Blobstore2Info.properties.downloadExternalReadToken.description - schemas.Blobstore2Info.properties.downloadExternalReadToken.format - schemas.Blobstore2Info.properties.downloadExternalReadToken.type
1 parent 6adcb0d commit 758aa2a

File tree

2 files changed

+87
-155
lines changed

2 files changed

+87
-155
lines changed

discovery/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",

0 commit comments

Comments
 (0)