Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d1cd519

Browse files
committedJul 5, 2023
feat(firebaseappdistribution): update the api
#### firebaseappdistribution:v1 The following keys were added: - schemas.GdataCompositeMedia.properties.blobRef.deprecated (Total Keys: 1) - schemas.GdataMedia.properties.algorithm.deprecated (Total Keys: 1) - schemas.GdataMedia.properties.bigstoreObjectRef.deprecated (Total Keys: 1) - schemas.GdataMedia.properties.blobRef.deprecated (Total Keys: 1) - schemas.GdataMedia.properties.hash.deprecated (Total Keys: 1)
1 parent 4a43eb9 commit d1cd519

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
}
942942
}
943943
},
944-
"revision": "20230627",
944+
"revision": "20230705",
945945
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
946946
"schemas": {
947947
"GdataBlobstore2Info": {
@@ -979,6 +979,7 @@
979979
"id": "GdataCompositeMedia",
980980
"properties": {
981981
"blobRef": {
982+
"deprecated": true,
982983
"description": "Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will also be represented in this field as v1 BlobRef.",
983984
"format": "byte",
984985
"type": "string"
@@ -1183,15 +1184,18 @@
11831184
"id": "GdataMedia",
11841185
"properties": {
11851186
"algorithm": {
1187+
"deprecated": true,
11861188
"description": "Deprecated, use one of explicit hash type fields instead. Algorithm used for calculating the hash. As of 2011/01/21, \"MD5\" is the only possible value for this field. New values may be added at any time.",
11871189
"type": "string"
11881190
},
11891191
"bigstoreObjectRef": {
1192+
"deprecated": true,
11901193
"description": "Use object_id instead.",
11911194
"format": "byte",
11921195
"type": "string"
11931196
},
11941197
"blobRef": {
1198+
"deprecated": true,
11951199
"description": "Blobstore v1 reference, set if reference_type is BLOBSTORE_REF This should be the byte representation of a blobstore.BlobRef. Since Blobstore is deprecating v1, use blobstore2_info instead. For now, any v2 blob will also be represented in this field as v1 BlobRef.",
11961200
"format": "byte",
11971201
"type": "string"
@@ -1254,6 +1258,7 @@
12541258
"type": "string"
12551259
},
12561260
"hash": {
1261+
"deprecated": true,
12571262
"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.",
12581263
"type": "string"
12591264
},

0 commit comments

Comments
 (0)
Please sign in to comment.