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

Side by Side Diff: discovery/googleapis/compute__v1.json

Issue 663113002: Api roll 4: 2014-10-20 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 2 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/civicinfo__v2.json ('k') | discovery/googleapis/content__v2.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/compute": { 5 "https://www.googleapis.com/auth/compute": {
6 "description": "View and manage your Google Compute Engine r esources" 6 "description": "View and manage your Google Compute Engine r esources"
7 }, 7 },
8 "https://www.googleapis.com/auth/compute.readonly": { 8 "https://www.googleapis.com/auth/compute.readonly": {
9 "description": "View your Google Compute Engine resources" 9 "description": "View your Google Compute Engine resources"
10 }, 10 },
11 "https://www.googleapis.com/auth/devstorage.full_control": { 11 "https://www.googleapis.com/auth/devstorage.full_control": {
12 "description": "Manage your data and permissions in Google C loud Storage" 12 "description": "Manage your data and permissions in Google C loud Storage"
13 }, 13 },
14 "https://www.googleapis.com/auth/devstorage.read_only": { 14 "https://www.googleapis.com/auth/devstorage.read_only": {
15 "description": "View your data in Google Cloud Storage" 15 "description": "View your data in Google Cloud Storage"
16 }, 16 },
17 "https://www.googleapis.com/auth/devstorage.read_write": { 17 "https://www.googleapis.com/auth/devstorage.read_write": {
18 "description": "Manage your data in Google Cloud Storage" 18 "description": "Manage your data in Google Cloud Storage"
19 } 19 }
20 } 20 }
21 } 21 }
22 }, 22 },
23 "basePath": "/compute/v1/projects/", 23 "basePath": "/compute/v1/projects/",
24 "baseUrl": "https://www.googleapis.com/compute/v1/projects/", 24 "baseUrl": "https://www.googleapis.com/compute/v1/projects/",
25 "batchPath": "batch", 25 "batchPath": "batch",
26 "description": "API for the Google Compute Engine service.", 26 "description": "API for the Google Compute Engine service.",
27 "discoveryVersion": "v1", 27 "discoveryVersion": "v1",
28 "documentationLink": "https://developers.google.com/compute/docs/reference/l atest/", 28 "documentationLink": "https://developers.google.com/compute/docs/reference/l atest/",
29 "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/qUHCwz70L0xuP-BVWW3HW2bYL8A\"", 29 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/GzT3QuznikNBeUl_jZ6mEw13u7c\"",
30 "icons": { 30 "icons": {
31 "x16": "https://www.google.com/images/icons/product/compute_engine-16.pn g", 31 "x16": "https://www.google.com/images/icons/product/compute_engine-16.pn g",
32 "x32": "https://www.google.com/images/icons/product/compute_engine-32.pn g" 32 "x32": "https://www.google.com/images/icons/product/compute_engine-32.pn g"
33 }, 33 },
34 "id": "compute:v1", 34 "id": "compute:v1",
35 "kind": "discovery#restDescription", 35 "kind": "discovery#restDescription",
36 "name": "compute", 36 "name": "compute",
37 "ownerDomain": "google.com", 37 "ownerDomain": "google.com",
38 "ownerName": "Google", 38 "ownerName": "Google",
39 "parameters": { 39 "parameters": {
(...skipping 5242 matching lines...) Expand 10 before | Expand all | Expand 10 after
5282 "$ref": "ZoneList" 5282 "$ref": "ZoneList"
5283 }, 5283 },
5284 "scopes": [ 5284 "scopes": [
5285 "https://www.googleapis.com/auth/compute", 5285 "https://www.googleapis.com/auth/compute",
5286 "https://www.googleapis.com/auth/compute.readonly" 5286 "https://www.googleapis.com/auth/compute.readonly"
5287 ] 5287 ]
5288 } 5288 }
5289 } 5289 }
5290 } 5290 }
5291 }, 5291 },
5292 "revision": "20141006", 5292 "revision": "20141008",
5293 "rootUrl": "https://www.googleapis.com/", 5293 "rootUrl": "https://www.googleapis.com/",
5294 "schemas": { 5294 "schemas": {
5295 "AccessConfig": { 5295 "AccessConfig": {
5296 "description": "An access configuration attached to an instance's ne twork interface.", 5296 "description": "An access configuration attached to an instance's ne twork interface.",
5297 "id": "AccessConfig", 5297 "id": "AccessConfig",
5298 "properties": { 5298 "properties": {
5299 "kind": { 5299 "kind": {
5300 "default": "compute#accessConfig", 5300 "default": "compute#accessConfig",
5301 "description": "Type of the resource.", 5301 "description": "Type of the resource.",
5302 "type": "string" 5302 "type": "string"
(...skipping 4207 matching lines...) Expand 10 before | Expand all | Expand 10 after
9510 "type": "string" 9510 "type": "string"
9511 } 9511 }
9512 }, 9512 },
9513 "type": "object" 9513 "type": "object"
9514 } 9514 }
9515 }, 9515 },
9516 "servicePath": "compute/v1/projects/", 9516 "servicePath": "compute/v1/projects/",
9517 "title": "Compute Engine API", 9517 "title": "Compute Engine API",
9518 "version": "v1" 9518 "version": "v1"
9519 } 9519 }
OLDNEW
« no previous file with comments | « discovery/googleapis/civicinfo__v2.json ('k') | discovery/googleapis/content__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698