Skip to content

Commit

Permalink
fix(firebaseappdistribution): update the API
Browse files Browse the repository at this point in the history
#### firebaseappdistribution:v1

The following keys were changed:
- schemas.GdataMedia.properties.hash.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jun 6, 2024
1 parent 093cadc commit e928bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/firebaseappdistribution-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@
}
}
},
"revision": "20230808",
"revision": "20240605",
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
"schemas": {
"GdataBlobstore2Info": {
Expand Down Expand Up @@ -1259,7 +1259,7 @@
},
"hash": {
"deprecated": true,
"description": "Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/uploader/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.",
"description": "Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.",
"type": "string"
},
"hashVerified": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/firebaseappdistribution/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export namespace firebaseappdistribution_v1 {
*/
filename?: string | null;
/**
* Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/uploader/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.
* Deprecated, use one of explicit hash type fields instead. These two hash related fields will only be populated on Scotty based media uploads and will contain the content of the hash group in the NotificationRequest: http://cs/#google3/blobstore2/api/scotty/service/proto/upload_listener.proto&q=class:Hash Hex encoded hash value of the uploaded media.
*/
hash?: string | null;
/**
Expand Down

0 comments on commit e928bdf

Please sign in to comment.