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

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

Issue 698403003: Api roll 5: 2014-11-05 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month 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/mapsengine": { 5 "https://www.googleapis.com/auth/mapsengine": {
6 "description": "View and manage your Google Maps Engine data " 6 "description": "View and manage your Google Maps Engine data "
7 }, 7 },
8 "https://www.googleapis.com/auth/mapsengine.readonly": { 8 "https://www.googleapis.com/auth/mapsengine.readonly": {
9 "description": "View your Google Maps Engine data" 9 "description": "View your Google Maps Engine data"
10 } 10 }
11 } 11 }
12 } 12 }
13 }, 13 },
14 "basePath": "/mapsengine/v1/", 14 "basePath": "/mapsengine/v1/",
15 "baseUrl": "https://www.googleapis.com/mapsengine/v1/", 15 "baseUrl": "https://www.googleapis.com/mapsengine/v1/",
16 "batchPath": "batch", 16 "batchPath": "batch",
17 "canonicalName": "Maps Engine", 17 "canonicalName": "Maps Engine",
18 "description": "The Google Maps Engine API allows developers to store and qu ery geospatial vector and raster data.", 18 "description": "The Google Maps Engine API allows developers to store and qu ery geospatial vector and raster data.",
19 "discoveryVersion": "v1", 19 "discoveryVersion": "v1",
20 "documentationLink": "https://developers.google.com/maps-engine/", 20 "documentationLink": "https://developers.google.com/maps-engine/",
21 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/qPyTs6YgupnkPPausvgVVCo1k4I\"", 21 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/S3CrUoJ8uvc_hw3CQly01B5yfX4\"",
22 "icons": { 22 "icons": {
23 "x16": "https://www.google.com/images/icons/product/maps_engine-16.png", 23 "x16": "https://www.google.com/images/icons/product/maps_engine-16.png",
24 "x32": "https://www.google.com/images/icons/product/maps_engine-32.png" 24 "x32": "https://www.google.com/images/icons/product/maps_engine-32.png"
25 }, 25 },
26 "id": "mapsengine:v1", 26 "id": "mapsengine:v1",
27 "kind": "discovery#restDescription", 27 "kind": "discovery#restDescription",
28 "name": "mapsengine", 28 "name": "mapsengine",
29 "ownerDomain": "google.com", 29 "ownerDomain": "google.com",
30 "ownerName": "Google", 30 "ownerName": "Google",
31 "parameters": { 31 "parameters": {
(...skipping 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 "scopes": [ 2789 "scopes": [
2790 "https://www.googleapis.com/auth/mapsengine", 2790 "https://www.googleapis.com/auth/mapsengine",
2791 "https://www.googleapis.com/auth/mapsengine.read only" 2791 "https://www.googleapis.com/auth/mapsengine.read only"
2792 ] 2792 ]
2793 } 2793 }
2794 } 2794 }
2795 } 2795 }
2796 } 2796 }
2797 } 2797 }
2798 }, 2798 },
2799 "revision": "20141015", 2799 "revision": "20141030",
2800 "rootUrl": "https://www.googleapis.com/", 2800 "rootUrl": "https://www.googleapis.com/",
2801 "schemas": { 2801 "schemas": {
2802 "AcquisitionTime": { 2802 "AcquisitionTime": {
2803 "description": "Acquisition time represents acquired time of a raste r.", 2803 "description": "Acquisition time represents acquired time of a raste r.",
2804 "id": "AcquisitionTime", 2804 "id": "AcquisitionTime",
2805 "properties": { 2805 "properties": {
2806 "end": { 2806 "end": {
2807 "description": "The end time if acquisition time is a range. The value is an RFC 3339 formatted date-time value (1970-01-01T00:00:00Z).", 2807 "description": "The end time if acquisition time is a range. The value is an RFC 3339 formatted date-time value (1970-01-01T00:00:00Z).",
2808 "format": "date-time", 2808 "format": "date-time",
2809 "type": "string" 2809 "type": "string"
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after
4362 "type": "object" 4362 "type": "object"
4363 }, 4363 },
4364 "PolygonStyle": { 4364 "PolygonStyle": {
4365 "description": "Style for polygons.", 4365 "description": "Style for polygons.",
4366 "id": "PolygonStyle", 4366 "id": "PolygonStyle",
4367 "properties": { 4367 "properties": {
4368 "fill": { 4368 "fill": {
4369 "$ref": "Color", 4369 "$ref": "Color",
4370 "description": "Fill color of the polygon. If not provided, the polygon will be transparent and not visible if there is no border." 4370 "description": "Fill color of the polygon. If not provided, the polygon will be transparent and not visible if there is no border."
4371 }, 4371 },
4372 "label": {
4373 "$ref": "LabelStyle",
4374 "description": "Label style for the polygon."
4375 },
4372 "stroke": { 4376 "stroke": {
4373 "$ref": "Border", 4377 "$ref": "Border",
4374 "description": "Border of the polygon. 0 < border.width <= 1 0." 4378 "description": "Border of the polygon. 0 < border.width <= 1 0."
4375 } 4379 }
4376 }, 4380 },
4377 "type": "object" 4381 "type": "object"
4378 }, 4382 },
4379 "ProcessResponse": { 4383 "ProcessResponse": {
4380 "description": "The response returned by a call to any asset's Proce ss method.", 4384 "description": "The response returned by a call to any asset's Proce ss method.",
4381 "id": "ProcessResponse", 4385 "id": "ProcessResponse",
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
5339 "type": "integer" 5343 "type": "integer"
5340 } 5344 }
5341 }, 5345 },
5342 "type": "object" 5346 "type": "object"
5343 } 5347 }
5344 }, 5348 },
5345 "servicePath": "mapsengine/v1/", 5349 "servicePath": "mapsengine/v1/",
5346 "title": "Google Maps Engine API", 5350 "title": "Google Maps Engine API",
5347 "version": "v1" 5351 "version": "v1"
5348 } 5352 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698