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

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

Issue 1268013003: Api-roll 21: 2015-08-04 (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": {
9 "description": "MESSAGE UNDER CONSTRUCTION View your data ac ross Google Cloud Platform services"
10 },
8 "https://www.googleapis.com/auth/compute": { 11 "https://www.googleapis.com/auth/compute": {
9 "description": "View and manage your Google Compute Engine r esources" 12 "description": "View and manage your Google Compute Engine r esources"
10 }, 13 },
11 "https://www.googleapis.com/auth/compute.readonly": { 14 "https://www.googleapis.com/auth/compute.readonly": {
12 "description": "View your Google Compute Engine resources" 15 "description": "View your Google Compute Engine resources"
13 }, 16 },
14 "https://www.googleapis.com/auth/ndev.cloudman": { 17 "https://www.googleapis.com/auth/ndev.cloudman": {
15 "description": "View and manage your Google Cloud Platform m anagement resources and deployment status information" 18 "description": "View and manage your Google Cloud Platform m anagement resources and deployment status information"
16 }, 19 },
17 "https://www.googleapis.com/auth/ndev.cloudman.readonly": { 20 "https://www.googleapis.com/auth/ndev.cloudman.readonly": {
18 "description": "View your Google Cloud Platform management r esources and deployment status information" 21 "description": "View your Google Cloud Platform management r esources and deployment status information"
19 } 22 }
20 } 23 }
21 } 24 }
22 }, 25 },
23 "basePath": "/resourceviews/v1beta2/projects/", 26 "basePath": "/resourceviews/v1beta2/projects/",
24 "baseUrl": "https://www.googleapis.com/resourceviews/v1beta2/projects/", 27 "baseUrl": "https://www.googleapis.com/resourceviews/v1beta2/projects/",
25 "batchPath": "batch", 28 "batchPath": "batch",
26 "description": "The Resource View API allows users to create and manage logi cal sets of Google Compute Engine instances.", 29 "description": "The Resource View API allows users to create and manage logi cal sets of Google Compute Engine instances.",
27 "discoveryVersion": "v1", 30 "discoveryVersion": "v1",
28 "documentationLink": "https://developers.google.com/compute/", 31 "documentationLink": "https://developers.google.com/compute/",
29 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/kJtuTsJzu85XSIGTjc3CGYhMSXg\"", 32 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/yzlGzUdfFMQ070LA1GWey4JnOPY\"",
30 "icons": { 33 "icons": {
31 "x16": "http://www.google.com/images/icons/product/search-16.gif", 34 "x16": "http://www.google.com/images/icons/product/search-16.gif",
32 "x32": "http://www.google.com/images/icons/product/search-32.gif" 35 "x32": "http://www.google.com/images/icons/product/search-32.gif"
33 }, 36 },
34 "id": "resourceviews:v1beta2", 37 "id": "resourceviews:v1beta2",
35 "kind": "discovery#restDescription", 38 "kind": "discovery#restDescription",
36 "labels": [ 39 "labels": [
37 "limited_availability" 40 "limited_availability"
38 ], 41 ],
39 "name": "resourceviews", 42 "name": "resourceviews",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "required": true, 122 "required": true,
120 "type": "string" 123 "type": "string"
121 } 124 }
122 }, 125 },
123 "path": "{project}/zones/{zone}/operations/{operation}", 126 "path": "{project}/zones/{zone}/operations/{operation}",
124 "response": { 127 "response": {
125 "$ref": "Operation" 128 "$ref": "Operation"
126 }, 129 },
127 "scopes": [ 130 "scopes": [
128 "https://www.googleapis.com/auth/cloud-platform", 131 "https://www.googleapis.com/auth/cloud-platform",
132 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
129 "https://www.googleapis.com/auth/compute", 133 "https://www.googleapis.com/auth/compute",
130 "https://www.googleapis.com/auth/compute.readonly", 134 "https://www.googleapis.com/auth/compute.readonly",
131 "https://www.googleapis.com/auth/ndev.cloudman", 135 "https://www.googleapis.com/auth/ndev.cloudman",
132 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 136 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
133 ] 137 ]
134 }, 138 },
135 "list": { 139 "list": {
136 "description": "Retrieves the list of operation resources co ntained within the specified zone.", 140 "description": "Retrieves the list of operation resources co ntained within the specified zone.",
137 "httpMethod": "GET", 141 "httpMethod": "GET",
138 "id": "resourceviews.zoneOperations.list", 142 "id": "resourceviews.zoneOperations.list",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "required": true, 178 "required": true,
175 "type": "string" 179 "type": "string"
176 } 180 }
177 }, 181 },
178 "path": "{project}/zones/{zone}/operations", 182 "path": "{project}/zones/{zone}/operations",
179 "response": { 183 "response": {
180 "$ref": "OperationList" 184 "$ref": "OperationList"
181 }, 185 },
182 "scopes": [ 186 "scopes": [
183 "https://www.googleapis.com/auth/cloud-platform", 187 "https://www.googleapis.com/auth/cloud-platform",
188 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
184 "https://www.googleapis.com/auth/compute", 189 "https://www.googleapis.com/auth/compute",
185 "https://www.googleapis.com/auth/compute.readonly", 190 "https://www.googleapis.com/auth/compute.readonly",
186 "https://www.googleapis.com/auth/ndev.cloudman", 191 "https://www.googleapis.com/auth/ndev.cloudman",
187 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 192 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
188 ] 193 ]
189 } 194 }
190 } 195 }
191 }, 196 },
192 "zoneViews": { 197 "zoneViews": {
193 "methods": { 198 "methods": {
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "required": true, 305 "required": true,
301 "type": "string" 306 "type": "string"
302 } 307 }
303 }, 308 },
304 "path": "{project}/zones/{zone}/resourceViews/{resourceView} ", 309 "path": "{project}/zones/{zone}/resourceViews/{resourceView} ",
305 "response": { 310 "response": {
306 "$ref": "ResourceView" 311 "$ref": "ResourceView"
307 }, 312 },
308 "scopes": [ 313 "scopes": [
309 "https://www.googleapis.com/auth/cloud-platform", 314 "https://www.googleapis.com/auth/cloud-platform",
315 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
310 "https://www.googleapis.com/auth/compute", 316 "https://www.googleapis.com/auth/compute",
311 "https://www.googleapis.com/auth/compute.readonly", 317 "https://www.googleapis.com/auth/compute.readonly",
312 "https://www.googleapis.com/auth/ndev.cloudman", 318 "https://www.googleapis.com/auth/ndev.cloudman",
313 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 319 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
314 ] 320 ]
315 }, 321 },
316 "getService": { 322 "getService": {
317 "description": "Get the service information of a resource vi ew or a resource.", 323 "description": "Get the service information of a resource vi ew or a resource.",
318 "httpMethod": "POST", 324 "httpMethod": "POST",
319 "id": "resourceviews.zoneViews.getService", 325 "id": "resourceviews.zoneViews.getService",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "required": true, 433 "required": true,
428 "type": "string" 434 "type": "string"
429 } 435 }
430 }, 436 },
431 "path": "{project}/zones/{zone}/resourceViews", 437 "path": "{project}/zones/{zone}/resourceViews",
432 "response": { 438 "response": {
433 "$ref": "ZoneViewsList" 439 "$ref": "ZoneViewsList"
434 }, 440 },
435 "scopes": [ 441 "scopes": [
436 "https://www.googleapis.com/auth/cloud-platform", 442 "https://www.googleapis.com/auth/cloud-platform",
443 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
437 "https://www.googleapis.com/auth/compute", 444 "https://www.googleapis.com/auth/compute",
438 "https://www.googleapis.com/auth/compute.readonly", 445 "https://www.googleapis.com/auth/compute.readonly",
439 "https://www.googleapis.com/auth/ndev.cloudman", 446 "https://www.googleapis.com/auth/ndev.cloudman",
440 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 447 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
441 ] 448 ]
442 }, 449 },
443 "listResources": { 450 "listResources": {
444 "description": "List the resources of the resource view.", 451 "description": "List the resources of the resource view.",
445 "httpMethod": "GET", 452 "httpMethod": "GET",
446 "id": "resourceviews.zoneViews.listResources", 453 "id": "resourceviews.zoneViews.listResources",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "required": true, 523 "required": true,
517 "type": "string" 524 "type": "string"
518 } 525 }
519 }, 526 },
520 "path": "{project}/zones/{zone}/resourceViews/{resourceView} /resources", 527 "path": "{project}/zones/{zone}/resourceViews/{resourceView} /resources",
521 "response": { 528 "response": {
522 "$ref": "ZoneViewsListResourcesResponse" 529 "$ref": "ZoneViewsListResourcesResponse"
523 }, 530 },
524 "scopes": [ 531 "scopes": [
525 "https://www.googleapis.com/auth/cloud-platform", 532 "https://www.googleapis.com/auth/cloud-platform",
533 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
526 "https://www.googleapis.com/auth/compute", 534 "https://www.googleapis.com/auth/compute",
527 "https://www.googleapis.com/auth/compute.readonly", 535 "https://www.googleapis.com/auth/compute.readonly",
528 "https://www.googleapis.com/auth/ndev.cloudman", 536 "https://www.googleapis.com/auth/ndev.cloudman",
529 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 537 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
530 ] 538 ]
531 }, 539 },
532 "removeResources": { 540 "removeResources": {
533 "description": "Remove resources from the view.", 541 "description": "Remove resources from the view.",
534 "httpMethod": "POST", 542 "httpMethod": "POST",
535 "id": "resourceviews.zoneViews.removeResources", 543 "id": "resourceviews.zoneViews.removeResources",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 }, 617 },
610 "scopes": [ 618 "scopes": [
611 "https://www.googleapis.com/auth/cloud-platform", 619 "https://www.googleapis.com/auth/cloud-platform",
612 "https://www.googleapis.com/auth/compute", 620 "https://www.googleapis.com/auth/compute",
613 "https://www.googleapis.com/auth/ndev.cloudman" 621 "https://www.googleapis.com/auth/ndev.cloudman"
614 ] 622 ]
615 } 623 }
616 } 624 }
617 } 625 }
618 }, 626 },
619 "revision": "20150623", 627 "revision": "20150708",
620 "rootUrl": "https://www.googleapis.com/", 628 "rootUrl": "https://www.googleapis.com/",
621 "schemas": { 629 "schemas": {
622 "Label": { 630 "Label": {
623 "description": "The Label to be applied to the resource views.", 631 "description": "The Label to be applied to the resource views.",
624 "id": "Label", 632 "id": "Label",
625 "properties": { 633 "properties": {
626 "key": { 634 "key": {
627 "description": "Key of the label.", 635 "description": "Key of the label.",
628 "type": "string" 636 "type": "string"
629 }, 637 },
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 "type": "string" 1043 "type": "string"
1036 } 1044 }
1037 }, 1045 },
1038 "type": "object" 1046 "type": "object"
1039 } 1047 }
1040 }, 1048 },
1041 "servicePath": "resourceviews/v1beta2/projects/", 1049 "servicePath": "resourceviews/v1beta2/projects/",
1042 "title": "Google Compute Engine Instance Groups API", 1050 "title": "Google Compute Engine Instance Groups API",
1043 "version": "v1beta2" 1051 "version": "v1beta2"
1044 } 1052 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698