Skip to content

Commit c0ee864

Browse files
feat(storage): update the api
#### storage:v1 The following keys were added: - parameters.uploadType (Total Keys: 2)
1 parent 5785b70 commit c0ee864

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

googleapiclient/discovery_cache/documents/storage.v1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"description": "Stores and retrieves potentially large, immutable data objects.",
2727
"discoveryVersion": "v1",
2828
"documentationLink": "https://developers.google.com/storage/docs/json_api/",
29-
"etag": "\"3132343035343034343035393838353635373530\"",
29+
"etag": "\"3137353238303035303136333633393332333233\"",
3030
"icons": {
3131
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
3232
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
@@ -79,6 +79,11 @@
7979
"location": "query",
8080
"type": "string"
8181
},
82+
"uploadType": {
83+
"description": "Upload protocol for media (e.g. \"media\", \"multipart\", \"resumable\").",
84+
"location": "query",
85+
"type": "string"
86+
},
8287
"userIp": {
8388
"description": "Deprecated. Please use quotaUser instead.",
8489
"location": "query",
@@ -3230,7 +3235,7 @@
32303235
}
32313236
}
32323237
},
3233-
"revision": "20220201",
3238+
"revision": "20220210",
32343239
"rootUrl": "https://storage.googleapis.com/",
32353240
"schemas": {
32363241
"Bucket": {

0 commit comments

Comments
 (0)