Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Side by Side Diff: discovery/googleapis_beta/appengine__v1beta5.json

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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": "Provisions and manages App Engine applications.", 14 "description": "Provisions and manages 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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/uLbYg19XaV3zzxJ-nkNjmqc7iVk\"", 17 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/PN4XIIKLvFT7FU0OtRuE3nmP_ao\"",
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:v1beta5", 22 "id": "appengine:v1beta5",
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "v2 error format" 100 "v2 error format"
101 ], 101 ],
102 "location": "query", 102 "location": "query",
103 "type": "string" 103 "type": "string"
104 } 104 }
105 }, 105 },
106 "protocol": "rest", 106 "protocol": "rest",
107 "resources": { 107 "resources": {
108 "apps": { 108 "apps": {
109 "methods": { 109 "methods": {
110 "create": {
111 "description": "Creates an App Engine application for a Goog le Cloud Platform project. This requires a project that excludes an App Engine a pplication. For details about creating a project without an application, see the [Google Cloud Resource Manager create project topic](https://cloud.google.com/r esource-manager/docs/creating-project).",
112 "httpMethod": "POST",
113 "id": "appengine.apps.create",
114 "path": "v1beta5/apps",
115 "request": {
116 "$ref": "Application"
117 },
118 "response": {
119 "$ref": "Operation"
120 },
121 "scopes": [
122 "https://www.googleapis.com/auth/cloud-platform"
123 ]
124 },
110 "get": { 125 "get": {
111 "description": "Gets information about an application.", 126 "description": "Gets information about an application.",
112 "httpMethod": "GET", 127 "httpMethod": "GET",
113 "id": "appengine.apps.get", 128 "id": "appengine.apps.get",
114 "parameterOrder": [ 129 "parameterOrder": [
115 "appsId" 130 "appsId"
116 ], 131 ],
117 "parameters": { 132 "parameters": {
118 "appsId": { 133 "appsId": {
119 "description": "Part of `name`. Name of the applicat ion to get. For example: \"apps/myapp\".", 134 "description": "Part of `name`. Name of the applicat ion to get. For example: \"apps/myapp\".",
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 "$ref": "Operation" 576 "$ref": "Operation"
562 }, 577 },
563 "scopes": [ 578 "scopes": [
564 "https://www.googleapis.com/auth/cloud-p latform" 579 "https://www.googleapis.com/auth/cloud-p latform"
565 ] 580 ]
566 } 581 }
567 }, 582 },
568 "resources": { 583 "resources": {
569 "instances": { 584 "instances": {
570 "methods": { 585 "methods": {
586 "delete": {
587 "description": "Stops a running inst ance.",
588 "httpMethod": "DELETE",
589 "id": "appengine.apps.services.versi ons.instances.delete",
590 "parameterOrder": [
591 "appsId",
592 "servicesId",
593 "versionsId",
594 "instancesId"
595 ],
596 "parameters": {
597 "appsId": {
598 "description": "Part of `nam e`. Name of the resource requested. For example: \"apps/myapp/services/default/v ersions/v1/instances/instance-1\".",
599 "location": "path",
600 "required": true,
601 "type": "string"
602 },
603 "servicesId": {
604 "description": "Part of `nam e`. See documentation of `appsId`.",
605 "location": "path",
606 "required": true,
607 "type": "string"
608 },
609 "versionsId": {
610 "description": "Part of `nam e`. See documentation of `appsId`.",
611 "location": "path",
612 "required": true,
613 "type": "string"
614 },
615 "instancesId": {
616 "description": "Part of `nam e`. See documentation of `appsId`.",
617 "location": "path",
618 "required": true,
619 "type": "string"
620 }
621 },
622 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances/{instancesId}",
623 "response": {
624 "$ref": "Operation"
625 },
626 "scopes": [
627 "https://www.googleapis.com/auth /cloud-platform"
628 ]
629 },
630 "get": {
631 "description": "Gets instance inform ation.",
632 "httpMethod": "GET",
633 "id": "appengine.apps.services.versi ons.instances.get",
634 "parameterOrder": [
635 "appsId",
636 "servicesId",
637 "versionsId",
638 "instancesId"
639 ],
640 "parameters": {
641 "appsId": {
642 "description": "Part of `nam e`. Name of the resource requested. For example: \"apps/myapp/services/default/v ersions/v1/instances/instance-1\".",
643 "location": "path",
644 "required": true,
645 "type": "string"
646 },
647 "servicesId": {
648 "description": "Part of `nam e`. See documentation of `appsId`.",
649 "location": "path",
650 "required": true,
651 "type": "string"
652 },
653 "versionsId": {
654 "description": "Part of `nam e`. See documentation of `appsId`.",
655 "location": "path",
656 "required": true,
657 "type": "string"
658 },
659 "instancesId": {
660 "description": "Part of `nam e`. See documentation of `appsId`.",
661 "location": "path",
662 "required": true,
663 "type": "string"
664 }
665 },
666 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances/{instancesId}",
667 "response": {
668 "$ref": "Instance"
669 },
670 "scopes": [
671 "https://www.googleapis.com/auth /cloud-platform"
672 ]
673 },
571 "list": { 674 "list": {
572 "description": "Lists the instances of a version.", 675 "description": "Lists the instances of a version.",
573 "httpMethod": "GET", 676 "httpMethod": "GET",
574 "id": "appengine.apps.services.versi ons.instances.list", 677 "id": "appengine.apps.services.versi ons.instances.list",
575 "parameterOrder": [ 678 "parameterOrder": [
576 "appsId", 679 "appsId",
577 "servicesId", 680 "servicesId",
578 "versionsId" 681 "versionsId"
579 ], 682 ],
580 "parameters": { 683 "parameters": {
(...skipping 27 matching lines...) Expand all
608 "type": "string" 711 "type": "string"
609 } 712 }
610 }, 713 },
611 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances", 714 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances",
612 "response": { 715 "response": {
613 "$ref": "ListInstancesResponse" 716 "$ref": "ListInstancesResponse"
614 }, 717 },
615 "scopes": [ 718 "scopes": [
616 "https://www.googleapis.com/auth /cloud-platform" 719 "https://www.googleapis.com/auth /cloud-platform"
617 ] 720 ]
721 },
722 "debug": {
723 "description": "Enable debugging of this VM instance. This call allows you to SSH to the VM. While the VM is in debu g mode, it continues to serve live traffic. After you're done debugging an insta nce, delete the instance; the system creates a new instance when needed. You can 't debug a non-VM instance.",
724 "httpMethod": "POST",
725 "id": "appengine.apps.services.versi ons.instances.debug",
726 "parameterOrder": [
727 "appsId",
728 "servicesId",
729 "versionsId",
730 "instancesId"
731 ],
732 "parameters": {
733 "appsId": {
734 "description": "Part of `nam e`. Name of the resource requested. For example: \"apps/myapp/services/default/v ersions/v1/instances/instance-1\".",
735 "location": "path",
736 "required": true,
737 "type": "string"
738 },
739 "servicesId": {
740 "description": "Part of `nam e`. See documentation of `appsId`.",
741 "location": "path",
742 "required": true,
743 "type": "string"
744 },
745 "versionsId": {
746 "description": "Part of `nam e`. See documentation of `appsId`.",
747 "location": "path",
748 "required": true,
749 "type": "string"
750 },
751 "instancesId": {
752 "description": "Part of `nam e`. See documentation of `appsId`.",
753 "location": "path",
754 "required": true,
755 "type": "string"
756 }
757 },
758 "path": "v1beta5/apps/{appsId}/servi ces/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug",
759 "request": {
760 "$ref": "DebugInstanceRequest"
761 },
762 "response": {
763 "$ref": "Operation"
764 },
765 "scopes": [
766 "https://www.googleapis.com/auth /cloud-platform"
767 ]
618 } 768 }
619 } 769 }
620 } 770 }
621 } 771 }
622 } 772 }
623 } 773 }
774 },
775 "locations": {
776 "methods": {
777 "list": {
778 "description": "Lists information about the supporte d locations for this service.",
779 "httpMethod": "GET",
780 "id": "appengine.apps.locations.list",
781 "parameterOrder": [
782 "appsId"
783 ],
784 "parameters": {
785 "appsId": {
786 "description": "Part of `name`. The resource that owns the locations collection, if applicable.",
787 "location": "path",
788 "required": true,
789 "type": "string"
790 },
791 "filter": {
792 "description": "The standard list filter.",
793 "location": "query",
794 "type": "string"
795 },
796 "pageSize": {
797 "description": "The standard list page size. ",
798 "format": "int32",
799 "location": "query",
800 "type": "integer"
801 },
802 "pageToken": {
803 "description": "The standard list page token .",
804 "location": "query",
805 "type": "string"
806 }
807 },
808 "path": "v1beta5/apps/{appsId}/locations",
809 "response": {
810 "$ref": "ListLocationsResponse"
811 },
812 "scopes": [
813 "https://www.googleapis.com/auth/cloud-platform"
814 ]
815 },
816 "get": {
817 "description": "Get information about a location.",
818 "httpMethod": "GET",
819 "id": "appengine.apps.locations.get",
820 "parameterOrder": [
821 "appsId",
822 "locationsId"
823 ],
824 "parameters": {
825 "appsId": {
826 "description": "Part of `name`. Resource nam e for the location.",
827 "location": "path",
828 "required": true,
829 "type": "string"
830 },
831 "locationsId": {
832 "description": "Part of `name`. See document ation of `appsId`.",
833 "location": "path",
834 "required": true,
835 "type": "string"
836 }
837 },
838 "path": "v1beta5/apps/{appsId}/locations/{locationsI d}",
839 "response": {
840 "$ref": "Location"
841 },
842 "scopes": [
843 "https://www.googleapis.com/auth/cloud-platform"
844 ]
845 }
846 }
624 } 847 }
625 } 848 }
626 } 849 }
627 }, 850 },
628 "revision": "20160614", 851 "revision": "20160711",
629 "rootUrl": "https://appengine.googleapis.com/", 852 "rootUrl": "https://appengine.googleapis.com/",
630 "schemas": { 853 "schemas": {
631 "Operation": { 854 "Operation": {
632 "description": "This resource represents a long-running operation th at is the result of a network API call.", 855 "description": "This resource represents a long-running operation th at is the result of a network API call.",
633 "id": "Operation", 856 "id": "Operation",
634 "properties": { 857 "properties": {
635 "name": { 858 "name": {
636 "description": "The server-assigned name, which is only uniq ue within the same service that originally returns it. If you use the default HT TP mapping, the `name` should have the format of `operations/some/unique/name`." , 859 "description": "The server-assigned name, which is only uniq ue within the same service that originally returns it. If you use the default HT TP mapping, the `name` should have the format of `operations/some/unique/name`." ,
637 "type": "string" 860 "type": "string"
638 }, 861 },
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 "type": "string" 929 "type": "string"
707 } 930 }
708 }, 931 },
709 "type": "object" 932 "type": "object"
710 }, 933 },
711 "Application": { 934 "Application": {
712 "description": "An Application contains the top-level configuration of an App Engine application.", 935 "description": "An Application contains the top-level configuration of an App Engine application.",
713 "id": "Application", 936 "id": "Application",
714 "properties": { 937 "properties": {
715 "name": { 938 "name": {
716 "description": "The full path to the application in the API. Example: \"apps/myapp\". @OutputOnly", 939 "description": "The full path to the Application resource in the API. Example: \"apps/myapp\". @OutputOnly",
717 "type": "string" 940 "type": "string"
718 }, 941 },
719 "id": { 942 "id": {
720 "description": "The relative name/path of the application. E xample: \"myapp\".", 943 "description": "The identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform pro ject where you want to deploy your application. Example: \"myapp\".",
721 "type": "string" 944 "type": "string"
722 }, 945 },
723 "dispatchRules": { 946 "dispatchRules": {
724 "description": "HTTP path dispatch rules for requests to the app that do not explicitly target a service or version. The rules are order-dep endent. @OutputOnly", 947 "description": "HTTP path dispatch rules for requests to the app that do not explicitly target a service or version. The rules are order-dep endent. @OutputOnly",
725 "items": { 948 "items": {
726 "$ref": "UrlDispatchRule" 949 "$ref": "UrlDispatchRule"
727 }, 950 },
728 "type": "array" 951 "type": "array"
729 }, 952 },
730 "authDomain": { 953 "authDomain": {
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 }, 1766 },
1544 "type": "array" 1767 "type": "array"
1545 }, 1768 },
1546 "nextPageToken": { 1769 "nextPageToken": {
1547 "description": "Continuation token for fetching the next pag e of results.", 1770 "description": "Continuation token for fetching the next pag e of results.",
1548 "type": "string" 1771 "type": "string"
1549 } 1772 }
1550 }, 1773 },
1551 "type": "object" 1774 "type": "object"
1552 }, 1775 },
1553 "ListInstancesResponse": {
1554 "description": "Response message for `Instances.ListInstances`.",
1555 "id": "ListInstancesResponse",
1556 "properties": {
1557 "instances": {
1558 "description": "The instances belonging to the requested ver sion.",
1559 "items": {
1560 "$ref": "Instance"
1561 },
1562 "type": "array"
1563 },
1564 "nextPageToken": {
1565 "description": "Continuation token for fetching the next pag e of results.",
1566 "type": "string"
1567 }
1568 },
1569 "type": "object"
1570 },
1571 "Instance": { 1776 "Instance": {
1572 "description": "Instances are the computing units that App Engine us es to automatically scale an application.", 1777 "description": "Instances are the computing units that App Engine us es to automatically scale an application.",
1573 "id": "Instance", 1778 "id": "Instance",
1574 "properties": { 1779 "properties": {
1575 "name": { 1780 "name": {
1576 "description": "The full path to the Instance resource in th e API. Example: \"apps/myapp/services/default/versions/v1/instances/instance-1\" @OutputOnly", 1781 "description": "The full path to the Instance resource in th e API. Example: \"apps/myapp/services/default/versions/v1/instances/instance-1\" @OutputOnly",
1577 "type": "string" 1782 "type": "string"
1578 }, 1783 },
1579 "id": { 1784 "id": {
1580 "description": "The relative name/path of the instance withi n the version. Example: \"instance-1\" @OutputOnly", 1785 "description": "The relative name/path of the instance withi n the version. Example: \"instance-1\" @OutputOnly",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 "description": "For VMEngines instances, the status of the C ompute Engine VM where the instance lives. @OutputOnly", 1843 "description": "For VMEngines instances, the status of the C ompute Engine VM where the instance lives. @OutputOnly",
1639 "type": "string" 1844 "type": "string"
1640 }, 1845 },
1641 "vmUnlocked": { 1846 "vmUnlocked": {
1642 "description": "For VMEngines instances, whether the instanc e has been unlocked. @OutputOnly", 1847 "description": "For VMEngines instances, whether the instanc e has been unlocked. @OutputOnly",
1643 "type": "boolean" 1848 "type": "boolean"
1644 } 1849 }
1645 }, 1850 },
1646 "type": "object" 1851 "type": "object"
1647 }, 1852 },
1853 "ListInstancesResponse": {
1854 "description": "Response message for `Instances.ListInstances`.",
1855 "id": "ListInstancesResponse",
1856 "properties": {
1857 "instances": {
1858 "description": "The instances belonging to the requested ver sion.",
1859 "items": {
1860 "$ref": "Instance"
1861 },
1862 "type": "array"
1863 },
1864 "nextPageToken": {
1865 "description": "Continuation token for fetching the next pag e of results.",
1866 "type": "string"
1867 }
1868 },
1869 "type": "object"
1870 },
1871 "DebugInstanceRequest": {
1872 "description": "Request message for `Instances.DebugInstance`.",
1873 "id": "DebugInstanceRequest",
1874 "type": "object"
1875 },
1876 "ListLocationsResponse": {
1877 "description": "The response message for LocationService.ListLocatio ns.",
1878 "id": "ListLocationsResponse",
1879 "properties": {
1880 "locations": {
1881 "description": "A list of locations that matches the specifi ed filter in the request.",
1882 "items": {
1883 "$ref": "Location"
1884 },
1885 "type": "array"
1886 },
1887 "nextPageToken": {
1888 "description": "The standard List next-page token.",
1889 "type": "string"
1890 }
1891 },
1892 "type": "object"
1893 },
1894 "Location": {
1895 "description": "A resource that represents Google Cloud Platform loc ation.",
1896 "id": "Location",
1897 "properties": {
1898 "name": {
1899 "description": "Resource name for the location, which may va ry between implementations. Example: `\"projects/example-project/locations/us-ea st1\"`",
1900 "type": "string"
1901 },
1902 "labels": {
1903 "additionalProperties": {
1904 "type": "string"
1905 },
1906 "description": "Cross-service attributes for the location. F or example {\"cloud.googleapis.com/region\": \"us-east1\"}",
1907 "type": "object"
1908 },
1909 "metadata": {
1910 "additionalProperties": {
1911 "description": "Properties of the object. Contains field @ype with type URL.",
1912 "type": "any"
1913 },
1914 "description": "Service-specific metadata. For example the a vailable capacity at the given location.",
1915 "type": "object"
1916 }
1917 },
1918 "type": "object"
1919 },
1648 "OperationMetadata": { 1920 "OperationMetadata": {
1649 "description": "Metadata for the given google.longrunning.Operation. ", 1921 "description": "Metadata for the given google.longrunning.Operation. ",
1650 "id": "OperationMetadata", 1922 "id": "OperationMetadata",
1651 "properties": { 1923 "properties": {
1652 "operationType": { 1924 "operationType": {
1653 "description": "The type of the operation (deprecated, use m ethod field instead). Example: \"create_version\". @OutputOnly", 1925 "description": "The type of the operation (deprecated, use m ethod field instead). Example: \"create_version\". @OutputOnly",
1654 "type": "string" 1926 "type": "string"
1655 }, 1927 },
1656 "insertTime": { 1928 "insertTime": {
1657 "description": "Timestamp that this operation was received. @OutputOnly", 1929 "description": "Timestamp that this operation was received. @OutputOnly",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 "LocationMetadata": { 2005 "LocationMetadata": {
1734 "description": "Metadata for the given google.cloud.location.Locatio n.", 2006 "description": "Metadata for the given google.cloud.location.Locatio n.",
1735 "id": "LocationMetadata", 2007 "id": "LocationMetadata",
1736 "type": "object" 2008 "type": "object"
1737 } 2009 }
1738 }, 2010 },
1739 "servicePath": "", 2011 "servicePath": "",
1740 "title": "Google App Engine Admin API", 2012 "title": "Google App Engine Admin API",
1741 "version": "v1beta5" 2013 "version": "v1beta5"
1742 } 2014 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/appengine__v1beta4.json ('k') | discovery/googleapis_beta/autoscaler__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698