| 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 } | 8 } |
| 9 } | 9 } |
| 10 }, | 10 }, |
| 11 "basePath": "", | 11 "basePath": "", |
| 12 "baseUrl": "https://appengine.googleapis.com/", | 12 "baseUrl": "https://appengine.googleapis.com/", |
| 13 "batchPath": "batch", | 13 "batchPath": "batch", |
| 14 "description": "The Google App Engine Admin API enables developers to provis
ion and manage their App Engine applications.", | 14 "description": "The Google App Engine Admin API enables developers to provis
ion and manage their App Engine applications.", |
| 15 "discoveryVersion": "v1", | 15 "discoveryVersion": "v1", |
| 16 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", | 16 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/", |
| 17 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/q1k107w8H1_Vpbv_soyd95U2Uhs\"", | 17 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/sOTtGIhBrGRLc0_FlU9VkPbZAm0\"", |
| 18 "icons": { | 18 "icons": { |
| 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 21 }, | 21 }, |
| 22 "id": "appengine:v1beta4", | 22 "id": "appengine:v1beta4", |
| 23 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
| 24 "name": "appengine", | 24 "name": "appengine", |
| 25 "ownerDomain": "google.com", | 25 "ownerDomain": "google.com", |
| 26 "ownerName": "Google", | 26 "ownerName": "Google", |
| 27 "parameters": { | 27 "parameters": { |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 "type": "string" | 438 "type": "string" |
| 439 } | 439 } |
| 440 }, | 440 }, |
| 441 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions", | 441 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions", |
| 442 "response": { | 442 "response": { |
| 443 "$ref": "ListVersionsResponse" | 443 "$ref": "ListVersionsResponse" |
| 444 }, | 444 }, |
| 445 "scopes": [ | 445 "scopes": [ |
| 446 "https://www.googleapis.com/auth/cloud-p
latform" | 446 "https://www.googleapis.com/auth/cloud-p
latform" |
| 447 ] | 447 ] |
| 448 }, |
| 449 "patch": { |
| 450 "description": "Updates an existing version.
Note: UNIMPLEMENTED.", |
| 451 "httpMethod": "PATCH", |
| 452 "id": "appengine.apps.modules.versions.patch
", |
| 453 "parameterOrder": [ |
| 454 "appsId", |
| 455 "modulesId", |
| 456 "versionsId" |
| 457 ], |
| 458 "parameters": { |
| 459 "appsId": { |
| 460 "description": "Part of `name`. Name
of the resource to update. For example: \"apps/myapp/modules/default/versions/1
\".", |
| 461 "location": "path", |
| 462 "required": true, |
| 463 "type": "string" |
| 464 }, |
| 465 "modulesId": { |
| 466 "description": "Part of `name`. See
documentation of `appsId`.", |
| 467 "location": "path", |
| 468 "required": true, |
| 469 "type": "string" |
| 470 }, |
| 471 "versionsId": { |
| 472 "description": "Part of `name`. See
documentation of `appsId`.", |
| 473 "location": "path", |
| 474 "required": true, |
| 475 "type": "string" |
| 476 }, |
| 477 "mask": { |
| 478 "description": "Standard field mask
for the set of fields to be updated.", |
| 479 "location": "query", |
| 480 "type": "string" |
| 481 } |
| 482 }, |
| 483 "path": "v1beta4/apps/{appsId}/modules/{modu
lesId}/versions/{versionsId}", |
| 484 "request": { |
| 485 "$ref": "Version" |
| 486 }, |
| 487 "response": { |
| 488 "$ref": "Operation" |
| 489 }, |
| 490 "scopes": [ |
| 491 "https://www.googleapis.com/auth/cloud-p
latform" |
| 492 ] |
| 448 } | 493 } |
| 449 } | 494 } |
| 450 } | 495 } |
| 451 } | 496 } |
| 452 }, | 497 }, |
| 453 "operations": { | 498 "operations": { |
| 454 "methods": { | 499 "methods": { |
| 455 "get": { | 500 "get": { |
| 456 "description": "Gets the latest state of a long-runn
ing operation. Clients can use this method to poll the operation result at inter
vals as recommended by the API service.", | 501 "description": "Gets the latest state of a long-runn
ing operation. Clients can use this method to poll the operation result at inter
vals as recommended by the API service.", |
| 457 "httpMethod": "GET", | 502 "httpMethod": "GET", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 }, | 564 }, |
| 520 "scopes": [ | 565 "scopes": [ |
| 521 "https://www.googleapis.com/auth/cloud-platform" | 566 "https://www.googleapis.com/auth/cloud-platform" |
| 522 ] | 567 ] |
| 523 } | 568 } |
| 524 } | 569 } |
| 525 } | 570 } |
| 526 } | 571 } |
| 527 } | 572 } |
| 528 }, | 573 }, |
| 529 "revision": "20160121", | 574 "revision": "20160223", |
| 530 "rootUrl": "https://appengine.googleapis.com/", | 575 "rootUrl": "https://appengine.googleapis.com/", |
| 531 "schemas": { | 576 "schemas": { |
| 532 "Application": { | 577 "Application": { |
| 533 "description": "An Application contains the top-level configuration
of an App Engine application.", | 578 "description": "An Application contains the top-level configuration
of an App Engine application.", |
| 534 "id": "Application", | 579 "id": "Application", |
| 535 "properties": { | 580 "properties": { |
| 536 "name": { | 581 "name": { |
| 537 "description": "The full path to the application in the API.
Example: \"apps/myapp\". @OutputOnly", | 582 "description": "The full path to the application in the API.
Example: \"apps/myapp\". @OutputOnly", |
| 538 "type": "string" | 583 "type": "string" |
| 539 }, | 584 }, |
| 540 "id": { | 585 "id": { |
| 541 "description": "The relative name/path of the application. E
xample: \"myapp\". @OutputOnly", | 586 "description": "The relative name/path of the application. E
xample: \"myapp\".", |
| 542 "type": "string" | 587 "type": "string" |
| 543 }, | 588 }, |
| 544 "dispatchRules": { | 589 "dispatchRules": { |
| 545 "description": "HTTP path dispatch rules for requests to the
app that do not explicitly target a module or version. The rules are order-depe
ndent.", | 590 "description": "HTTP path dispatch rules for requests to the
app that do not explicitly target a module or version. The rules are order-depe
ndent.", |
| 546 "items": { | 591 "items": { |
| 547 "$ref": "UrlDispatchRule" | 592 "$ref": "UrlDispatchRule" |
| 548 }, | 593 }, |
| 549 "type": "array" | 594 "type": "array" |
| 550 }, | 595 }, |
| 596 "authDomain": { |
| 597 "description": "If set, only users from the specified Google
Apps authentication domain may access the application. If not set, any Google A
ccount may access the application.", |
| 598 "type": "string" |
| 599 }, |
| 551 "location": { | 600 "location": { |
| 552 "description": "The location from which the application will
be run. Choices are \"us-central\" for United States and \"europe-west\" for Eu
ropean Union. Application instances will run out of data centers in the chosen l
ocation and all of the application's End User Content will be stored at rest in
the chosen location. The default is \"us-central\".", | 601 "description": "The location from which the application will
be run. Choices are \"us-central\" for United States and \"europe-west\" for Eu
ropean Union. Application instances will run out of data centers in the chosen l
ocation and all of the application's End User Content will be stored at rest in
the chosen location. The default is \"us-central\".", |
| 553 "type": "string" | 602 "type": "string" |
| 554 }, | 603 }, |
| 555 "codeBucket": { | 604 "codeBucket": { |
| 556 "description": "A Google Cloud Storage bucket which can be u
sed for storing files associated with an application. This bucket is associated
with the application and can be used by the gcloud deployment commands. @OutputO
nly", | 605 "description": "A Google Cloud Storage bucket which can be u
sed for storing files associated with an application. This bucket is associated
with the application and can be used by the gcloud deployment commands. @OutputO
nly", |
| 557 "type": "string" | 606 "type": "string" |
| 558 }, | 607 }, |
| 608 "defaultCookieExpiration": { |
| 609 "description": "Determines the cookie expiration policy for
the application.", |
| 610 "type": "string" |
| 611 }, |
| 612 "defaultHostname": { |
| 613 "description": "The hostname used to reach the application,
as resolved by App Engine. @OutputOnly", |
| 614 "type": "string" |
| 615 }, |
| 559 "defaultBucket": { | 616 "defaultBucket": { |
| 560 "description": "A Google Cloud Storage bucket which can be u
sed by the application to store content. @OutputOnly", | 617 "description": "A Google Cloud Storage bucket which can be u
sed by the application to store content. @OutputOnly", |
| 561 "type": "string" | 618 "type": "string" |
| 562 } | 619 } |
| 563 }, | 620 }, |
| 564 "type": "object" | 621 "type": "object" |
| 565 }, | 622 }, |
| 566 "UrlDispatchRule": { | 623 "UrlDispatchRule": { |
| 567 "description": "Rules to match an HTTP request and dispatch that req
uest to a module.", | 624 "description": "Rules to match an HTTP request and dispatch that req
uest to a module.", |
| 568 "id": "UrlDispatchRule", | 625 "id": "UrlDispatchRule", |
| (...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1528 "type": "string" | 1585 "type": "string" |
| 1529 } | 1586 } |
| 1530 }, | 1587 }, |
| 1531 "type": "object" | 1588 "type": "object" |
| 1532 } | 1589 } |
| 1533 }, | 1590 }, |
| 1534 "servicePath": "", | 1591 "servicePath": "", |
| 1535 "title": "Google App Engine Admin API", | 1592 "title": "Google App Engine Admin API", |
| 1536 "version": "v1beta4" | 1593 "version": "v1beta4" |
| 1537 } | 1594 } |
| OLD | NEW |