| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
| 6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/devstorage.full_control": { | 8 "https://www.googleapis.com/auth/devstorage.full_control": { |
| 9 "description": "Manage your data and permissions in Google C
loud Storage" | 9 "description": "Manage your data and permissions in Google C
loud Storage" |
| 10 }, | 10 }, |
| 11 "https://www.googleapis.com/auth/devstorage.read_only": { | 11 "https://www.googleapis.com/auth/devstorage.read_only": { |
| 12 "description": "View your data in Google Cloud Storage" | 12 "description": "View your data in Google Cloud Storage" |
| 13 }, | 13 }, |
| 14 "https://www.googleapis.com/auth/devstorage.read_write": { | 14 "https://www.googleapis.com/auth/devstorage.read_write": { |
| 15 "description": "Manage your data in Google Cloud Storage" | 15 "description": "Manage your data in Google Cloud Storage" |
| 16 } | 16 } |
| 17 } | 17 } |
| 18 } | 18 } |
| 19 }, | 19 }, |
| 20 "basePath": "/storage/v1/", | 20 "basePath": "/storage/v1/", |
| 21 "baseUrl": "https://www.googleapis.com/storage/v1/", | 21 "baseUrl": "https://www.googleapis.com/storage/v1/", |
| 22 "batchPath": "batch", | 22 "batchPath": "batch", |
| 23 "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.", |
| 24 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
| 25 "documentationLink": "https://developers.google.com/storage/docs/json_api/", | 25 "documentationLink": "https://developers.google.com/storage/docs/json_api/", |
| 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/acCGeSfvBu6hz26iACn2w5ZgITg\"", | 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/WHM2lx-j98vybVJkjwCHJJehKwc\"", |
| 27 "icons": { | 27 "icons": { |
| 28 "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
", |
| 29 "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
" |
| 30 }, | 30 }, |
| 31 "id": "storage:v1", | 31 "id": "storage:v1", |
| 32 "kind": "discovery#restDescription", | 32 "kind": "discovery#restDescription", |
| 33 "labels": [ | 33 "labels": [ |
| 34 "labs" | 34 "labs" |
| 35 ], | 35 ], |
| 36 "name": "storage", | 36 "name": "storage", |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "enumDescriptions": [ | 366 "enumDescriptions": [ |
| 367 "Project team owners get OWNER access, and allAu
thenticatedUsers get READER access.", | 367 "Project team owners get OWNER access, and allAu
thenticatedUsers get READER access.", |
| 368 "Project team owners get OWNER access.", | 368 "Project team owners get OWNER access.", |
| 369 "Project team members get access according to th
eir roles.", | 369 "Project team members get access according to th
eir roles.", |
| 370 "Project team owners get OWNER access, and allUs
ers get READER access.", | 370 "Project team owners get OWNER access, and allUs
ers get READER access.", |
| 371 "Project team owners get OWNER access, and allUs
ers get WRITER access." | 371 "Project team owners get OWNER access, and allUs
ers get WRITER access." |
| 372 ], | 372 ], |
| 373 "location": "query", | 373 "location": "query", |
| 374 "type": "string" | 374 "type": "string" |
| 375 }, | 375 }, |
| 376 "predefinedDefaultObjectAcl": { |
| 377 "description": "Apply a predefined set of default ob
ject access controls to this bucket.", |
| 378 "enum": [ |
| 379 "authenticatedRead", |
| 380 "bucketOwnerFullControl", |
| 381 "bucketOwnerRead", |
| 382 "private", |
| 383 "projectPrivate", |
| 384 "publicRead" |
| 385 ], |
| 386 "enumDescriptions": [ |
| 387 "Object owner gets OWNER access, and allAuthenti
catedUsers get READER access.", |
| 388 "Object owner gets OWNER access, and project tea
m owners get OWNER access.", |
| 389 "Object owner gets OWNER access, and project tea
m owners get READER access.", |
| 390 "Object owner gets OWNER access.", |
| 391 "Object owner gets OWNER access, and project tea
m members get access according to their roles.", |
| 392 "Object owner gets OWNER access, and allUsers ge
t READER access." |
| 393 ], |
| 394 "location": "query", |
| 395 "type": "string" |
| 396 }, |
| 376 "project": { | 397 "project": { |
| 377 "description": "A valid API project identifier.", | 398 "description": "A valid API project identifier.", |
| 378 "location": "query", | 399 "location": "query", |
| 379 "required": true, | 400 "required": true, |
| 380 "type": "string" | 401 "type": "string" |
| 381 }, | 402 }, |
| 382 "projection": { | 403 "projection": { |
| 383 "description": "Set of properties to return. Default
s to noAcl, unless the bucket resource specifies acl or defaultObjectAcl propert
ies, when it defaults to full.", | 404 "description": "Set of properties to return. Default
s to noAcl, unless the bucket resource specifies acl or defaultObjectAcl propert
ies, when it defaults to full.", |
| 384 "enum": [ | 405 "enum": [ |
| 385 "full", | 406 "full", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 "enumDescriptions": [ | 516 "enumDescriptions": [ |
| 496 "Project team owners get OWNER access, and allAu
thenticatedUsers get READER access.", | 517 "Project team owners get OWNER access, and allAu
thenticatedUsers get READER access.", |
| 497 "Project team owners get OWNER access.", | 518 "Project team owners get OWNER access.", |
| 498 "Project team members get access according to th
eir roles.", | 519 "Project team members get access according to th
eir roles.", |
| 499 "Project team owners get OWNER access, and allUs
ers get READER access.", | 520 "Project team owners get OWNER access, and allUs
ers get READER access.", |
| 500 "Project team owners get OWNER access, and allUs
ers get WRITER access." | 521 "Project team owners get OWNER access, and allUs
ers get WRITER access." |
| 501 ], | 522 ], |
| 502 "location": "query", | 523 "location": "query", |
| 503 "type": "string" | 524 "type": "string" |
| 504 }, | 525 }, |
| 526 "predefinedDefaultObjectAcl": { |
| 527 "description": "Apply a predefined set of default ob
ject access controls to this bucket.", |
| 528 "enum": [ |
| 529 "authenticatedRead", |
| 530 "bucketOwnerFullControl", |
| 531 "bucketOwnerRead", |
| 532 "private", |
| 533 "projectPrivate", |
| 534 "publicRead" |
| 535 ], |
| 536 "enumDescriptions": [ |
| 537 "Object owner gets OWNER access, and allAuthenti
catedUsers get READER access.", |
| 538 "Object owner gets OWNER access, and project tea
m owners get OWNER access.", |
| 539 "Object owner gets OWNER access, and project tea
m owners get READER access.", |
| 540 "Object owner gets OWNER access.", |
| 541 "Object owner gets OWNER access, and project tea
m members get access according to their roles.", |
| 542 "Object owner gets OWNER access, and allUsers ge
t READER access." |
| 543 ], |
| 544 "location": "query", |
| 545 "type": "string" |
| 546 }, |
| 505 "projection": { | 547 "projection": { |
| 506 "description": "Set of properties to return. Default
s to full.", | 548 "description": "Set of properties to return. Default
s to full.", |
| 507 "enum": [ | 549 "enum": [ |
| 508 "full", | 550 "full", |
| 509 "noAcl" | 551 "noAcl" |
| 510 ], | 552 ], |
| 511 "enumDescriptions": [ | 553 "enumDescriptions": [ |
| 512 "Include all properties.", | 554 "Include all properties.", |
| 513 "Omit acl and defaultObjectAcl properties." | 555 "Omit acl and defaultObjectAcl properties." |
| 514 ], | 556 ], |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 "enumDescriptions": [ | 609 "enumDescriptions": [ |
| 568 "Project team owners get OWNER access, and allAu
thenticatedUsers get READER access.", | 610 "Project team owners get OWNER access, and allAu
thenticatedUsers get READER access.", |
| 569 "Project team owners get OWNER access.", | 611 "Project team owners get OWNER access.", |
| 570 "Project team members get access according to th
eir roles.", | 612 "Project team members get access according to th
eir roles.", |
| 571 "Project team owners get OWNER access, and allUs
ers get READER access.", | 613 "Project team owners get OWNER access, and allUs
ers get READER access.", |
| 572 "Project team owners get OWNER access, and allUs
ers get WRITER access." | 614 "Project team owners get OWNER access, and allUs
ers get WRITER access." |
| 573 ], | 615 ], |
| 574 "location": "query", | 616 "location": "query", |
| 575 "type": "string" | 617 "type": "string" |
| 576 }, | 618 }, |
| 619 "predefinedDefaultObjectAcl": { |
| 620 "description": "Apply a predefined set of default ob
ject access controls to this bucket.", |
| 621 "enum": [ |
| 622 "authenticatedRead", |
| 623 "bucketOwnerFullControl", |
| 624 "bucketOwnerRead", |
| 625 "private", |
| 626 "projectPrivate", |
| 627 "publicRead" |
| 628 ], |
| 629 "enumDescriptions": [ |
| 630 "Object owner gets OWNER access, and allAuthenti
catedUsers get READER access.", |
| 631 "Object owner gets OWNER access, and project tea
m owners get OWNER access.", |
| 632 "Object owner gets OWNER access, and project tea
m owners get READER access.", |
| 633 "Object owner gets OWNER access.", |
| 634 "Object owner gets OWNER access, and project tea
m members get access according to their roles.", |
| 635 "Object owner gets OWNER access, and allUsers ge
t READER access." |
| 636 ], |
| 637 "location": "query", |
| 638 "type": "string" |
| 639 }, |
| 577 "projection": { | 640 "projection": { |
| 578 "description": "Set of properties to return. Default
s to full.", | 641 "description": "Set of properties to return. Default
s to full.", |
| 579 "enum": [ | 642 "enum": [ |
| 580 "full", | 643 "full", |
| 581 "noAcl" | 644 "noAcl" |
| 582 ], | 645 ], |
| 583 "enumDescriptions": [ | 646 "enumDescriptions": [ |
| 584 "Include all properties.", | 647 "Include all properties.", |
| 585 "Omit acl and defaultObjectAcl properties." | 648 "Omit acl and defaultObjectAcl properties." |
| 586 ], | 649 ], |
| (...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2555 "type": "array" | 2618 "type": "array" |
| 2556 } | 2619 } |
| 2557 }, | 2620 }, |
| 2558 "type": "object" | 2621 "type": "object" |
| 2559 } | 2622 } |
| 2560 }, | 2623 }, |
| 2561 "servicePath": "storage/v1/", | 2624 "servicePath": "storage/v1/", |
| 2562 "title": "Cloud Storage API", | 2625 "title": "Cloud Storage API", |
| 2563 "version": "v1" | 2626 "version": "v1" |
| 2564 } | 2627 } |
| OLD | NEW |