OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/cloud-platform": { |
| 6 "description": "View and manage your data across Google Clou
d Platform services" |
| 7 }, |
5 "https://www.googleapis.com/auth/devstorage.full_control": { | 8 "https://www.googleapis.com/auth/devstorage.full_control": { |
6 "description": "Manage your data and permissions in Google C
loud Storage" | 9 "description": "Manage your data and permissions in Google C
loud Storage" |
7 }, | 10 }, |
8 "https://www.googleapis.com/auth/devstorage.read_only": { | 11 "https://www.googleapis.com/auth/devstorage.read_only": { |
9 "description": "View your data in Google Cloud Storage" | 12 "description": "View your data in Google Cloud Storage" |
10 }, | 13 }, |
11 "https://www.googleapis.com/auth/devstorage.read_write": { | 14 "https://www.googleapis.com/auth/devstorage.read_write": { |
12 "description": "Manage your data in Google Cloud Storage" | 15 "description": "Manage your data in Google Cloud Storage" |
13 } | 16 } |
14 } | 17 } |
15 } | 18 } |
16 }, | 19 }, |
17 "basePath": "/storage/v1/", | 20 "basePath": "/storage/v1/", |
18 "baseUrl": "https://www.googleapis.com/storage/v1/", | 21 "baseUrl": "https://www.googleapis.com/storage/v1/", |
19 "batchPath": "batch", | 22 "batchPath": "batch", |
20 "description": "Lets you store and retrieve potentially-large, immutable dat
a objects.", | 23 "description": "Lets you store and retrieve potentially-large, immutable dat
a objects.", |
21 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
22 "documentationLink": "https://developers.google.com/storage/docs/json_api/", | 25 "documentationLink": "https://developers.google.com/storage/docs/json_api/", |
23 "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/J4NEKl25SgasPn8QqRPJTF8nCH8\"", | 26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/Q51lUpUSFLOUeZvWamXhAxA0IDI\"", |
24 "icons": { | 27 "icons": { |
25 "x16": "https://www.google.com/images/icons/product/cloud_storage-16.png
", | 28 "x16": "https://www.google.com/images/icons/product/cloud_storage-16.png
", |
26 "x32": "https://www.google.com/images/icons/product/cloud_storage-32.png
" | 29 "x32": "https://www.google.com/images/icons/product/cloud_storage-32.png
" |
27 }, | 30 }, |
28 "id": "storage:v1", | 31 "id": "storage:v1", |
29 "kind": "discovery#restDescription", | 32 "kind": "discovery#restDescription", |
30 "labels": [ | 33 "labels": [ |
31 "labs" | 34 "labs" |
32 ], | 35 ], |
33 "name": "storage", | 36 "name": "storage", |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 }, | 283 }, |
281 "ifMetagenerationNotMatch": { | 284 "ifMetagenerationNotMatch": { |
282 "description": "If set, only deletes the bucket if i
ts metageneration does not match this value.", | 285 "description": "If set, only deletes the bucket if i
ts metageneration does not match this value.", |
283 "format": "int64", | 286 "format": "int64", |
284 "location": "query", | 287 "location": "query", |
285 "type": "string" | 288 "type": "string" |
286 } | 289 } |
287 }, | 290 }, |
288 "path": "b/{bucket}", | 291 "path": "b/{bucket}", |
289 "scopes": [ | 292 "scopes": [ |
| 293 "https://www.googleapis.com/auth/cloud-platform", |
290 "https://www.googleapis.com/auth/devstorage.full_control
", | 294 "https://www.googleapis.com/auth/devstorage.full_control
", |
291 "https://www.googleapis.com/auth/devstorage.read_write" | 295 "https://www.googleapis.com/auth/devstorage.read_write" |
292 ] | 296 ] |
293 }, | 297 }, |
294 "get": { | 298 "get": { |
295 "description": "Returns metadata for the specified bucket.", | 299 "description": "Returns metadata for the specified bucket.", |
296 "httpMethod": "GET", | 300 "httpMethod": "GET", |
297 "id": "storage.buckets.get", | 301 "id": "storage.buckets.get", |
298 "parameterOrder": [ | 302 "parameterOrder": [ |
299 "bucket" | 303 "bucket" |
(...skipping 29 matching lines...) Expand all Loading... |
329 ], | 333 ], |
330 "location": "query", | 334 "location": "query", |
331 "type": "string" | 335 "type": "string" |
332 } | 336 } |
333 }, | 337 }, |
334 "path": "b/{bucket}", | 338 "path": "b/{bucket}", |
335 "response": { | 339 "response": { |
336 "$ref": "Bucket" | 340 "$ref": "Bucket" |
337 }, | 341 }, |
338 "scopes": [ | 342 "scopes": [ |
| 343 "https://www.googleapis.com/auth/cloud-platform", |
339 "https://www.googleapis.com/auth/devstorage.full_control
", | 344 "https://www.googleapis.com/auth/devstorage.full_control
", |
340 "https://www.googleapis.com/auth/devstorage.read_only", | 345 "https://www.googleapis.com/auth/devstorage.read_only", |
341 "https://www.googleapis.com/auth/devstorage.read_write" | 346 "https://www.googleapis.com/auth/devstorage.read_write" |
342 ] | 347 ] |
343 }, | 348 }, |
344 "insert": { | 349 "insert": { |
345 "description": "Creates a new bucket.", | 350 "description": "Creates a new bucket.", |
346 "httpMethod": "POST", | 351 "httpMethod": "POST", |
347 "id": "storage.buckets.insert", | 352 "id": "storage.buckets.insert", |
348 "parameterOrder": [ | 353 "parameterOrder": [ |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 } | 394 } |
390 }, | 395 }, |
391 "path": "b", | 396 "path": "b", |
392 "request": { | 397 "request": { |
393 "$ref": "Bucket" | 398 "$ref": "Bucket" |
394 }, | 399 }, |
395 "response": { | 400 "response": { |
396 "$ref": "Bucket" | 401 "$ref": "Bucket" |
397 }, | 402 }, |
398 "scopes": [ | 403 "scopes": [ |
| 404 "https://www.googleapis.com/auth/cloud-platform", |
399 "https://www.googleapis.com/auth/devstorage.full_control
", | 405 "https://www.googleapis.com/auth/devstorage.full_control
", |
400 "https://www.googleapis.com/auth/devstorage.read_write" | 406 "https://www.googleapis.com/auth/devstorage.read_write" |
401 ] | 407 ] |
402 }, | 408 }, |
403 "list": { | 409 "list": { |
404 "description": "Retrieves a list of buckets for a given proj
ect.", | 410 "description": "Retrieves a list of buckets for a given proj
ect.", |
405 "httpMethod": "GET", | 411 "httpMethod": "GET", |
406 "id": "storage.buckets.list", | 412 "id": "storage.buckets.list", |
407 "parameterOrder": [ | 413 "parameterOrder": [ |
408 "project" | 414 "project" |
(...skipping 29 matching lines...) Expand all Loading... |
438 ], | 444 ], |
439 "location": "query", | 445 "location": "query", |
440 "type": "string" | 446 "type": "string" |
441 } | 447 } |
442 }, | 448 }, |
443 "path": "b", | 449 "path": "b", |
444 "response": { | 450 "response": { |
445 "$ref": "Buckets" | 451 "$ref": "Buckets" |
446 }, | 452 }, |
447 "scopes": [ | 453 "scopes": [ |
| 454 "https://www.googleapis.com/auth/cloud-platform", |
448 "https://www.googleapis.com/auth/devstorage.full_control
", | 455 "https://www.googleapis.com/auth/devstorage.full_control
", |
449 "https://www.googleapis.com/auth/devstorage.read_only", | 456 "https://www.googleapis.com/auth/devstorage.read_only", |
450 "https://www.googleapis.com/auth/devstorage.read_write" | 457 "https://www.googleapis.com/auth/devstorage.read_write" |
451 ] | 458 ] |
452 }, | 459 }, |
453 "patch": { | 460 "patch": { |
454 "description": "Updates a bucket. This method supports patch
semantics.", | 461 "description": "Updates a bucket. This method supports patch
semantics.", |
455 "httpMethod": "PATCH", | 462 "httpMethod": "PATCH", |
456 "id": "storage.buckets.patch", | 463 "id": "storage.buckets.patch", |
457 "parameterOrder": [ | 464 "parameterOrder": [ |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 } | 517 } |
511 }, | 518 }, |
512 "path": "b/{bucket}", | 519 "path": "b/{bucket}", |
513 "request": { | 520 "request": { |
514 "$ref": "Bucket" | 521 "$ref": "Bucket" |
515 }, | 522 }, |
516 "response": { | 523 "response": { |
517 "$ref": "Bucket" | 524 "$ref": "Bucket" |
518 }, | 525 }, |
519 "scopes": [ | 526 "scopes": [ |
| 527 "https://www.googleapis.com/auth/cloud-platform", |
520 "https://www.googleapis.com/auth/devstorage.full_control
", | 528 "https://www.googleapis.com/auth/devstorage.full_control
", |
521 "https://www.googleapis.com/auth/devstorage.read_write" | 529 "https://www.googleapis.com/auth/devstorage.read_write" |
522 ] | 530 ] |
523 }, | 531 }, |
524 "update": { | 532 "update": { |
525 "description": "Updates a bucket.", | 533 "description": "Updates a bucket.", |
526 "httpMethod": "PUT", | 534 "httpMethod": "PUT", |
527 "id": "storage.buckets.update", | 535 "id": "storage.buckets.update", |
528 "parameterOrder": [ | 536 "parameterOrder": [ |
529 "bucket" | 537 "bucket" |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 } | 589 } |
582 }, | 590 }, |
583 "path": "b/{bucket}", | 591 "path": "b/{bucket}", |
584 "request": { | 592 "request": { |
585 "$ref": "Bucket" | 593 "$ref": "Bucket" |
586 }, | 594 }, |
587 "response": { | 595 "response": { |
588 "$ref": "Bucket" | 596 "$ref": "Bucket" |
589 }, | 597 }, |
590 "scopes": [ | 598 "scopes": [ |
| 599 "https://www.googleapis.com/auth/cloud-platform", |
591 "https://www.googleapis.com/auth/devstorage.full_control
", | 600 "https://www.googleapis.com/auth/devstorage.full_control
", |
592 "https://www.googleapis.com/auth/devstorage.read_write" | 601 "https://www.googleapis.com/auth/devstorage.read_write" |
593 ] | 602 ] |
594 } | 603 } |
595 } | 604 } |
596 }, | 605 }, |
597 "channels": { | 606 "channels": { |
598 "methods": { | 607 "methods": { |
599 "stop": { | 608 "stop": { |
600 "description": "Stop watching resources through this channel
", | 609 "description": "Stop watching resources through this channel
", |
601 "httpMethod": "POST", | 610 "httpMethod": "POST", |
602 "id": "storage.channels.stop", | 611 "id": "storage.channels.stop", |
603 "path": "channels/stop", | 612 "path": "channels/stop", |
604 "request": { | 613 "request": { |
605 "$ref": "Channel", | 614 "$ref": "Channel", |
606 "parameterName": "resource" | 615 "parameterName": "resource" |
607 }, | 616 }, |
608 "scopes": [ | 617 "scopes": [ |
| 618 "https://www.googleapis.com/auth/cloud-platform", |
609 "https://www.googleapis.com/auth/devstorage.full_control
", | 619 "https://www.googleapis.com/auth/devstorage.full_control
", |
610 "https://www.googleapis.com/auth/devstorage.read_only", | 620 "https://www.googleapis.com/auth/devstorage.read_only", |
611 "https://www.googleapis.com/auth/devstorage.read_write" | 621 "https://www.googleapis.com/auth/devstorage.read_write" |
612 ] | 622 ] |
613 } | 623 } |
614 } | 624 } |
615 }, | 625 }, |
616 "defaultObjectAccessControls": { | 626 "defaultObjectAccessControls": { |
617 "methods": { | 627 "methods": { |
618 "delete": { | 628 "delete": { |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1113 } | 1123 } |
1114 }, | 1124 }, |
1115 "path": "b/{destinationBucket}/o/{destinationObject}/compose
", | 1125 "path": "b/{destinationBucket}/o/{destinationObject}/compose
", |
1116 "request": { | 1126 "request": { |
1117 "$ref": "ComposeRequest" | 1127 "$ref": "ComposeRequest" |
1118 }, | 1128 }, |
1119 "response": { | 1129 "response": { |
1120 "$ref": "Object" | 1130 "$ref": "Object" |
1121 }, | 1131 }, |
1122 "scopes": [ | 1132 "scopes": [ |
| 1133 "https://www.googleapis.com/auth/cloud-platform", |
1123 "https://www.googleapis.com/auth/devstorage.full_control
", | 1134 "https://www.googleapis.com/auth/devstorage.full_control
", |
1124 "https://www.googleapis.com/auth/devstorage.read_write" | 1135 "https://www.googleapis.com/auth/devstorage.read_write" |
1125 ], | 1136 ], |
1126 "supportsMediaDownload": true | 1137 "supportsMediaDownload": true |
1127 }, | 1138 }, |
1128 "copy": { | 1139 "copy": { |
1129 "description": "Copies an object to a specified location. Op
tionally overrides metadata.", | 1140 "description": "Copies an object to a specified location. Op
tionally overrides metadata.", |
1130 "httpMethod": "POST", | 1141 "httpMethod": "POST", |
1131 "id": "storage.objects.copy", | 1142 "id": "storage.objects.copy", |
1132 "parameterOrder": [ | 1143 "parameterOrder": [ |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1250 } | 1261 } |
1251 }, | 1262 }, |
1252 "path": "b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destina
tionBucket}/o/{destinationObject}", | 1263 "path": "b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destina
tionBucket}/o/{destinationObject}", |
1253 "request": { | 1264 "request": { |
1254 "$ref": "Object" | 1265 "$ref": "Object" |
1255 }, | 1266 }, |
1256 "response": { | 1267 "response": { |
1257 "$ref": "Object" | 1268 "$ref": "Object" |
1258 }, | 1269 }, |
1259 "scopes": [ | 1270 "scopes": [ |
| 1271 "https://www.googleapis.com/auth/cloud-platform", |
1260 "https://www.googleapis.com/auth/devstorage.full_control
", | 1272 "https://www.googleapis.com/auth/devstorage.full_control
", |
1261 "https://www.googleapis.com/auth/devstorage.read_write" | 1273 "https://www.googleapis.com/auth/devstorage.read_write" |
1262 ], | 1274 ], |
1263 "supportsMediaDownload": true | 1275 "supportsMediaDownload": true |
1264 }, | 1276 }, |
1265 "delete": { | 1277 "delete": { |
1266 "description": "Deletes an object and its metadata. Deletion
s are permanent if versioning is not enabled for the bucket, or if the generatio
n parameter is used.", | 1278 "description": "Deletes an object and its metadata. Deletion
s are permanent if versioning is not enabled for the bucket, or if the generatio
n parameter is used.", |
1267 "httpMethod": "DELETE", | 1279 "httpMethod": "DELETE", |
1268 "id": "storage.objects.delete", | 1280 "id": "storage.objects.delete", |
1269 "parameterOrder": [ | 1281 "parameterOrder": [ |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1309 }, | 1321 }, |
1310 "object": { | 1322 "object": { |
1311 "description": "Name of the object.", | 1323 "description": "Name of the object.", |
1312 "location": "path", | 1324 "location": "path", |
1313 "required": true, | 1325 "required": true, |
1314 "type": "string" | 1326 "type": "string" |
1315 } | 1327 } |
1316 }, | 1328 }, |
1317 "path": "b/{bucket}/o/{object}", | 1329 "path": "b/{bucket}/o/{object}", |
1318 "scopes": [ | 1330 "scopes": [ |
| 1331 "https://www.googleapis.com/auth/cloud-platform", |
1319 "https://www.googleapis.com/auth/devstorage.full_control
", | 1332 "https://www.googleapis.com/auth/devstorage.full_control
", |
1320 "https://www.googleapis.com/auth/devstorage.read_write" | 1333 "https://www.googleapis.com/auth/devstorage.read_write" |
1321 ] | 1334 ] |
1322 }, | 1335 }, |
1323 "get": { | 1336 "get": { |
1324 "description": "Retrieves objects or their metadata.", | 1337 "description": "Retrieves an object or its metadata.", |
1325 "httpMethod": "GET", | 1338 "httpMethod": "GET", |
1326 "id": "storage.objects.get", | 1339 "id": "storage.objects.get", |
1327 "parameterOrder": [ | 1340 "parameterOrder": [ |
1328 "bucket", | 1341 "bucket", |
1329 "object" | 1342 "object" |
1330 ], | 1343 ], |
1331 "parameters": { | 1344 "parameters": { |
1332 "bucket": { | 1345 "bucket": { |
1333 "description": "Name of the bucket in which the obje
ct resides.", | 1346 "description": "Name of the bucket in which the obje
ct resides.", |
1334 "location": "path", | 1347 "location": "path", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1383 ], | 1396 ], |
1384 "location": "query", | 1397 "location": "query", |
1385 "type": "string" | 1398 "type": "string" |
1386 } | 1399 } |
1387 }, | 1400 }, |
1388 "path": "b/{bucket}/o/{object}", | 1401 "path": "b/{bucket}/o/{object}", |
1389 "response": { | 1402 "response": { |
1390 "$ref": "Object" | 1403 "$ref": "Object" |
1391 }, | 1404 }, |
1392 "scopes": [ | 1405 "scopes": [ |
| 1406 "https://www.googleapis.com/auth/cloud-platform", |
1393 "https://www.googleapis.com/auth/devstorage.full_control
", | 1407 "https://www.googleapis.com/auth/devstorage.full_control
", |
1394 "https://www.googleapis.com/auth/devstorage.read_only", | 1408 "https://www.googleapis.com/auth/devstorage.read_only", |
1395 "https://www.googleapis.com/auth/devstorage.read_write" | 1409 "https://www.googleapis.com/auth/devstorage.read_write" |
1396 ], | 1410 ], |
1397 "supportsMediaDownload": true | 1411 "supportsMediaDownload": true |
1398 }, | 1412 }, |
1399 "insert": { | 1413 "insert": { |
1400 "description": "Stores a new object and metadata.", | 1414 "description": "Stores a new object and metadata.", |
1401 "httpMethod": "POST", | 1415 "httpMethod": "POST", |
1402 "id": "storage.objects.insert", | 1416 "id": "storage.objects.insert", |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1495 } | 1509 } |
1496 }, | 1510 }, |
1497 "path": "b/{bucket}/o", | 1511 "path": "b/{bucket}/o", |
1498 "request": { | 1512 "request": { |
1499 "$ref": "Object" | 1513 "$ref": "Object" |
1500 }, | 1514 }, |
1501 "response": { | 1515 "response": { |
1502 "$ref": "Object" | 1516 "$ref": "Object" |
1503 }, | 1517 }, |
1504 "scopes": [ | 1518 "scopes": [ |
| 1519 "https://www.googleapis.com/auth/cloud-platform", |
1505 "https://www.googleapis.com/auth/devstorage.full_control
", | 1520 "https://www.googleapis.com/auth/devstorage.full_control
", |
1506 "https://www.googleapis.com/auth/devstorage.read_write" | 1521 "https://www.googleapis.com/auth/devstorage.read_write" |
1507 ], | 1522 ], |
1508 "supportsMediaDownload": true, | 1523 "supportsMediaDownload": true, |
1509 "supportsMediaUpload": true | 1524 "supportsMediaUpload": true |
1510 }, | 1525 }, |
1511 "list": { | 1526 "list": { |
1512 "description": "Retrieves a list of objects matching the cri
teria.", | 1527 "description": "Retrieves a list of objects matching the cri
teria.", |
1513 "httpMethod": "GET", | 1528 "httpMethod": "GET", |
1514 "id": "storage.objects.list", | 1529 "id": "storage.objects.list", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1561 "description": "If true, lists all versions of a fil
e as distinct results.", | 1576 "description": "If true, lists all versions of a fil
e as distinct results.", |
1562 "location": "query", | 1577 "location": "query", |
1563 "type": "boolean" | 1578 "type": "boolean" |
1564 } | 1579 } |
1565 }, | 1580 }, |
1566 "path": "b/{bucket}/o", | 1581 "path": "b/{bucket}/o", |
1567 "response": { | 1582 "response": { |
1568 "$ref": "Objects" | 1583 "$ref": "Objects" |
1569 }, | 1584 }, |
1570 "scopes": [ | 1585 "scopes": [ |
| 1586 "https://www.googleapis.com/auth/cloud-platform", |
1571 "https://www.googleapis.com/auth/devstorage.full_control
", | 1587 "https://www.googleapis.com/auth/devstorage.full_control
", |
1572 "https://www.googleapis.com/auth/devstorage.read_only", | 1588 "https://www.googleapis.com/auth/devstorage.read_only", |
1573 "https://www.googleapis.com/auth/devstorage.read_write" | 1589 "https://www.googleapis.com/auth/devstorage.read_write" |
1574 ], | 1590 ], |
1575 "supportsSubscription": true | 1591 "supportsSubscription": true |
1576 }, | 1592 }, |
1577 "patch": { | 1593 "patch": { |
1578 "description": "Updates an object's metadata. This method su
pports patch semantics.", | 1594 "description": "Updates an object's metadata. This method su
pports patch semantics.", |
1579 "httpMethod": "PATCH", | 1595 "httpMethod": "PATCH", |
1580 "id": "storage.objects.patch", | 1596 "id": "storage.objects.patch", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1661 } | 1677 } |
1662 }, | 1678 }, |
1663 "path": "b/{bucket}/o/{object}", | 1679 "path": "b/{bucket}/o/{object}", |
1664 "request": { | 1680 "request": { |
1665 "$ref": "Object" | 1681 "$ref": "Object" |
1666 }, | 1682 }, |
1667 "response": { | 1683 "response": { |
1668 "$ref": "Object" | 1684 "$ref": "Object" |
1669 }, | 1685 }, |
1670 "scopes": [ | 1686 "scopes": [ |
| 1687 "https://www.googleapis.com/auth/cloud-platform", |
1671 "https://www.googleapis.com/auth/devstorage.full_control
", | 1688 "https://www.googleapis.com/auth/devstorage.full_control
", |
1672 "https://www.googleapis.com/auth/devstorage.read_write" | 1689 "https://www.googleapis.com/auth/devstorage.read_write" |
1673 ] | 1690 ] |
1674 }, | 1691 }, |
1675 "update": { | 1692 "update": { |
1676 "description": "Updates an object's metadata.", | 1693 "description": "Updates an object's metadata.", |
1677 "httpMethod": "PUT", | 1694 "httpMethod": "PUT", |
1678 "id": "storage.objects.update", | 1695 "id": "storage.objects.update", |
1679 "parameterOrder": [ | 1696 "parameterOrder": [ |
1680 "bucket", | 1697 "bucket", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1759 } | 1776 } |
1760 }, | 1777 }, |
1761 "path": "b/{bucket}/o/{object}", | 1778 "path": "b/{bucket}/o/{object}", |
1762 "request": { | 1779 "request": { |
1763 "$ref": "Object" | 1780 "$ref": "Object" |
1764 }, | 1781 }, |
1765 "response": { | 1782 "response": { |
1766 "$ref": "Object" | 1783 "$ref": "Object" |
1767 }, | 1784 }, |
1768 "scopes": [ | 1785 "scopes": [ |
| 1786 "https://www.googleapis.com/auth/cloud-platform", |
1769 "https://www.googleapis.com/auth/devstorage.full_control
", | 1787 "https://www.googleapis.com/auth/devstorage.full_control
", |
1770 "https://www.googleapis.com/auth/devstorage.read_write" | 1788 "https://www.googleapis.com/auth/devstorage.read_write" |
1771 ], | 1789 ], |
1772 "supportsMediaDownload": true | 1790 "supportsMediaDownload": true |
1773 }, | 1791 }, |
1774 "watchAll": { | 1792 "watchAll": { |
1775 "description": "Watch for changes on all objects in a bucket
.", | 1793 "description": "Watch for changes on all objects in a bucket
.", |
1776 "httpMethod": "POST", | 1794 "httpMethod": "POST", |
1777 "id": "storage.objects.watchAll", | 1795 "id": "storage.objects.watchAll", |
1778 "parameterOrder": [ | 1796 "parameterOrder": [ |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1828 }, | 1846 }, |
1829 "path": "b/{bucket}/o/watch", | 1847 "path": "b/{bucket}/o/watch", |
1830 "request": { | 1848 "request": { |
1831 "$ref": "Channel", | 1849 "$ref": "Channel", |
1832 "parameterName": "resource" | 1850 "parameterName": "resource" |
1833 }, | 1851 }, |
1834 "response": { | 1852 "response": { |
1835 "$ref": "Channel" | 1853 "$ref": "Channel" |
1836 }, | 1854 }, |
1837 "scopes": [ | 1855 "scopes": [ |
| 1856 "https://www.googleapis.com/auth/cloud-platform", |
1838 "https://www.googleapis.com/auth/devstorage.full_control
", | 1857 "https://www.googleapis.com/auth/devstorage.full_control
", |
1839 "https://www.googleapis.com/auth/devstorage.read_only", | 1858 "https://www.googleapis.com/auth/devstorage.read_only", |
1840 "https://www.googleapis.com/auth/devstorage.read_write" | 1859 "https://www.googleapis.com/auth/devstorage.read_write" |
1841 ], | 1860 ], |
1842 "supportsSubscription": true | 1861 "supportsSubscription": true |
1843 } | 1862 } |
1844 } | 1863 } |
1845 } | 1864 } |
1846 }, | 1865 }, |
1847 "revision": "20140911", | 1866 "revision": "20141010", |
1848 "rootUrl": "https://www.googleapis.com/", | 1867 "rootUrl": "https://www.googleapis.com/", |
1849 "schemas": { | 1868 "schemas": { |
1850 "Bucket": { | 1869 "Bucket": { |
1851 "description": "A bucket.", | 1870 "description": "A bucket.", |
1852 "id": "Bucket", | 1871 "id": "Bucket", |
1853 "properties": { | 1872 "properties": { |
1854 "acl": { | 1873 "acl": { |
1855 "annotations": { | 1874 "annotations": { |
1856 "required": [ | 1875 "required": [ |
1857 "storage.buckets.update" | 1876 "storage.buckets.update" |
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2536 "type": "array" | 2555 "type": "array" |
2537 } | 2556 } |
2538 }, | 2557 }, |
2539 "type": "object" | 2558 "type": "object" |
2540 } | 2559 } |
2541 }, | 2560 }, |
2542 "servicePath": "storage/v1/", | 2561 "servicePath": "storage/v1/", |
2543 "title": "Cloud Storage API", | 2562 "title": "Cloud Storage API", |
2544 "version": "v1" | 2563 "version": "v1" |
2545 } | 2564 } |
OLD | NEW |