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

Side by Side Diff: discovery/googleapis/deploymentmanager__v2.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
« no previous file with comments | « discovery/googleapis/coordinate__v1.json ('k') | discovery/googleapis/dns__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/v2/projects/", 20 "basePath": "/deploymentmanager/v2/projects/",
21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2/projects/", 21 "baseUrl": "https://www.googleapis.com/deploymentmanager/v2/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://cloud.google.com/deployment-manager/", 26 "documentationLink": "https://cloud.google.com/deployment-manager/",
27 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/OWsveESe3JaIkrtzdqpoPYx7bvk\"", 27 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/MkIYb0BD-XLeiL84D_TVVMXuZWU\"",
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:v2", 32 "id": "deploymentmanager:v2",
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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 "scopes": [ 773 "scopes": [
774 "https://www.googleapis.com/auth/cloud-platform", 774 "https://www.googleapis.com/auth/cloud-platform",
775 "https://www.googleapis.com/auth/cloud-platform.read-onl y", 775 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
776 "https://www.googleapis.com/auth/ndev.cloudman", 776 "https://www.googleapis.com/auth/ndev.cloudman",
777 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 777 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
778 ] 778 ]
779 } 779 }
780 } 780 }
781 } 781 }
782 }, 782 },
783 "revision": "20150728", 783 "revision": "20150807",
784 "rootUrl": "https://www.googleapis.com/", 784 "rootUrl": "https://www.googleapis.com/",
785 "schemas": { 785 "schemas": {
786 "ConfigFile": { 786 "ConfigFile": {
787 "description": "", 787 "description": "",
788 "id": "ConfigFile", 788 "id": "ConfigFile",
789 "properties": { 789 "properties": {
790 "content": { 790 "content": {
791 "description": "The contents of the file.", 791 "description": "The contents of the file.",
792 "type": "string" 792 "type": "string"
793 } 793 }
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 "progress": { 1045 "progress": {
1046 "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.", 1046 "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.",
1047 "format": "int32", 1047 "format": "int32",
1048 "type": "integer" 1048 "type": "integer"
1049 }, 1049 },
1050 "region": { 1050 "region": {
1051 "description": "[Output Only] URL of the region where the op eration resides. Only applicable for regional resources.", 1051 "description": "[Output Only] URL of the region where the op eration resides. Only applicable for regional resources.",
1052 "type": "string" 1052 "type": "string"
1053 }, 1053 },
1054 "selfLink": { 1054 "selfLink": {
1055 "description": "[Output Only] Server defined URL for the res ource.", 1055 "description": "[Output Only] Server-defined URL for the res ource.",
1056 "type": "string" 1056 "type": "string"
1057 }, 1057 },
1058 "startTime": { 1058 "startTime": {
1059 "description": "[Output Only] The time that this operation w as started by the server. This is in RFC3339 text format.", 1059 "description": "[Output Only] The time that this operation w as started by the server. This is in RFC3339 text format.",
1060 "type": "string" 1060 "type": "string"
1061 }, 1061 },
1062 "status": { 1062 "status": {
1063 "description": "[Output Only] Status of the operation. Can b e one of the following: PENDING, RUNNING, or DONE.", 1063 "description": "[Output Only] Status of the operation. Can b e one of the following: PENDING, RUNNING, or DONE.",
1064 "type": "string" 1064 "type": "string"
1065 }, 1065 },
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 "type": "array" 1372 "type": "array"
1373 } 1373 }
1374 }, 1374 },
1375 "type": "object" 1375 "type": "object"
1376 } 1376 }
1377 }, 1377 },
1378 "servicePath": "deploymentmanager/v2/projects/", 1378 "servicePath": "deploymentmanager/v2/projects/",
1379 "title": "Google Cloud Deployment Manager API", 1379 "title": "Google Cloud Deployment Manager API",
1380 "version": "v2" 1380 "version": "v2"
1381 } 1381 }
OLDNEW
« no previous file with comments | « discovery/googleapis/coordinate__v1.json ('k') | discovery/googleapis/dns__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698