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

Side by Side Diff: discovery/googleapis_beta/resourceviews__v1beta1.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/v1beta1/projects/", 26 "basePath": "/resourceviews/v1beta1/projects/",
24 "baseUrl": "https://www.googleapis.com/resourceviews/v1beta1/projects/", 27 "baseUrl": "https://www.googleapis.com/resourceviews/v1beta1/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/6koVyGC1Wp1ynnddtd3jnDyq_jw\"", 32 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/ez11eFN6hpjhz3I2p9sBXzcrk5I\"",
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:v1beta1", 37 "id": "resourceviews:v1beta1",
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "required": true, 194 "required": true,
192 "type": "string" 195 "type": "string"
193 } 196 }
194 }, 197 },
195 "path": "{projectName}/regions/{region}/resourceViews/{resou rceViewName}", 198 "path": "{projectName}/regions/{region}/resourceViews/{resou rceViewName}",
196 "response": { 199 "response": {
197 "$ref": "ResourceView" 200 "$ref": "ResourceView"
198 }, 201 },
199 "scopes": [ 202 "scopes": [
200 "https://www.googleapis.com/auth/cloud-platform", 203 "https://www.googleapis.com/auth/cloud-platform",
204 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
201 "https://www.googleapis.com/auth/compute", 205 "https://www.googleapis.com/auth/compute",
202 "https://www.googleapis.com/auth/compute.readonly", 206 "https://www.googleapis.com/auth/compute.readonly",
203 "https://www.googleapis.com/auth/ndev.cloudman", 207 "https://www.googleapis.com/auth/ndev.cloudman",
204 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 208 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
205 ] 209 ]
206 }, 210 },
207 "insert": { 211 "insert": {
208 "description": "Create a resource view.", 212 "description": "Create a resource view.",
209 "httpMethod": "POST", 213 "httpMethod": "POST",
210 "id": "resourceviews.regionViews.insert", 214 "id": "resourceviews.regionViews.insert",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "required": true, 278 "required": true,
275 "type": "string" 279 "type": "string"
276 } 280 }
277 }, 281 },
278 "path": "{projectName}/regions/{region}/resourceViews", 282 "path": "{projectName}/regions/{region}/resourceViews",
279 "response": { 283 "response": {
280 "$ref": "RegionViewsListResponse" 284 "$ref": "RegionViewsListResponse"
281 }, 285 },
282 "scopes": [ 286 "scopes": [
283 "https://www.googleapis.com/auth/cloud-platform", 287 "https://www.googleapis.com/auth/cloud-platform",
288 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
284 "https://www.googleapis.com/auth/compute", 289 "https://www.googleapis.com/auth/compute",
285 "https://www.googleapis.com/auth/compute.readonly", 290 "https://www.googleapis.com/auth/compute.readonly",
286 "https://www.googleapis.com/auth/ndev.cloudman", 291 "https://www.googleapis.com/auth/ndev.cloudman",
287 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 292 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
288 ] 293 ]
289 }, 294 },
290 "listresources": { 295 "listresources": {
291 "description": "List the resources in the view.", 296 "description": "List the resources in the view.",
292 "httpMethod": "POST", 297 "httpMethod": "POST",
293 "id": "resourceviews.regionViews.listresources", 298 "id": "resourceviews.regionViews.listresources",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "required": true, 334 "required": true,
330 "type": "string" 335 "type": "string"
331 } 336 }
332 }, 337 },
333 "path": "{projectName}/regions/{region}/resourceViews/{resou rceViewName}/resources", 338 "path": "{projectName}/regions/{region}/resourceViews/{resou rceViewName}/resources",
334 "response": { 339 "response": {
335 "$ref": "RegionViewsListResourcesResponse" 340 "$ref": "RegionViewsListResourcesResponse"
336 }, 341 },
337 "scopes": [ 342 "scopes": [
338 "https://www.googleapis.com/auth/cloud-platform", 343 "https://www.googleapis.com/auth/cloud-platform",
344 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
339 "https://www.googleapis.com/auth/compute", 345 "https://www.googleapis.com/auth/compute",
340 "https://www.googleapis.com/auth/compute.readonly", 346 "https://www.googleapis.com/auth/compute.readonly",
341 "https://www.googleapis.com/auth/ndev.cloudman", 347 "https://www.googleapis.com/auth/ndev.cloudman",
342 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 348 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
343 ] 349 ]
344 }, 350 },
345 "removeresources": { 351 "removeresources": {
346 "description": "Remove resources from the view.", 352 "description": "Remove resources from the view.",
347 "httpMethod": "POST", 353 "httpMethod": "POST",
348 "id": "resourceviews.regionViews.removeresources", 354 "id": "resourceviews.regionViews.removeresources",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "required": true, 494 "required": true,
489 "type": "string" 495 "type": "string"
490 } 496 }
491 }, 497 },
492 "path": "{projectName}/zones/{zone}/resourceViews/{resourceV iewName}", 498 "path": "{projectName}/zones/{zone}/resourceViews/{resourceV iewName}",
493 "response": { 499 "response": {
494 "$ref": "ResourceView" 500 "$ref": "ResourceView"
495 }, 501 },
496 "scopes": [ 502 "scopes": [
497 "https://www.googleapis.com/auth/cloud-platform", 503 "https://www.googleapis.com/auth/cloud-platform",
504 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
498 "https://www.googleapis.com/auth/compute", 505 "https://www.googleapis.com/auth/compute",
499 "https://www.googleapis.com/auth/compute.readonly", 506 "https://www.googleapis.com/auth/compute.readonly",
500 "https://www.googleapis.com/auth/ndev.cloudman", 507 "https://www.googleapis.com/auth/ndev.cloudman",
501 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 508 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
502 ] 509 ]
503 }, 510 },
504 "insert": { 511 "insert": {
505 "description": "Create a resource view.", 512 "description": "Create a resource view.",
506 "httpMethod": "POST", 513 "httpMethod": "POST",
507 "id": "resourceviews.zoneViews.insert", 514 "id": "resourceviews.zoneViews.insert",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 "required": true, 578 "required": true,
572 "type": "string" 579 "type": "string"
573 } 580 }
574 }, 581 },
575 "path": "{projectName}/zones/{zone}/resourceViews", 582 "path": "{projectName}/zones/{zone}/resourceViews",
576 "response": { 583 "response": {
577 "$ref": "ZoneViewsListResponse" 584 "$ref": "ZoneViewsListResponse"
578 }, 585 },
579 "scopes": [ 586 "scopes": [
580 "https://www.googleapis.com/auth/cloud-platform", 587 "https://www.googleapis.com/auth/cloud-platform",
588 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
581 "https://www.googleapis.com/auth/compute", 589 "https://www.googleapis.com/auth/compute",
582 "https://www.googleapis.com/auth/compute.readonly", 590 "https://www.googleapis.com/auth/compute.readonly",
583 "https://www.googleapis.com/auth/ndev.cloudman", 591 "https://www.googleapis.com/auth/ndev.cloudman",
584 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 592 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
585 ] 593 ]
586 }, 594 },
587 "listresources": { 595 "listresources": {
588 "description": "List the resources of the resource view.", 596 "description": "List the resources of the resource view.",
589 "httpMethod": "POST", 597 "httpMethod": "POST",
590 "id": "resourceviews.zoneViews.listresources", 598 "id": "resourceviews.zoneViews.listresources",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "required": true, 634 "required": true,
627 "type": "string" 635 "type": "string"
628 } 636 }
629 }, 637 },
630 "path": "{projectName}/zones/{zone}/resourceViews/{resourceV iewName}/resources", 638 "path": "{projectName}/zones/{zone}/resourceViews/{resourceV iewName}/resources",
631 "response": { 639 "response": {
632 "$ref": "ZoneViewsListResourcesResponse" 640 "$ref": "ZoneViewsListResourcesResponse"
633 }, 641 },
634 "scopes": [ 642 "scopes": [
635 "https://www.googleapis.com/auth/cloud-platform", 643 "https://www.googleapis.com/auth/cloud-platform",
644 "https://www.googleapis.com/auth/cloud-platform.read-onl y",
636 "https://www.googleapis.com/auth/compute", 645 "https://www.googleapis.com/auth/compute",
637 "https://www.googleapis.com/auth/compute.readonly", 646 "https://www.googleapis.com/auth/compute.readonly",
638 "https://www.googleapis.com/auth/ndev.cloudman", 647 "https://www.googleapis.com/auth/ndev.cloudman",
639 "https://www.googleapis.com/auth/ndev.cloudman.readonly" 648 "https://www.googleapis.com/auth/ndev.cloudman.readonly"
640 ] 649 ]
641 }, 650 },
642 "removeresources": { 651 "removeresources": {
643 "description": "Remove resources from the view.", 652 "description": "Remove resources from the view.",
644 "httpMethod": "POST", 653 "httpMethod": "POST",
645 "id": "resourceviews.zoneViews.removeresources", 654 "id": "resourceviews.zoneViews.removeresources",
(...skipping 28 matching lines...) Expand all
674 }, 683 },
675 "scopes": [ 684 "scopes": [
676 "https://www.googleapis.com/auth/cloud-platform", 685 "https://www.googleapis.com/auth/cloud-platform",
677 "https://www.googleapis.com/auth/compute", 686 "https://www.googleapis.com/auth/compute",
678 "https://www.googleapis.com/auth/ndev.cloudman" 687 "https://www.googleapis.com/auth/ndev.cloudman"
679 ] 688 ]
680 } 689 }
681 } 690 }
682 } 691 }
683 }, 692 },
684 "revision": "20150623", 693 "revision": "20150708",
685 "rootUrl": "https://www.googleapis.com/", 694 "rootUrl": "https://www.googleapis.com/",
686 "schemas": { 695 "schemas": {
687 "Label": { 696 "Label": {
688 "description": "The Label to be applied to the resource views.", 697 "description": "The Label to be applied to the resource views.",
689 "id": "Label", 698 "id": "Label",
690 "properties": { 699 "properties": {
691 "key": { 700 "key": {
692 "description": "Key of the label.", 701 "description": "Key of the label.",
693 "type": "string" 702 "type": "string"
694 }, 703 },
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 "type": "array" 911 "type": "array"
903 } 912 }
904 }, 913 },
905 "type": "object" 914 "type": "object"
906 } 915 }
907 }, 916 },
908 "servicePath": "resourceviews/v1beta1/projects/", 917 "servicePath": "resourceviews/v1beta1/projects/",
909 "title": "Resource Views API", 918 "title": "Resource Views API",
910 "version": "v1beta1" 919 "version": "v1beta1"
911 } 920 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698