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

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

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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 "https://www.googleapis.com/auth/cloud-platform.read-only": { 8 "https://www.googleapis.com/auth/cloud-platform.read-only": {
9 "description": "MESSAGE UNDER CONSTRUCTION View your data ac ross Google Cloud Platform services" 9 "description": "MESSAGE UNDER CONSTRUCTION View your data ac ross Google Cloud Platform services"
10 }, 10 },
11 "https://www.googleapis.com/auth/ndev.cloudman": { 11 "https://www.googleapis.com/auth/ndev.cloudman": {
12 "description": "View and manage your Google Cloud Platform m anagement resources and deployment status information" 12 "description": "View and manage your Google Cloud Platform m anagement resources and deployment status information"
13 }, 13 },
14 "https://www.googleapis.com/auth/ndev.cloudman.readonly": { 14 "https://www.googleapis.com/auth/ndev.cloudman.readonly": {
15 "description": "View your Google Cloud Platform management r esources and deployment status information" 15 "description": "View your Google Cloud Platform management r esources and deployment status information"
16 } 16 }
17 } 17 }
18 } 18 }
19 }, 19 },
20 "basePath": "/deploymentmanager/v2beta2/projects/", 20 "basePath": "/deploymentmanager/v2beta2/projects/",
21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2beta2/projects/", 21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2beta2/projects/",
22 "batchPath": "batch", 22 "batchPath": "batch",
23 "canonicalName": "Deployment Manager", 23 "canonicalName": "Deployment Manager",
24 "description": "The Deployment Manager API allows users to declaratively con figure, deploy and run complex solutions on the Google Cloud Platform.", 24 "description": "The Deployment Manager API allows users to declaratively con figure, deploy and run complex solutions on the Google Cloud Platform.",
25 "discoveryVersion": "v1", 25 "discoveryVersion": "v1",
26 "documentationLink": "https://developers.google.com/deployment-manager/", 26 "documentationLink": "https://developers.google.com/deployment-manager/",
27 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/guLJBPXGbDBnc4IiWoaiCyL_DPU\"", 27 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/HvDwDVjs50hsuZb_JN-4iLHiHcc\"",
28 "icons": { 28 "icons": {
29 "x16": "http://www.google.com/images/icons/product/search-16.gif", 29 "x16": "http://www.google.com/images/icons/product/search-16.gif",
30 "x32": "http://www.google.com/images/icons/product/search-32.gif" 30 "x32": "http://www.google.com/images/icons/product/search-32.gif"
31 }, 31 },
32 "id": "deploymentmanager:v2beta2", 32 "id": "deploymentmanager:v2beta2",
33 "kind": "discovery#restDescription", 33 "kind": "discovery#restDescription",
34 "name": "deploymentmanager", 34 "name": "deploymentmanager",
35 "ownerDomain": "google.com", 35 "ownerDomain": "google.com",
36 "ownerName": "Google", 36 "ownerName": "Google",
37 "parameters": { 37 "parameters": {
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 "scopes": [ 712 "scopes": [
713 "https://www.googleapis.com/auth/cloud-platform", 713 "https://www.googleapis.com/auth/cloud-platform",
714 "https://www.googleapis.com/auth/cloud-platform.read-onl y", 714 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
715 "https://www.googleapis.com/auth/ndev.cloudman", 715 "https://www.googleapis.com/auth/ndev.cloudman",
716 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 716 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
717 ] 717 ]
718 } 718 }
719 } 719 }
720 } 720 }
721 }, 721 },
722 "revision": "20150728", 722 "revision": "20150807",
723 "rootUrl": "https://www.googleapis.com/", 723 "rootUrl": "https://www.googleapis.com/",
724 "schemas": { 724 "schemas": {
725 "Deployment": { 725 "Deployment": {
726 "description": "", 726 "description": "",
727 "id": "Deployment", 727 "id": "Deployment",
728 "properties": { 728 "properties": {
729 "description": { 729 "description": {
730 "description": "An optional user-provided description of the deployment.", 730 "description": "An optional user-provided description of the deployment.",
731 "type": "string" 731 "type": "string"
732 }, 732 },
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 "progress": { 964 "progress": {
965 "description": "[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or suppo rt any granularity of operations. This should not be used to guess at when the o peration will be complete. This number should monotonically increase as the oper ation progresses.", 965 "description": "[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or suppo rt any granularity of operations. This should not be used to guess at when the o peration will be complete. This number should monotonically increase as the oper ation progresses.",
966 "format": "int32", 966 "format": "int32",
967 "type": "integer" 967 "type": "integer"
968 }, 968 },
969 "region": { 969 "region": {
970 "description": "[Output Only] URL of the region where the op eration resides. Only applicable for regional resources.", 970 "description": "[Output Only] URL of the region where the op eration resides. Only applicable for regional resources.",
971 "type": "string" 971 "type": "string"
972 }, 972 },
973 "selfLink": { 973 "selfLink": {
974 "description": "[Output Only] Server defined URL for the res ource.", 974 "description": "[Output Only] Server-defined URL for the res ource.",
975 "type": "string" 975 "type": "string"
976 }, 976 },
977 "startTime": { 977 "startTime": {
978 "description": "[Output Only] The time that this operation w as started by the server. This is in RFC3339 text format.", 978 "description": "[Output Only] The time that this operation w as started by the server. This is in RFC3339 text format.",
979 "type": "string" 979 "type": "string"
980 }, 980 },
981 "status": { 981 "status": {
982 "description": "[Output Only] Status of the operation. Can b e one of the following: PENDING, RUNNING, or DONE.", 982 "description": "[Output Only] Status of the operation. Can b e one of the following: PENDING, RUNNING, or DONE.",
983 "type": "string" 983 "type": "string"
984 }, 984 },
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 "items": { 1200 "items": {
1201 "$ref": "Type" 1201 "$ref": "Type"
1202 }, 1202 },
1203 "type": "array" 1203 "type": "array"
1204 } 1204 }
1205 }, 1205 },
1206 "type": "object" 1206 "type": "object"
1207 } 1207 }
1208 }, 1208 },
1209 "servicePath": "deploymentmanager/v2beta2/projects/", 1209 "servicePath": "deploymentmanager/v2beta2/projects/",
1210 "title": "Google Cloud Deployment Manager API V2", 1210 "title": "Google Cloud Deployment Manager API",
1211 "version": "v2beta2" 1211 "version": "v2beta2"
1212 } 1212 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/deploymentmanager__v2beta1.json ('k') | discovery/googleapis_beta/dns__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698