OLD | NEW |
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": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/jGUBdJqkmjTr16N5VHnjqkXRtPo\"", | 21 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/KLvHOFhlqcmmjqmNE4lM_SMZ6_s\"", |
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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 "path": "assets/{id}/parents", | 229 "path": "assets/{id}/parents", |
230 "response": { | 230 "response": { |
231 "$ref": "ParentsListResponse" | 231 "$ref": "ParentsListResponse" |
232 }, | 232 }, |
233 "scopes": [ | 233 "scopes": [ |
234 "https://www.googleapis.com/auth/mapsengine", | 234 "https://www.googleapis.com/auth/mapsengine", |
235 "https://www.googleapis.com/auth/mapsengine.read
only" | 235 "https://www.googleapis.com/auth/mapsengine.read
only" |
236 ] | 236 ] |
237 } | 237 } |
238 } | 238 } |
| 239 }, |
| 240 "permissions": { |
| 241 "methods": { |
| 242 "list": { |
| 243 "description": "Return all of the permissions for th
e specified asset.", |
| 244 "httpMethod": "GET", |
| 245 "id": "mapsengine.assets.permissions.list", |
| 246 "parameterOrder": [ |
| 247 "id" |
| 248 ], |
| 249 "parameters": { |
| 250 "id": { |
| 251 "description": "The ID of the asset whose pe
rmissions will be listed.", |
| 252 "location": "path", |
| 253 "required": true, |
| 254 "type": "string" |
| 255 } |
| 256 }, |
| 257 "path": "assets/{id}/permissions", |
| 258 "response": { |
| 259 "$ref": "PermissionsListResponse" |
| 260 }, |
| 261 "scopes": [ |
| 262 "https://www.googleapis.com/auth/mapsengine", |
| 263 "https://www.googleapis.com/auth/mapsengine.read
only" |
| 264 ] |
| 265 } |
| 266 } |
239 } | 267 } |
240 } | 268 } |
241 }, | 269 }, |
242 "layers": { | 270 "layers": { |
243 "methods": { | 271 "methods": { |
244 "cancelProcessing": { | 272 "cancelProcessing": { |
245 "description": "Cancel processing on a layer asset.", | 273 "description": "Cancel processing on a layer asset.", |
246 "httpMethod": "POST", | 274 "httpMethod": "POST", |
247 "id": "mapsengine.layers.cancelProcessing", | 275 "id": "mapsengine.layers.cancelProcessing", |
248 "parameterOrder": [ | 276 "parameterOrder": [ |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 "id" | 342 "id" |
315 ], | 343 ], |
316 "parameters": { | 344 "parameters": { |
317 "id": { | 345 "id": { |
318 "description": "The ID of the layer.", | 346 "description": "The ID of the layer.", |
319 "location": "path", | 347 "location": "path", |
320 "required": true, | 348 "required": true, |
321 "type": "string" | 349 "type": "string" |
322 }, | 350 }, |
323 "version": { | 351 "version": { |
| 352 "description": "Deprecated: The version parameter in
dicates which version of the layer should be returned. When version is set to pu
blished, the published version of the layer will be returned. Please use the lay
ers.getPublished endpoint instead.", |
324 "enum": [ | 353 "enum": [ |
325 "draft", | 354 "draft", |
326 "published" | 355 "published" |
327 ], | 356 ], |
328 "enumDescriptions": [ | 357 "enumDescriptions": [ |
329 "The draft version.", | 358 "The draft version.", |
330 "The published version." | 359 "The published version." |
331 ], | 360 ], |
332 "location": "query", | 361 "location": "query", |
333 "type": "string" | 362 "type": "string" |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 "path": "layers/{id}/parents", | 664 "path": "layers/{id}/parents", |
636 "response": { | 665 "response": { |
637 "$ref": "ParentsListResponse" | 666 "$ref": "ParentsListResponse" |
638 }, | 667 }, |
639 "scopes": [ | 668 "scopes": [ |
640 "https://www.googleapis.com/auth/mapsengine", | 669 "https://www.googleapis.com/auth/mapsengine", |
641 "https://www.googleapis.com/auth/mapsengine.read
only" | 670 "https://www.googleapis.com/auth/mapsengine.read
only" |
642 ] | 671 ] |
643 } | 672 } |
644 } | 673 } |
| 674 }, |
| 675 "permissions": { |
| 676 "methods": { |
| 677 "batchDelete": { |
| 678 "description": "Remove permission entries from an al
ready existing asset.", |
| 679 "httpMethod": "POST", |
| 680 "id": "mapsengine.layers.permissions.batchDelete", |
| 681 "parameterOrder": [ |
| 682 "id" |
| 683 ], |
| 684 "parameters": { |
| 685 "id": { |
| 686 "description": "The ID of the asset from whi
ch permissions will be removed.", |
| 687 "location": "path", |
| 688 "required": true, |
| 689 "type": "string" |
| 690 } |
| 691 }, |
| 692 "path": "layers/{id}/permissions/batchDelete", |
| 693 "request": { |
| 694 "$ref": "PermissionsBatchDeleteRequest" |
| 695 }, |
| 696 "response": { |
| 697 "$ref": "PermissionsBatchDeleteResponse" |
| 698 }, |
| 699 "scopes": [ |
| 700 "https://www.googleapis.com/auth/mapsengine" |
| 701 ] |
| 702 }, |
| 703 "batchUpdate": { |
| 704 "description": "Add or update permission entries to
an already existing asset.\n\nAn asset can hold up to 20 different permission en
tries. Each batchInsert request is atomic.", |
| 705 "httpMethod": "POST", |
| 706 "id": "mapsengine.layers.permissions.batchUpdate", |
| 707 "parameterOrder": [ |
| 708 "id" |
| 709 ], |
| 710 "parameters": { |
| 711 "id": { |
| 712 "description": "The ID of the asset to which
permissions will be added.", |
| 713 "location": "path", |
| 714 "required": true, |
| 715 "type": "string" |
| 716 } |
| 717 }, |
| 718 "path": "layers/{id}/permissions/batchUpdate", |
| 719 "request": { |
| 720 "$ref": "PermissionsBatchUpdateRequest" |
| 721 }, |
| 722 "response": { |
| 723 "$ref": "PermissionsBatchUpdateResponse" |
| 724 }, |
| 725 "scopes": [ |
| 726 "https://www.googleapis.com/auth/mapsengine" |
| 727 ] |
| 728 }, |
| 729 "list": { |
| 730 "description": "Return all of the permissions for th
e specified asset.", |
| 731 "httpMethod": "GET", |
| 732 "id": "mapsengine.layers.permissions.list", |
| 733 "parameterOrder": [ |
| 734 "id" |
| 735 ], |
| 736 "parameters": { |
| 737 "id": { |
| 738 "description": "The ID of the asset whose pe
rmissions will be listed.", |
| 739 "location": "path", |
| 740 "required": true, |
| 741 "type": "string" |
| 742 } |
| 743 }, |
| 744 "path": "layers/{id}/permissions", |
| 745 "response": { |
| 746 "$ref": "PermissionsListResponse" |
| 747 }, |
| 748 "scopes": [ |
| 749 "https://www.googleapis.com/auth/mapsengine", |
| 750 "https://www.googleapis.com/auth/mapsengine.read
only" |
| 751 ] |
| 752 } |
| 753 } |
645 } | 754 } |
646 } | 755 } |
647 }, | 756 }, |
648 "maps": { | 757 "maps": { |
649 "methods": { | 758 "methods": { |
650 "create": { | 759 "create": { |
651 "description": "Create a map asset.", | 760 "description": "Create a map asset.", |
652 "httpMethod": "POST", | 761 "httpMethod": "POST", |
653 "id": "mapsengine.maps.create", | 762 "id": "mapsengine.maps.create", |
654 "path": "maps", | 763 "path": "maps", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 "id" | 799 "id" |
691 ], | 800 ], |
692 "parameters": { | 801 "parameters": { |
693 "id": { | 802 "id": { |
694 "description": "The ID of the map.", | 803 "description": "The ID of the map.", |
695 "location": "path", | 804 "location": "path", |
696 "required": true, | 805 "required": true, |
697 "type": "string" | 806 "type": "string" |
698 }, | 807 }, |
699 "version": { | 808 "version": { |
| 809 "description": "Deprecated: The version parameter in
dicates which version of the map should be returned. When version is set to publ
ished, the published version of the map will be returned. Please use the maps.ge
tPublished endpoint instead.", |
700 "enum": [ | 810 "enum": [ |
701 "draft", | 811 "draft", |
702 "published" | 812 "published" |
703 ], | 813 ], |
704 "enumDescriptions": [ | 814 "enumDescriptions": [ |
705 "The draft version.", | 815 "The draft version.", |
706 "The published version." | 816 "The published version." |
707 ], | 817 ], |
708 "location": "query", | 818 "location": "query", |
709 "type": "string" | 819 "type": "string" |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
946 } | 1056 } |
947 }, | 1057 }, |
948 "path": "maps/{id}/unpublish", | 1058 "path": "maps/{id}/unpublish", |
949 "response": { | 1059 "response": { |
950 "$ref": "PublishResponse" | 1060 "$ref": "PublishResponse" |
951 }, | 1061 }, |
952 "scopes": [ | 1062 "scopes": [ |
953 "https://www.googleapis.com/auth/mapsengine" | 1063 "https://www.googleapis.com/auth/mapsengine" |
954 ] | 1064 ] |
955 } | 1065 } |
| 1066 }, |
| 1067 "resources": { |
| 1068 "permissions": { |
| 1069 "methods": { |
| 1070 "batchDelete": { |
| 1071 "description": "Remove permission entries from an al
ready existing asset.", |
| 1072 "httpMethod": "POST", |
| 1073 "id": "mapsengine.maps.permissions.batchDelete", |
| 1074 "parameterOrder": [ |
| 1075 "id" |
| 1076 ], |
| 1077 "parameters": { |
| 1078 "id": { |
| 1079 "description": "The ID of the asset from whi
ch permissions will be removed.", |
| 1080 "location": "path", |
| 1081 "required": true, |
| 1082 "type": "string" |
| 1083 } |
| 1084 }, |
| 1085 "path": "maps/{id}/permissions/batchDelete", |
| 1086 "request": { |
| 1087 "$ref": "PermissionsBatchDeleteRequest" |
| 1088 }, |
| 1089 "response": { |
| 1090 "$ref": "PermissionsBatchDeleteResponse" |
| 1091 }, |
| 1092 "scopes": [ |
| 1093 "https://www.googleapis.com/auth/mapsengine" |
| 1094 ] |
| 1095 }, |
| 1096 "batchUpdate": { |
| 1097 "description": "Add or update permission entries to
an already existing asset.\n\nAn asset can hold up to 20 different permission en
tries. Each batchInsert request is atomic.", |
| 1098 "httpMethod": "POST", |
| 1099 "id": "mapsengine.maps.permissions.batchUpdate", |
| 1100 "parameterOrder": [ |
| 1101 "id" |
| 1102 ], |
| 1103 "parameters": { |
| 1104 "id": { |
| 1105 "description": "The ID of the asset to which
permissions will be added.", |
| 1106 "location": "path", |
| 1107 "required": true, |
| 1108 "type": "string" |
| 1109 } |
| 1110 }, |
| 1111 "path": "maps/{id}/permissions/batchUpdate", |
| 1112 "request": { |
| 1113 "$ref": "PermissionsBatchUpdateRequest" |
| 1114 }, |
| 1115 "response": { |
| 1116 "$ref": "PermissionsBatchUpdateResponse" |
| 1117 }, |
| 1118 "scopes": [ |
| 1119 "https://www.googleapis.com/auth/mapsengine" |
| 1120 ] |
| 1121 }, |
| 1122 "list": { |
| 1123 "description": "Return all of the permissions for th
e specified asset.", |
| 1124 "httpMethod": "GET", |
| 1125 "id": "mapsengine.maps.permissions.list", |
| 1126 "parameterOrder": [ |
| 1127 "id" |
| 1128 ], |
| 1129 "parameters": { |
| 1130 "id": { |
| 1131 "description": "The ID of the asset whose pe
rmissions will be listed.", |
| 1132 "location": "path", |
| 1133 "required": true, |
| 1134 "type": "string" |
| 1135 } |
| 1136 }, |
| 1137 "path": "maps/{id}/permissions", |
| 1138 "response": { |
| 1139 "$ref": "PermissionsListResponse" |
| 1140 }, |
| 1141 "scopes": [ |
| 1142 "https://www.googleapis.com/auth/mapsengine", |
| 1143 "https://www.googleapis.com/auth/mapsengine.read
only" |
| 1144 ] |
| 1145 } |
| 1146 } |
| 1147 } |
956 } | 1148 } |
957 }, | 1149 }, |
958 "projects": { | 1150 "projects": { |
959 "methods": { | 1151 "methods": { |
960 "list": { | 1152 "list": { |
961 "description": "Return all projects readable by the current
user.", | 1153 "description": "Return all projects readable by the current
user.", |
962 "httpMethod": "GET", | 1154 "httpMethod": "GET", |
963 "id": "mapsengine.projects.list", | 1155 "id": "mapsengine.projects.list", |
964 "path": "projects", | 1156 "path": "projects", |
965 "response": { | 1157 "response": { |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1360 "response": { | 1552 "response": { |
1361 "$ref": "ParentsListResponse" | 1553 "$ref": "ParentsListResponse" |
1362 }, | 1554 }, |
1363 "scopes": [ | 1555 "scopes": [ |
1364 "https://www.googleapis.com/auth/mapsengine", | 1556 "https://www.googleapis.com/auth/mapsengine", |
1365 "https://www.googleapis.com/auth/mapsengine.read
only" | 1557 "https://www.googleapis.com/auth/mapsengine.read
only" |
1366 ] | 1558 ] |
1367 } | 1559 } |
1368 } | 1560 } |
1369 }, | 1561 }, |
| 1562 "permissions": { |
| 1563 "methods": { |
| 1564 "batchDelete": { |
| 1565 "description": "Remove permission entries from an al
ready existing asset.", |
| 1566 "httpMethod": "POST", |
| 1567 "id": "mapsengine.rasterCollections.permissions.batc
hDelete", |
| 1568 "parameterOrder": [ |
| 1569 "id" |
| 1570 ], |
| 1571 "parameters": { |
| 1572 "id": { |
| 1573 "description": "The ID of the asset from whi
ch permissions will be removed.", |
| 1574 "location": "path", |
| 1575 "required": true, |
| 1576 "type": "string" |
| 1577 } |
| 1578 }, |
| 1579 "path": "rasterCollections/{id}/permissions/batchDel
ete", |
| 1580 "request": { |
| 1581 "$ref": "PermissionsBatchDeleteRequest" |
| 1582 }, |
| 1583 "response": { |
| 1584 "$ref": "PermissionsBatchDeleteResponse" |
| 1585 }, |
| 1586 "scopes": [ |
| 1587 "https://www.googleapis.com/auth/mapsengine" |
| 1588 ] |
| 1589 }, |
| 1590 "batchUpdate": { |
| 1591 "description": "Add or update permission entries to
an already existing asset.\n\nAn asset can hold up to 20 different permission en
tries. Each batchInsert request is atomic.", |
| 1592 "httpMethod": "POST", |
| 1593 "id": "mapsengine.rasterCollections.permissions.batc
hUpdate", |
| 1594 "parameterOrder": [ |
| 1595 "id" |
| 1596 ], |
| 1597 "parameters": { |
| 1598 "id": { |
| 1599 "description": "The ID of the asset to which
permissions will be added.", |
| 1600 "location": "path", |
| 1601 "required": true, |
| 1602 "type": "string" |
| 1603 } |
| 1604 }, |
| 1605 "path": "rasterCollections/{id}/permissions/batchUpd
ate", |
| 1606 "request": { |
| 1607 "$ref": "PermissionsBatchUpdateRequest" |
| 1608 }, |
| 1609 "response": { |
| 1610 "$ref": "PermissionsBatchUpdateResponse" |
| 1611 }, |
| 1612 "scopes": [ |
| 1613 "https://www.googleapis.com/auth/mapsengine" |
| 1614 ] |
| 1615 }, |
| 1616 "list": { |
| 1617 "description": "Return all of the permissions for th
e specified asset.", |
| 1618 "httpMethod": "GET", |
| 1619 "id": "mapsengine.rasterCollections.permissions.list
", |
| 1620 "parameterOrder": [ |
| 1621 "id" |
| 1622 ], |
| 1623 "parameters": { |
| 1624 "id": { |
| 1625 "description": "The ID of the asset whose pe
rmissions will be listed.", |
| 1626 "location": "path", |
| 1627 "required": true, |
| 1628 "type": "string" |
| 1629 } |
| 1630 }, |
| 1631 "path": "rasterCollections/{id}/permissions", |
| 1632 "response": { |
| 1633 "$ref": "PermissionsListResponse" |
| 1634 }, |
| 1635 "scopes": [ |
| 1636 "https://www.googleapis.com/auth/mapsengine", |
| 1637 "https://www.googleapis.com/auth/mapsengine.read
only" |
| 1638 ] |
| 1639 } |
| 1640 } |
| 1641 }, |
1370 "rasters": { | 1642 "rasters": { |
1371 "methods": { | 1643 "methods": { |
1372 "batchDelete": { | 1644 "batchDelete": { |
1373 "description": "Remove rasters from an existing rast
er collection.\n\nUp to 50 rasters can be included in a single batchDelete reque
st. Each batchDelete request is atomic.", | 1645 "description": "Remove rasters from an existing rast
er collection.\n\nUp to 50 rasters can be included in a single batchDelete reque
st. Each batchDelete request is atomic.", |
1374 "httpMethod": "POST", | 1646 "httpMethod": "POST", |
1375 "id": "mapsengine.rasterCollections.rasters.batchDel
ete", | 1647 "id": "mapsengine.rasterCollections.rasters.batchDel
ete", |
1376 "parameterOrder": [ | 1648 "parameterOrder": [ |
1377 "id" | 1649 "id" |
1378 ], | 1650 ], |
1379 "parameters": { | 1651 "parameters": { |
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1819 "path": "rasters/{id}/parents", | 2091 "path": "rasters/{id}/parents", |
1820 "response": { | 2092 "response": { |
1821 "$ref": "ParentsListResponse" | 2093 "$ref": "ParentsListResponse" |
1822 }, | 2094 }, |
1823 "scopes": [ | 2095 "scopes": [ |
1824 "https://www.googleapis.com/auth/mapsengine", | 2096 "https://www.googleapis.com/auth/mapsengine", |
1825 "https://www.googleapis.com/auth/mapsengine.read
only" | 2097 "https://www.googleapis.com/auth/mapsengine.read
only" |
1826 ] | 2098 ] |
1827 } | 2099 } |
1828 } | 2100 } |
| 2101 }, |
| 2102 "permissions": { |
| 2103 "methods": { |
| 2104 "batchDelete": { |
| 2105 "description": "Remove permission entries from an al
ready existing asset.", |
| 2106 "httpMethod": "POST", |
| 2107 "id": "mapsengine.rasters.permissions.batchDelete", |
| 2108 "parameterOrder": [ |
| 2109 "id" |
| 2110 ], |
| 2111 "parameters": { |
| 2112 "id": { |
| 2113 "description": "The ID of the asset from whi
ch permissions will be removed.", |
| 2114 "location": "path", |
| 2115 "required": true, |
| 2116 "type": "string" |
| 2117 } |
| 2118 }, |
| 2119 "path": "rasters/{id}/permissions/batchDelete", |
| 2120 "request": { |
| 2121 "$ref": "PermissionsBatchDeleteRequest" |
| 2122 }, |
| 2123 "response": { |
| 2124 "$ref": "PermissionsBatchDeleteResponse" |
| 2125 }, |
| 2126 "scopes": [ |
| 2127 "https://www.googleapis.com/auth/mapsengine" |
| 2128 ] |
| 2129 }, |
| 2130 "batchUpdate": { |
| 2131 "description": "Add or update permission entries to
an already existing asset.\n\nAn asset can hold up to 20 different permission en
tries. Each batchInsert request is atomic.", |
| 2132 "httpMethod": "POST", |
| 2133 "id": "mapsengine.rasters.permissions.batchUpdate", |
| 2134 "parameterOrder": [ |
| 2135 "id" |
| 2136 ], |
| 2137 "parameters": { |
| 2138 "id": { |
| 2139 "description": "The ID of the asset to which
permissions will be added.", |
| 2140 "location": "path", |
| 2141 "required": true, |
| 2142 "type": "string" |
| 2143 } |
| 2144 }, |
| 2145 "path": "rasters/{id}/permissions/batchUpdate", |
| 2146 "request": { |
| 2147 "$ref": "PermissionsBatchUpdateRequest" |
| 2148 }, |
| 2149 "response": { |
| 2150 "$ref": "PermissionsBatchUpdateResponse" |
| 2151 }, |
| 2152 "scopes": [ |
| 2153 "https://www.googleapis.com/auth/mapsengine" |
| 2154 ] |
| 2155 }, |
| 2156 "list": { |
| 2157 "description": "Return all of the permissions for th
e specified asset.", |
| 2158 "httpMethod": "GET", |
| 2159 "id": "mapsengine.rasters.permissions.list", |
| 2160 "parameterOrder": [ |
| 2161 "id" |
| 2162 ], |
| 2163 "parameters": { |
| 2164 "id": { |
| 2165 "description": "The ID of the asset whose pe
rmissions will be listed.", |
| 2166 "location": "path", |
| 2167 "required": true, |
| 2168 "type": "string" |
| 2169 } |
| 2170 }, |
| 2171 "path": "rasters/{id}/permissions", |
| 2172 "response": { |
| 2173 "$ref": "PermissionsListResponse" |
| 2174 }, |
| 2175 "scopes": [ |
| 2176 "https://www.googleapis.com/auth/mapsengine", |
| 2177 "https://www.googleapis.com/auth/mapsengine.read
only" |
| 2178 ] |
| 2179 } |
| 2180 } |
1829 } | 2181 } |
1830 } | 2182 } |
1831 }, | 2183 }, |
1832 "tables": { | 2184 "tables": { |
1833 "methods": { | 2185 "methods": { |
1834 "create": { | 2186 "create": { |
1835 "description": "Create a table asset.", | 2187 "description": "Create a table asset.", |
1836 "httpMethod": "POST", | 2188 "httpMethod": "POST", |
1837 "id": "mapsengine.tables.create", | 2189 "id": "mapsengine.tables.create", |
1838 "path": "tables", | 2190 "path": "tables", |
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2353 "path": "tables/{id}/parents", | 2705 "path": "tables/{id}/parents", |
2354 "response": { | 2706 "response": { |
2355 "$ref": "ParentsListResponse" | 2707 "$ref": "ParentsListResponse" |
2356 }, | 2708 }, |
2357 "scopes": [ | 2709 "scopes": [ |
2358 "https://www.googleapis.com/auth/mapsengine", | 2710 "https://www.googleapis.com/auth/mapsengine", |
2359 "https://www.googleapis.com/auth/mapsengine.read
only" | 2711 "https://www.googleapis.com/auth/mapsengine.read
only" |
2360 ] | 2712 ] |
2361 } | 2713 } |
2362 } | 2714 } |
| 2715 }, |
| 2716 "permissions": { |
| 2717 "methods": { |
| 2718 "batchDelete": { |
| 2719 "description": "Remove permission entries from an al
ready existing asset.", |
| 2720 "httpMethod": "POST", |
| 2721 "id": "mapsengine.tables.permissions.batchDelete", |
| 2722 "parameterOrder": [ |
| 2723 "id" |
| 2724 ], |
| 2725 "parameters": { |
| 2726 "id": { |
| 2727 "description": "The ID of the asset from whi
ch permissions will be removed.", |
| 2728 "location": "path", |
| 2729 "required": true, |
| 2730 "type": "string" |
| 2731 } |
| 2732 }, |
| 2733 "path": "tables/{id}/permissions/batchDelete", |
| 2734 "request": { |
| 2735 "$ref": "PermissionsBatchDeleteRequest" |
| 2736 }, |
| 2737 "response": { |
| 2738 "$ref": "PermissionsBatchDeleteResponse" |
| 2739 }, |
| 2740 "scopes": [ |
| 2741 "https://www.googleapis.com/auth/mapsengine" |
| 2742 ] |
| 2743 }, |
| 2744 "batchUpdate": { |
| 2745 "description": "Add or update permission entries to
an already existing asset.\n\nAn asset can hold up to 20 different permission en
tries. Each batchInsert request is atomic.", |
| 2746 "httpMethod": "POST", |
| 2747 "id": "mapsengine.tables.permissions.batchUpdate", |
| 2748 "parameterOrder": [ |
| 2749 "id" |
| 2750 ], |
| 2751 "parameters": { |
| 2752 "id": { |
| 2753 "description": "The ID of the asset to which
permissions will be added.", |
| 2754 "location": "path", |
| 2755 "required": true, |
| 2756 "type": "string" |
| 2757 } |
| 2758 }, |
| 2759 "path": "tables/{id}/permissions/batchUpdate", |
| 2760 "request": { |
| 2761 "$ref": "PermissionsBatchUpdateRequest" |
| 2762 }, |
| 2763 "response": { |
| 2764 "$ref": "PermissionsBatchUpdateResponse" |
| 2765 }, |
| 2766 "scopes": [ |
| 2767 "https://www.googleapis.com/auth/mapsengine" |
| 2768 ] |
| 2769 }, |
| 2770 "list": { |
| 2771 "description": "Return all of the permissions for th
e specified asset.", |
| 2772 "httpMethod": "GET", |
| 2773 "id": "mapsengine.tables.permissions.list", |
| 2774 "parameterOrder": [ |
| 2775 "id" |
| 2776 ], |
| 2777 "parameters": { |
| 2778 "id": { |
| 2779 "description": "The ID of the asset whose pe
rmissions will be listed.", |
| 2780 "location": "path", |
| 2781 "required": true, |
| 2782 "type": "string" |
| 2783 } |
| 2784 }, |
| 2785 "path": "tables/{id}/permissions", |
| 2786 "response": { |
| 2787 "$ref": "PermissionsListResponse" |
| 2788 }, |
| 2789 "scopes": [ |
| 2790 "https://www.googleapis.com/auth/mapsengine", |
| 2791 "https://www.googleapis.com/auth/mapsengine.read
only" |
| 2792 ] |
| 2793 } |
| 2794 } |
2363 } | 2795 } |
2364 } | 2796 } |
2365 } | 2797 } |
2366 }, | 2798 }, |
2367 "revision": "20140909", | 2799 "revision": "20140919", |
2368 "rootUrl": "https://www.googleapis.com/", | 2800 "rootUrl": "https://www.googleapis.com/", |
2369 "schemas": { | 2801 "schemas": { |
2370 "AcquisitionTime": { | 2802 "AcquisitionTime": { |
2371 "description": "Acquisition time represents acquired time of a raste
r.", | 2803 "description": "Acquisition time represents acquired time of a raste
r.", |
2372 "id": "AcquisitionTime", | 2804 "id": "AcquisitionTime", |
2373 "properties": { | 2805 "properties": { |
2374 "end": { | 2806 "end": { |
2375 "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).", |
2376 "format": "date-time", | 2808 "format": "date-time", |
2377 "type": "string" | 2809 "type": "string" |
(...skipping 24 matching lines...) Expand all Loading... |
2402 "type": "string" | 2834 "type": "string" |
2403 } | 2835 } |
2404 }, | 2836 }, |
2405 "type": "object" | 2837 "type": "object" |
2406 }, | 2838 }, |
2407 "Asset": { | 2839 "Asset": { |
2408 "description": "An asset is any Google Maps Engine resource that has
a globally unique ID. Assets include maps, layers, vector tables, raster collec
tions, and rasters. Projects and features are not considered assets.\n\nMore det
ailed information about an asset can be obtained by querying the asset's particu
lar endpoint.", | 2840 "description": "An asset is any Google Maps Engine resource that has
a globally unique ID. Assets include maps, layers, vector tables, raster collec
tions, and rasters. Projects and features are not considered assets.\n\nMore det
ailed information about an asset can be obtained by querying the asset's particu
lar endpoint.", |
2409 "id": "Asset", | 2841 "id": "Asset", |
2410 "properties": { | 2842 "properties": { |
2411 "bbox": { | 2843 "bbox": { |
2412 "description": "A rectangular bounding box which contains al
l of the data in this asset. The numbers represent latitude and longitude in dec
imal degrees.", | 2844 "description": "A rectangular bounding box which contains al
l of the data in this asset. The box is expressed as \\\"west, south, east, nort
h\\\". The numbers represent latitude and longitude in decimal degrees.", |
2413 "items": { | 2845 "items": { |
2414 "format": "double", | 2846 "format": "double", |
2415 "type": "number" | 2847 "type": "number" |
2416 }, | 2848 }, |
2417 "type": "array" | 2849 "type": "array" |
2418 }, | 2850 }, |
2419 "creationTime": { | 2851 "creationTime": { |
2420 "description": "The creation time of this asset. The value i
s an RFC 3339-formatted date-time value (for example, 1970-01-01T00:00:00Z).", | 2852 "description": "The creation time of this asset. The value i
s an RFC 3339-formatted date-time value (for example, 1970-01-01T00:00:00Z).", |
2421 "format": "date-time", | 2853 "format": "date-time", |
2422 "type": "string" | 2854 "type": "string" |
2423 }, | 2855 }, |
| 2856 "creatorEmail": { |
| 2857 "description": "The email address of the creator of this ass
et. This is only returned on GET requests and not LIST requests.", |
| 2858 "type": "string" |
| 2859 }, |
2424 "description": { | 2860 "description": { |
2425 "description": "The asset's description.", | 2861 "description": "The asset's description.", |
2426 "type": "string" | 2862 "type": "string" |
2427 }, | 2863 }, |
2428 "etag": { | 2864 "etag": { |
2429 "description": "The ETag, used to refer to the current versi
on of the asset.", | 2865 "description": "The ETag, used to refer to the current versi
on of the asset.", |
2430 "type": "string" | 2866 "type": "string" |
2431 }, | 2867 }, |
2432 "id": { | 2868 "id": { |
2433 "description": "The asset's globally unique ID.", | 2869 "description": "The asset's globally unique ID.", |
2434 "type": "string" | 2870 "type": "string" |
2435 }, | 2871 }, |
2436 "lastModifiedTime": { | 2872 "lastModifiedTime": { |
2437 "description": "The last modified time of this asset. The va
lue is an RFC 3339-formatted date-time value (for example, 1970-01-01T00:00:00Z)
.", | 2873 "description": "The last modified time of this asset. The va
lue is an RFC 3339-formatted date-time value (for example, 1970-01-01T00:00:00Z)
.", |
2438 "format": "date-time", | 2874 "format": "date-time", |
2439 "type": "string" | 2875 "type": "string" |
2440 }, | 2876 }, |
| 2877 "lastModifierEmail": { |
| 2878 "description": "The email address of the last modifier of th
is asset. This is only returned on GET requests and not LIST requests.", |
| 2879 "type": "string" |
| 2880 }, |
2441 "name": { | 2881 "name": { |
2442 "description": "The asset's name.", | 2882 "description": "The asset's name.", |
2443 "type": "string" | 2883 "type": "string" |
2444 }, | 2884 }, |
2445 "projectId": { | 2885 "projectId": { |
2446 "description": "The ID of the project to which the asset bel
ongs.", | 2886 "description": "The ID of the project to which the asset bel
ongs.", |
2447 "type": "string" | 2887 "type": "string" |
2448 }, | 2888 }, |
2449 "resource": { | 2889 "resource": { |
2450 "description": "The URL to query to retrieve the asset's com
plete object. The assets endpoint only returns high-level information about a re
source.", | 2890 "description": "The URL to query to retrieve the asset's com
plete object. The assets endpoint only returns high-level information about a re
source.", |
(...skipping 16 matching lines...) Expand all Loading... |
2467 "table" | 2907 "table" |
2468 ], | 2908 ], |
2469 "enumDescriptions": [ | 2909 "enumDescriptions": [ |
2470 "", | 2910 "", |
2471 "", | 2911 "", |
2472 "", | 2912 "", |
2473 "", | 2913 "", |
2474 "" | 2914 "" |
2475 ], | 2915 ], |
2476 "type": "string" | 2916 "type": "string" |
| 2917 }, |
| 2918 "writersCanEditPermissions": { |
| 2919 "description": "If true, WRITERs of the asset are able to ed
it the asset permissions.", |
| 2920 "type": "boolean" |
2477 } | 2921 } |
2478 }, | 2922 }, |
2479 "type": "object" | 2923 "type": "object" |
2480 }, | 2924 }, |
2481 "AssetsListResponse": { | 2925 "AssetsListResponse": { |
2482 "description": "The response returned by a call to resources.List.", | 2926 "description": "The response returned by a call to resources.List.", |
2483 "id": "AssetsListResponse", | 2927 "id": "AssetsListResponse", |
2484 "properties": { | 2928 "properties": { |
2485 "assets": { | 2929 "assets": { |
2486 "description": "Assets returned.", | 2930 "description": "Assets returned.", |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2663 "description": "The request sent to features.Insert.", | 3107 "description": "The request sent to features.Insert.", |
2664 "id": "FeaturesBatchInsertRequest", | 3108 "id": "FeaturesBatchInsertRequest", |
2665 "properties": { | 3109 "properties": { |
2666 "features": { | 3110 "features": { |
2667 "items": { | 3111 "items": { |
2668 "$ref": "Feature" | 3112 "$ref": "Feature" |
2669 }, | 3113 }, |
2670 "type": "array" | 3114 "type": "array" |
2671 }, | 3115 }, |
2672 "normalizeGeometries": { | 3116 "normalizeGeometries": { |
2673 "description": "If true, the server will normalize feature g
eometries. It is assumed that the South Pole is exterior to any polygons given.
See here for a list of normalizations. If false, the all feature geometries must
be given already normalized. The points in all LinearRings must be listed in co
unter-clockwise order, and LinearRings may not intersect.", | 3117 "default": "true", |
| 3118 "description": "If true, the server will normalize feature g
eometries. It is assumed that the South Pole is exterior to any polygons given.
See here for a list of normalizations. If false, all feature geometries must be
given already normalized. The points in all LinearRings must be listed in counte
r-clockwise order, and LinearRings may not intersect.", |
2674 "type": "boolean" | 3119 "type": "boolean" |
2675 } | 3120 } |
2676 }, | 3121 }, |
2677 "type": "object" | 3122 "type": "object" |
2678 }, | 3123 }, |
2679 "FeaturesBatchPatchRequest": { | 3124 "FeaturesBatchPatchRequest": { |
2680 "description": "The request sent to features.BatchPatch.", | 3125 "description": "The request sent to features.BatchPatch.", |
2681 "id": "FeaturesBatchPatchRequest", | 3126 "id": "FeaturesBatchPatchRequest", |
2682 "properties": { | 3127 "properties": { |
2683 "features": { | 3128 "features": { |
2684 "items": { | 3129 "items": { |
2685 "$ref": "Feature" | 3130 "$ref": "Feature" |
2686 }, | 3131 }, |
2687 "type": "array" | 3132 "type": "array" |
2688 }, | 3133 }, |
2689 "normalizeGeometries": { | 3134 "normalizeGeometries": { |
2690 "description": "If true, the server will normalize feature g
eometries. It is assumed that the South Pole is exterior to any polygons given.
See here for a list of normalizations. If false, the all feature geometries must
be given already normalized. The points in all LinearRings must be listed in co
unter-clockwise order, and LinearRings may not intersect.", | 3135 "default": "true", |
| 3136 "description": "If true, the server will normalize feature g
eometries. It is assumed that the South Pole is exterior to any polygons given.
See here for a list of normalizations. If false, all feature geometries must be
given already normalized. The points in all LinearRings must be listed in counte
r-clockwise order, and LinearRings may not intersect.", |
2691 "type": "boolean" | 3137 "type": "boolean" |
2692 } | 3138 } |
2693 }, | 3139 }, |
2694 "type": "object" | 3140 "type": "object" |
2695 }, | 3141 }, |
2696 "FeaturesListResponse": { | 3142 "FeaturesListResponse": { |
2697 "description": "The response returned by a call to features.List.", | 3143 "description": "The response returned by a call to features.List.", |
2698 "id": "FeaturesListResponse", | 3144 "id": "FeaturesListResponse", |
2699 "properties": { | 3145 "properties": { |
2700 "allowedQueriesPerSecond": { | 3146 "allowedQueriesPerSecond": { |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3001 ], | 3447 ], |
3002 "type": "string" | 3448 "type": "string" |
3003 } | 3449 } |
3004 }, | 3450 }, |
3005 "type": "object" | 3451 "type": "object" |
3006 }, | 3452 }, |
3007 "GeoJsonPolygon": { | 3453 "GeoJsonPolygon": { |
3008 "id": "GeoJsonPolygon", | 3454 "id": "GeoJsonPolygon", |
3009 "properties": { | 3455 "properties": { |
3010 "coordinates": { | 3456 "coordinates": { |
3011 "description": "An array of LinearRings, each of which is an
array of four or more GeoJsonPositions. The first and last coordinates in each
LinearRing must be the same. For polygons with multiple rings, the first LinearR
ing is the external ring, with subsequent rings being interior rings (i.e. hole)
. All LinearRings must contain GeoJsonPositions in counter-clockwise order.", | 3457 "description": "An array of LinearRings. A LinearRing is a G
eoJsonLineString which is closed (that is, the first and last GeoJsonPositions a
re equal), and which contains at least four GeoJsonPositions. For polygons with
multiple rings, the first LinearRing is the exterior ring, and any subsequent ri
ngs are interior rings (that is, holes).", |
3012 "items": { | 3458 "items": { |
3013 "items": { | 3459 "items": { |
3014 "$ref": "GeoJsonPosition" | 3460 "$ref": "GeoJsonPosition" |
3015 }, | 3461 }, |
3016 "type": "array" | 3462 "type": "array" |
3017 }, | 3463 }, |
3018 "type": "array" | 3464 "type": "array" |
3019 }, | 3465 }, |
3020 "type": { | 3466 "type": { |
3021 "description": "Identifies this object as a GeoJsonPolygon."
, | 3467 "description": "Identifies this object as a GeoJsonPolygon."
, |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3179 "format": "double", | 3625 "format": "double", |
3180 "type": "number" | 3626 "type": "number" |
3181 }, | 3627 }, |
3182 "type": "array" | 3628 "type": "array" |
3183 }, | 3629 }, |
3184 "Layer": { | 3630 "Layer": { |
3185 "description": "A Layer combines multiple datasources, with styling
information, for presentation on a map.", | 3631 "description": "A Layer combines multiple datasources, with styling
information, for presentation on a map.", |
3186 "id": "Layer", | 3632 "id": "Layer", |
3187 "properties": { | 3633 "properties": { |
3188 "bbox": { | 3634 "bbox": { |
3189 "description": "A rectangular bounding box which contains al
l of the data in this Layer. The numbers represent latitude and longitude in dec
imal degrees.", | 3635 "description": "A rectangular bounding box which contains al
l of the data in this Layer. The box is expressed as \\\"west, south, east, nort
h\\\". The numbers represent latitude and longitude in decimal degrees.", |
3190 "items": { | 3636 "items": { |
3191 "format": "double", | 3637 "format": "double", |
3192 "type": "number" | 3638 "type": "number" |
3193 }, | 3639 }, |
3194 "type": "array" | 3640 "type": "array" |
3195 }, | 3641 }, |
3196 "creationTime": { | 3642 "creationTime": { |
3197 "description": "The creation time of this layer. The value i
s an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", | 3643 "description": "The creation time of this layer. The value i
s an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", |
3198 "format": "date-time", | 3644 "format": "date-time", |
3199 "type": "string" | 3645 "type": "string" |
3200 }, | 3646 }, |
| 3647 "creatorEmail": { |
| 3648 "description": "The email address of the creator of this lay
er. This is only returned on GET requests and not LIST requests.", |
| 3649 "type": "string" |
| 3650 }, |
3201 "datasourceType": { | 3651 "datasourceType": { |
3202 "description": "Deprecated: The type of the datasources used
to build this Layer. Note: This has been replaced by layerType, but is still av
ailable for now to maintain backward compatibility.", | 3652 "description": "Deprecated: The type of the datasources used
to build this Layer. Note: This has been replaced by layerType, but is still av
ailable for now to maintain backward compatibility.", |
3203 "enum": [ | 3653 "enum": [ |
3204 "image", | 3654 "image", |
3205 "table" | 3655 "table" |
3206 ], | 3656 ], |
3207 "enumDescriptions": [ | 3657 "enumDescriptions": [ |
3208 "", | 3658 "", |
3209 "" | 3659 "" |
3210 ], | 3660 ], |
3211 "type": "string" | 3661 "type": "string" |
3212 }, | 3662 }, |
3213 "datasources": { | 3663 "datasources": { |
3214 "$ref": "Datasources", | 3664 "$ref": "Datasources", |
3215 "description": "An array of datasources used to build this L
ayer. If layerType is \"image\", or layerType is not specified and datasourceTyp
e is \"image\", then each element in this array is a reference to an Image or Ra
sterCollection. If layerType is \"vector\", or layerType is not specified and da
tasourceType is \"table\" then each element in this array is a reference to a Ve
ctor Table." | 3665 "description": "An array of datasources used to build this l
ayer. If layerType is \"image\", or layerType is not specified and datasourceTyp
e is \"image\", then each element in this array is a reference to an Image or Ra
sterCollection. If layerType is \"vector\", or layerType is not specified and da
tasourceType is \"table\" then each element in this array is a reference to a Ve
ctor Table." |
3216 }, | 3666 }, |
3217 "description": { | 3667 "description": { |
3218 "description": "The description of this Layer, supplied by t
he author.", | 3668 "description": "The description of this Layer, supplied by t
he author.", |
3219 "type": "string" | 3669 "type": "string" |
3220 }, | 3670 }, |
3221 "draftAccessList": { | 3671 "draftAccessList": { |
3222 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. For backward compatibility, the API still accepts access lists for projects t
hat are already using access lists. If you created a GME account/project after J
uly 14th, 2014, you will not be able to send API requests that include access li
sts. The API does not yet support the new permissions model. When you create a m
ap via the API without specifying permissions, the account that created the map
is the owner and has effective administrator access. Users can then use the Maps
Engine user interface to adjust the permissions. This is a temporary workaround
until the API supports the new permissions model. Read Add new users and groups
in the Google Maps Engine help center for more information.", | 3672 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. Instead, each asset has its own list of permissions. For backward compatibili
ty, the API still accepts access lists for projects that are already using acces
s lists. If you created a GME account/project after July 14th, 2014, you will no
t be able to send API requests that include access lists. Note: This is an input
field only. It is not returned in response to a list or get request.", |
3223 "type": "string" | 3673 "type": "string" |
3224 }, | 3674 }, |
3225 "etag": { | 3675 "etag": { |
3226 "description": "The ETag, used to refer to the current versi
on of the asset.", | 3676 "description": "The ETag, used to refer to the current versi
on of the asset.", |
3227 "type": "string" | 3677 "type": "string" |
3228 }, | 3678 }, |
3229 "id": { | 3679 "id": { |
3230 "description": "A globally unique ID, used to refer to this
Layer.", | 3680 "description": "A globally unique ID, used to refer to this
Layer.", |
3231 "type": "string" | 3681 "type": "string" |
3232 }, | 3682 }, |
3233 "lastModifiedTime": { | 3683 "lastModifiedTime": { |
3234 "description": "The last modified time of this layer. The va
lue is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", | 3684 "description": "The last modified time of this layer. The va
lue is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", |
3235 "format": "date-time", | 3685 "format": "date-time", |
3236 "type": "string" | 3686 "type": "string" |
3237 }, | 3687 }, |
| 3688 "lastModifierEmail": { |
| 3689 "description": "The email address of the last modifier of th
is layer. This is only returned on GET requests and not LIST requests.", |
| 3690 "type": "string" |
| 3691 }, |
3238 "layerType": { | 3692 "layerType": { |
3239 "annotations": { | 3693 "annotations": { |
3240 "required": [ | 3694 "required": [ |
3241 "mapsengine.layers.create" | 3695 "mapsengine.layers.create" |
3242 ] | 3696 ] |
3243 }, | 3697 }, |
3244 "description": "The type of the datasources used to build th
is Layer. This should be used instead of datasourceType. At least one of layerTy
pe and datasourceType and must be specified, but layerType takes precedence.", | 3698 "description": "The type of the datasources used to build th
is Layer. This should be used instead of datasourceType. At least one of layerTy
pe and datasourceType and must be specified, but layerType takes precedence.", |
3245 "enum": [ | 3699 "enum": [ |
3246 "image", | 3700 "image", |
3247 "vector" | 3701 "vector" |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3282 "projectId": { | 3736 "projectId": { |
3283 "annotations": { | 3737 "annotations": { |
3284 "required": [ | 3738 "required": [ |
3285 "mapsengine.layers.create" | 3739 "mapsengine.layers.create" |
3286 ] | 3740 ] |
3287 }, | 3741 }, |
3288 "description": "The ID of the project that this Layer is in.
", | 3742 "description": "The ID of the project that this Layer is in.
", |
3289 "type": "string" | 3743 "type": "string" |
3290 }, | 3744 }, |
3291 "publishedAccessList": { | 3745 "publishedAccessList": { |
3292 "description": "Deprecated: The access list to whom view per
missions are granted. The value must be the name of a Maps Engine access list of
the Map Viewer type, and the user must be a viewer on that list. Read Share dat
a, layers, and maps in the Google Maps Engine help center for more information."
, | 3746 "description": "Deprecated: The access list to whom view per
missions are granted. The value must be the name of a Maps Engine access list of
the Map Viewer type, and the user must be a viewer on that list. Note: Google M
aps Engine no longer uses access lists. Instead, each asset has its own list of
permissions. For backward compatibility, the API still accepts access lists for
projects that are already using access lists. If you created a GME account/proje
ct after July 14th, 2014, you will not be able to send API requests that include
access lists. Note: This is an input field only. It is not returned in response
to a list or get request.", |
3293 "type": "string" | 3747 "type": "string" |
3294 }, | 3748 }, |
3295 "publishingStatus": { | 3749 "publishingStatus": { |
3296 "description": "The publishing status of this layer.", | 3750 "description": "The publishing status of this layer.", |
3297 "enum": [ | 3751 "enum": [ |
3298 "notPublished", | 3752 "notPublished", |
3299 "published" | 3753 "published" |
3300 ], | 3754 ], |
3301 "enumDescriptions": [ | 3755 "enumDescriptions": [ |
3302 "", | 3756 "", |
3303 "" | 3757 "" |
3304 ], | 3758 ], |
3305 "type": "string" | 3759 "type": "string" |
3306 }, | 3760 }, |
3307 "style": { | 3761 "style": { |
3308 "$ref": "VectorStyle", | 3762 "$ref": "VectorStyle", |
3309 "description": "The Styling information for a vector layer." | 3763 "description": "The styling information for a vector layer.
Note: Style information is returned in response to a get request but not a list
request. After requesting a list of layers, you'll need to send a get request to
retrieve the VectorStyles for each layer." |
3310 }, | 3764 }, |
3311 "tags": { | 3765 "tags": { |
3312 "$ref": "Tags", | 3766 "$ref": "Tags", |
3313 "description": "Tags of this Layer." | 3767 "description": "Tags of this Layer." |
| 3768 }, |
| 3769 "writersCanEditPermissions": { |
| 3770 "description": "If true, WRITERs of the asset are able to ed
it the asset permissions.", |
| 3771 "type": "boolean" |
3314 } | 3772 } |
3315 }, | 3773 }, |
3316 "type": "object" | 3774 "type": "object" |
3317 }, | 3775 }, |
3318 "LayersListResponse": { | 3776 "LayersListResponse": { |
3319 "description": "The response returned by a call to layers.List.", | 3777 "description": "The response returned by a call to layers.List. Note
: The list response does not include all the fields available in a layer. Refer
to the layer resource description for details of the fields that are not include
d. You'll need to send a get request to retrieve the additional fields for each
layer.", |
3320 "id": "LayersListResponse", | 3778 "id": "LayersListResponse", |
3321 "properties": { | 3779 "properties": { |
3322 "layers": { | 3780 "layers": { |
3323 "description": "Resources returned.", | 3781 "description": "Resources returned.", |
3324 "items": { | 3782 "items": { |
3325 "$ref": "Layer" | 3783 "$ref": "Layer" |
3326 }, | 3784 }, |
3327 "type": "array" | 3785 "type": "array" |
3328 }, | 3786 }, |
3329 "nextPageToken": { | 3787 "nextPageToken": { |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3387 "type": "object" | 3845 "type": "object" |
3388 } | 3846 } |
3389 }, | 3847 }, |
3390 "type": "object" | 3848 "type": "object" |
3391 }, | 3849 }, |
3392 "Map": { | 3850 "Map": { |
3393 "description": "A Map is a collection of Layers, optionally containe
d within folders.", | 3851 "description": "A Map is a collection of Layers, optionally containe
d within folders.", |
3394 "id": "Map", | 3852 "id": "Map", |
3395 "properties": { | 3853 "properties": { |
3396 "bbox": { | 3854 "bbox": { |
3397 "description": "A rectangular bounding box which contains al
l of the data in this Map. The numbers represent latitude and longitude in decim
al degrees.", | 3855 "description": "A rectangular bounding box which contains al
l of the data in this Map. The box is expressed as \\\"west, south, east, north\
\\". The numbers represent latitude and longitude in decimal degrees.", |
3398 "items": { | 3856 "items": { |
3399 "format": "double", | 3857 "format": "double", |
3400 "type": "number" | 3858 "type": "number" |
3401 }, | 3859 }, |
3402 "type": "array" | 3860 "type": "array" |
3403 }, | 3861 }, |
3404 "contents": { | 3862 "contents": { |
3405 "$ref": "MapContents", | 3863 "$ref": "MapContents", |
3406 "description": "The contents of this Map." | 3864 "description": "The contents of this Map." |
3407 }, | 3865 }, |
3408 "creationTime": { | 3866 "creationTime": { |
3409 "description": "The creation time of this map. The value is
an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", | 3867 "description": "The creation time of this map. The value is
an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", |
3410 "format": "date-time", | 3868 "format": "date-time", |
3411 "type": "string" | 3869 "type": "string" |
3412 }, | 3870 }, |
| 3871 "creatorEmail": { |
| 3872 "description": "The email address of the creator of this map
. This is only returned on GET requests and not LIST requests.", |
| 3873 "type": "string" |
| 3874 }, |
3413 "defaultViewport": { | 3875 "defaultViewport": { |
3414 "$ref": "LatLngBox", | 3876 "$ref": "LatLngBox", |
3415 "description": "An array of four numbers (west, south, east,
north) which defines the rectangular bounding box of the default viewport. The
numbers represent latitude and longitude in decimal degrees." | 3877 "description": "An array of four numbers (west, south, east,
north) which defines the rectangular bounding box of the default viewport. The
numbers represent latitude and longitude in decimal degrees." |
3416 }, | 3878 }, |
3417 "description": { | 3879 "description": { |
3418 "description": "The description of this Map, supplied by the
author.", | 3880 "description": "The description of this Map, supplied by the
author.", |
3419 "type": "string" | 3881 "type": "string" |
3420 }, | 3882 }, |
3421 "draftAccessList": { | 3883 "draftAccessList": { |
3422 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. For backward compatibility, the API still accepts access lists for projects t
hat are already using access lists. If you created a GME account/project after J
uly 14th, 2014, you will not be able to send API requests that include access li
sts. The API does not yet support the new permissions model. When you create a m
ap via the API without specifying permissions, the account that created the map
is the owner and has effective administrator access. Users can then use the Maps
Engine user interface to adjust the permissions. This is a temporary workaround
until the API supports the new permissions model. Read Add new users and groups
in the Google Maps Engine help center for more information.", | 3884 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. Instead, each asset has its own list of permissions. For backward compatibili
ty, the API still accepts access lists for projects that are already using acces
s lists. If you created a GME account/project after July 14th, 2014, you will no
t be able to send API requests that include access lists. Note: This is an input
field only. It is not returned in response to a list or get request.", |
3423 "type": "string" | 3885 "type": "string" |
3424 }, | 3886 }, |
3425 "etag": { | 3887 "etag": { |
3426 "description": "The ETag, used to refer to the current versi
on of the asset.", | 3888 "description": "The ETag, used to refer to the current versi
on of the asset.", |
3427 "type": "string" | 3889 "type": "string" |
3428 }, | 3890 }, |
3429 "id": { | 3891 "id": { |
3430 "description": "A globally unique ID, used to refer to this
Map.", | 3892 "description": "A globally unique ID, used to refer to this
Map.", |
3431 "type": "string" | 3893 "type": "string" |
3432 }, | 3894 }, |
3433 "lastModifiedTime": { | 3895 "lastModifiedTime": { |
3434 "description": "The last modified time of this map. The valu
e is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", | 3896 "description": "The last modified time of this map. The valu
e is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", |
3435 "format": "date-time", | 3897 "format": "date-time", |
3436 "type": "string" | 3898 "type": "string" |
3437 }, | 3899 }, |
| 3900 "lastModifierEmail": { |
| 3901 "description": "The email address of the last modifier of th
is map. This is only returned on GET requests and not LIST requests.", |
| 3902 "type": "string" |
| 3903 }, |
3438 "name": { | 3904 "name": { |
3439 "annotations": { | 3905 "annotations": { |
3440 "required": [ | 3906 "required": [ |
3441 "mapsengine.maps.create" | 3907 "mapsengine.maps.create" |
3442 ] | 3908 ] |
3443 }, | 3909 }, |
3444 "description": "The name of this Map, supplied by the author
.", | 3910 "description": "The name of this Map, supplied by the author
.", |
3445 "type": "string" | 3911 "type": "string" |
3446 }, | 3912 }, |
3447 "processingStatus": { | 3913 "processingStatus": { |
(...skipping 17 matching lines...) Expand all Loading... |
3465 "projectId": { | 3931 "projectId": { |
3466 "annotations": { | 3932 "annotations": { |
3467 "required": [ | 3933 "required": [ |
3468 "mapsengine.maps.create" | 3934 "mapsengine.maps.create" |
3469 ] | 3935 ] |
3470 }, | 3936 }, |
3471 "description": "The ID of the project that this Map is in.", | 3937 "description": "The ID of the project that this Map is in.", |
3472 "type": "string" | 3938 "type": "string" |
3473 }, | 3939 }, |
3474 "publishedAccessList": { | 3940 "publishedAccessList": { |
3475 "description": "Deprecated: The access list to whom view per
missions are granted. The value must be the name of a Maps Engine access list of
the Map Viewer type, and the user must be a viewer on that list. Read Share dat
a, layers, and maps in the Google Maps Engine help center for more information."
, | 3941 "description": "Deprecated: The access list to whom view per
missions are granted. The value must be the name of a Maps Engine access list of
the Map Viewer type, and the user must be a viewer on that list. Note: Google M
aps Engine no longer uses access lists. Instead, each asset has its own list of
permissions. For backward compatibility, the API still accepts access lists for
projects that are already using access lists. If you created a GME account/proje
ct after July 14th, 2014, you will not be able to send API requests that include
access lists. This is an input field only. It is not returned in response to a
list or get request.", |
3476 "type": "string" | 3942 "type": "string" |
3477 }, | 3943 }, |
3478 "publishingStatus": { | 3944 "publishingStatus": { |
3479 "description": "The publishing status of this map.", | 3945 "description": "The publishing status of this map.", |
3480 "enum": [ | 3946 "enum": [ |
3481 "notPublished", | 3947 "notPublished", |
3482 "published" | 3948 "published" |
3483 ], | 3949 ], |
3484 "enumDescriptions": [ | 3950 "enumDescriptions": [ |
3485 "", | 3951 "", |
3486 "" | 3952 "" |
3487 ], | 3953 ], |
3488 "type": "string" | 3954 "type": "string" |
3489 }, | 3955 }, |
3490 "tags": { | 3956 "tags": { |
3491 "$ref": "Tags", | 3957 "$ref": "Tags", |
3492 "description": "Tags of this Map." | 3958 "description": "Tags of this Map." |
3493 }, | 3959 }, |
3494 "versions": { | 3960 "versions": { |
3495 "description": "Deprecated: An array containing the availabl
e versions of this Map. Currently may only contain \"published\". The publishing
Status field should be used instead.", | 3961 "description": "Deprecated: An array containing the availabl
e versions of this Map. Currently may only contain \"published\". The publishing
Status field should be used instead.", |
3496 "items": { | 3962 "items": { |
3497 "default": "published", | 3963 "default": "published", |
3498 "type": "string" | 3964 "type": "string" |
3499 }, | 3965 }, |
3500 "type": "array" | 3966 "type": "array" |
| 3967 }, |
| 3968 "writersCanEditPermissions": { |
| 3969 "description": "If true, WRITERs of the asset are able to ed
it the asset permissions.", |
| 3970 "type": "boolean" |
3501 } | 3971 } |
3502 }, | 3972 }, |
3503 "type": "object" | 3973 "type": "object" |
3504 }, | 3974 }, |
3505 "MapContents": { | 3975 "MapContents": { |
3506 "id": "MapContents", | 3976 "id": "MapContents", |
3507 "items": { | 3977 "items": { |
3508 "$ref": "MapItem" | 3978 "$ref": "MapItem" |
3509 }, | 3979 }, |
3510 "type": "array" | 3980 "type": "array" |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3735 "parents": { | 4205 "parents": { |
3736 "description": "The parent assets.", | 4206 "description": "The parent assets.", |
3737 "items": { | 4207 "items": { |
3738 "$ref": "Parent" | 4208 "$ref": "Parent" |
3739 }, | 4209 }, |
3740 "type": "array" | 4210 "type": "array" |
3741 } | 4211 } |
3742 }, | 4212 }, |
3743 "type": "object" | 4213 "type": "object" |
3744 }, | 4214 }, |
| 4215 "Permission": { |
| 4216 "description": "A permission defines the user or group that has acce
ss to an asset, and the type of access they have.", |
| 4217 "id": "Permission", |
| 4218 "properties": { |
| 4219 "discoverable": { |
| 4220 "description": "Indicates whether a public asset is listed a
nd can be found via a web search (value true), or is visible only to people who
have a link to the asset (value false).", |
| 4221 "type": "boolean" |
| 4222 }, |
| 4223 "id": { |
| 4224 "annotations": { |
| 4225 "required": [ |
| 4226 "mapsengine.layers.permissions.batchUpdate", |
| 4227 "mapsengine.maps.permissions.batchUpdate", |
| 4228 "mapsengine.rasterCollections.permissions.batchUpdat
e", |
| 4229 "mapsengine.tables.permissions.batchUpdate" |
| 4230 ] |
| 4231 }, |
| 4232 "description": "The unique identifier of the permission. Thi
s could be the email address of the user or group this permission refers to, or
the string \"anyone\" for public permissions.", |
| 4233 "type": "string" |
| 4234 }, |
| 4235 "role": { |
| 4236 "annotations": { |
| 4237 "required": [ |
| 4238 "mapsengine.layers.permissions.batchUpdate", |
| 4239 "mapsengine.maps.permissions.batchUpdate", |
| 4240 "mapsengine.rasterCollections.permissions.batchUpdat
e", |
| 4241 "mapsengine.tables.permissions.batchUpdate" |
| 4242 ] |
| 4243 }, |
| 4244 "description": "The type of access granted to this user or g
roup.", |
| 4245 "enum": [ |
| 4246 "owner", |
| 4247 "reader", |
| 4248 "viewer", |
| 4249 "writer" |
| 4250 ], |
| 4251 "enumDescriptions": [ |
| 4252 "", |
| 4253 "", |
| 4254 "", |
| 4255 "" |
| 4256 ], |
| 4257 "type": "string" |
| 4258 }, |
| 4259 "type": { |
| 4260 "description": "The account type.", |
| 4261 "enum": [ |
| 4262 "anyone", |
| 4263 "group", |
| 4264 "user" |
| 4265 ], |
| 4266 "enumDescriptions": [ |
| 4267 "", |
| 4268 "", |
| 4269 "" |
| 4270 ], |
| 4271 "type": "string" |
| 4272 } |
| 4273 }, |
| 4274 "type": "object" |
| 4275 }, |
| 4276 "PermissionsBatchDeleteRequest": { |
| 4277 "description": "The request sent to mapsengine.permissions.batchDele
te.", |
| 4278 "id": "PermissionsBatchDeleteRequest", |
| 4279 "properties": { |
| 4280 "ids": { |
| 4281 "annotations": { |
| 4282 "required": [ |
| 4283 "mapsengine.layers.permissions.batchDelete", |
| 4284 "mapsengine.maps.permissions.batchDelete", |
| 4285 "mapsengine.rasterCollections.permissions.batchDelet
e", |
| 4286 "mapsengine.tables.permissions.batchDelete" |
| 4287 ] |
| 4288 }, |
| 4289 "description": "An array of permission ids to be removed. Th
is could be the email address of the user or group this permission refers to, or
the string \"anyone\" for public permissions.", |
| 4290 "items": { |
| 4291 "type": "string" |
| 4292 }, |
| 4293 "type": "array" |
| 4294 } |
| 4295 }, |
| 4296 "type": "object" |
| 4297 }, |
| 4298 "PermissionsBatchDeleteResponse": { |
| 4299 "description": "The response returned by a call to mapsengine.permis
sions.batchDelete.", |
| 4300 "id": "PermissionsBatchDeleteResponse", |
| 4301 "type": "object" |
| 4302 }, |
| 4303 "PermissionsBatchUpdateRequest": { |
| 4304 "description": "The request sent to mapsengine.permissions.batchUpda
te.", |
| 4305 "id": "PermissionsBatchUpdateRequest", |
| 4306 "properties": { |
| 4307 "permissions": { |
| 4308 "annotations": { |
| 4309 "required": [ |
| 4310 "mapsengine.layers.permissions.batchUpdate", |
| 4311 "mapsengine.maps.permissions.batchUpdate", |
| 4312 "mapsengine.rasterCollections.permissions.batchUpdat
e", |
| 4313 "mapsengine.tables.permissions.batchUpdate" |
| 4314 ] |
| 4315 }, |
| 4316 "description": "The permissions to be inserted or updated.", |
| 4317 "items": { |
| 4318 "$ref": "Permission" |
| 4319 }, |
| 4320 "type": "array" |
| 4321 } |
| 4322 }, |
| 4323 "type": "object" |
| 4324 }, |
| 4325 "PermissionsBatchUpdateResponse": { |
| 4326 "description": "The response returned by a call to mapsengine.permis
sions.batchUpdate.", |
| 4327 "id": "PermissionsBatchUpdateResponse", |
| 4328 "type": "object" |
| 4329 }, |
| 4330 "PermissionsListResponse": { |
| 4331 "id": "PermissionsListResponse", |
| 4332 "properties": { |
| 4333 "permissions": { |
| 4334 "description": "The set of permissions associated with this
asset.", |
| 4335 "items": { |
| 4336 "$ref": "Permission" |
| 4337 }, |
| 4338 "type": "array" |
| 4339 } |
| 4340 }, |
| 4341 "type": "object" |
| 4342 }, |
3745 "PointStyle": { | 4343 "PointStyle": { |
3746 "description": "Style for points.", | 4344 "description": "Style for points.", |
3747 "id": "PointStyle", | 4345 "id": "PointStyle", |
3748 "properties": { | 4346 "properties": { |
3749 "icon": { | 4347 "icon": { |
3750 "$ref": "IconStyle", | 4348 "$ref": "IconStyle", |
3751 "annotations": { | 4349 "annotations": { |
3752 "required": [ | 4350 "required": [ |
3753 "mapsengine.layers.create", | 4351 "mapsengine.layers.create", |
3754 "mapsengine.layers.patch" | 4352 "mapsengine.layers.patch" |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3818 "type": "object" | 4416 "type": "object" |
3819 }, | 4417 }, |
3820 "PublishedLayer": { | 4418 "PublishedLayer": { |
3821 "description": "The published version of a layer.", | 4419 "description": "The published version of a layer.", |
3822 "id": "PublishedLayer", | 4420 "id": "PublishedLayer", |
3823 "properties": { | 4421 "properties": { |
3824 "description": { | 4422 "description": { |
3825 "description": "The description of this Layer, supplied by t
he author.", | 4423 "description": "The description of this Layer, supplied by t
he author.", |
3826 "type": "string" | 4424 "type": "string" |
3827 }, | 4425 }, |
3828 "etag": { | |
3829 "description": "The ETag, used to refer to the current versi
on of the asset.", | |
3830 "type": "string" | |
3831 }, | |
3832 "id": { | 4426 "id": { |
3833 "description": "A globally unique ID, used to refer to this
Layer.", | 4427 "description": "A globally unique ID, used to refer to this
Layer.", |
3834 "type": "string" | 4428 "type": "string" |
3835 }, | 4429 }, |
3836 "layerType": { | 4430 "layerType": { |
3837 "annotations": { | |
3838 "required": [ | |
3839 "mapsengine.layers.create" | |
3840 ] | |
3841 }, | |
3842 "description": "The type of the datasources used to build th
is Layer. This should be used instead of datasourceType. At least one of layerTy
pe and datasourceType and must be specified, but layerType takes precedence.", | 4431 "description": "The type of the datasources used to build th
is Layer. This should be used instead of datasourceType. At least one of layerTy
pe and datasourceType and must be specified, but layerType takes precedence.", |
3843 "enum": [ | 4432 "enum": [ |
3844 "image", | 4433 "image", |
3845 "vector" | 4434 "vector" |
3846 ], | 4435 ], |
3847 "enumDescriptions": [ | 4436 "enumDescriptions": [ |
3848 "", | 4437 "", |
3849 "" | 4438 "" |
3850 ], | 4439 ], |
3851 "type": "string" | 4440 "type": "string" |
3852 }, | 4441 }, |
3853 "name": { | 4442 "name": { |
3854 "annotations": { | |
3855 "required": [ | |
3856 "mapsengine.layers.create" | |
3857 ] | |
3858 }, | |
3859 "description": "The name of this Layer, supplied by the auth
or.", | 4443 "description": "The name of this Layer, supplied by the auth
or.", |
3860 "type": "string" | 4444 "type": "string" |
3861 }, | 4445 }, |
3862 "projectId": { | 4446 "projectId": { |
3863 "annotations": { | |
3864 "required": [ | |
3865 "mapsengine.layers.create" | |
3866 ] | |
3867 }, | |
3868 "description": "The ID of the project that this Layer is in.
", | 4447 "description": "The ID of the project that this Layer is in.
", |
3869 "type": "string" | 4448 "type": "string" |
3870 } | 4449 } |
3871 }, | 4450 }, |
3872 "type": "object" | 4451 "type": "object" |
3873 }, | 4452 }, |
3874 "PublishedLayersListResponse": { | 4453 "PublishedLayersListResponse": { |
3875 "description": "The response returned by a call to layers.List.publi
shed.", | 4454 "description": "The response returned by a call to layers.List.publi
shed.", |
3876 "id": "PublishedLayersListResponse", | 4455 "id": "PublishedLayersListResponse", |
3877 "properties": { | 4456 "properties": { |
(...skipping 21 matching lines...) Expand all Loading... |
3899 "description": "The contents of this Map." | 4478 "description": "The contents of this Map." |
3900 }, | 4479 }, |
3901 "defaultViewport": { | 4480 "defaultViewport": { |
3902 "$ref": "LatLngBox", | 4481 "$ref": "LatLngBox", |
3903 "description": "An array of four numbers (west, south, east,
north) which defines the rectangular bounding box of the default viewport. The
numbers represent latitude and longitude in decimal degrees." | 4482 "description": "An array of four numbers (west, south, east,
north) which defines the rectangular bounding box of the default viewport. The
numbers represent latitude and longitude in decimal degrees." |
3904 }, | 4483 }, |
3905 "description": { | 4484 "description": { |
3906 "description": "The description of this Map, supplied by the
author.", | 4485 "description": "The description of this Map, supplied by the
author.", |
3907 "type": "string" | 4486 "type": "string" |
3908 }, | 4487 }, |
3909 "etag": { | |
3910 "description": "The ETag, used to refer to the current versi
on of the asset.", | |
3911 "type": "string" | |
3912 }, | |
3913 "id": { | 4488 "id": { |
3914 "description": "A globally unique ID, used to refer to this
Map.", | 4489 "description": "A globally unique ID, used to refer to this
Map.", |
3915 "type": "string" | 4490 "type": "string" |
3916 }, | 4491 }, |
3917 "name": { | 4492 "name": { |
3918 "annotations": { | |
3919 "required": [ | |
3920 "mapsengine.maps.create" | |
3921 ] | |
3922 }, | |
3923 "description": "The name of this Map, supplied by the author
.", | 4493 "description": "The name of this Map, supplied by the author
.", |
3924 "type": "string" | 4494 "type": "string" |
3925 }, | 4495 }, |
3926 "projectId": { | 4496 "projectId": { |
3927 "annotations": { | |
3928 "required": [ | |
3929 "mapsengine.maps.create" | |
3930 ] | |
3931 }, | |
3932 "description": "The ID of the project that this Map is in.", | 4497 "description": "The ID of the project that this Map is in.", |
3933 "type": "string" | 4498 "type": "string" |
3934 } | 4499 } |
3935 }, | 4500 }, |
3936 "type": "object" | 4501 "type": "object" |
3937 }, | 4502 }, |
3938 "PublishedMapsListResponse": { | 4503 "PublishedMapsListResponse": { |
3939 "description": "The response returned by a call to maps.List.publish
ed.", | 4504 "description": "The response returned by a call to maps.List.publish
ed.", |
3940 "id": "PublishedMapsListResponse", | 4505 "id": "PublishedMapsListResponse", |
3941 "properties": { | 4506 "properties": { |
(...skipping 18 matching lines...) Expand all Loading... |
3960 "properties": { | 4525 "properties": { |
3961 "acquisitionTime": { | 4526 "acquisitionTime": { |
3962 "$ref": "AcquisitionTime", | 4527 "$ref": "AcquisitionTime", |
3963 "description": "The acquisition time of this Raster." | 4528 "description": "The acquisition time of this Raster." |
3964 }, | 4529 }, |
3965 "attribution": { | 4530 "attribution": { |
3966 "description": "The name of the attribution to be used for t
his Raster.", | 4531 "description": "The name of the attribution to be used for t
his Raster.", |
3967 "type": "string" | 4532 "type": "string" |
3968 }, | 4533 }, |
3969 "bbox": { | 4534 "bbox": { |
3970 "description": "A rectangular bounding box which contains al
l of the data in this Raster. The numbers represent latitude and longitude in de
cimal degrees.", | 4535 "description": "A rectangular bounding box which contains al
l of the data in this Raster. The box is expressed as \\\"west, south, east, nor
th\\\". The numbers represent latitudes and longitudes in decimal degrees.", |
3971 "items": { | 4536 "items": { |
3972 "format": "double", | 4537 "format": "double", |
3973 "type": "number" | 4538 "type": "number" |
3974 }, | 4539 }, |
3975 "type": "array" | 4540 "type": "array" |
3976 }, | 4541 }, |
3977 "creationTime": { | 4542 "creationTime": { |
3978 "description": "The creation time of this raster. The value
is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", | 4543 "description": "The creation time of this raster. The value
is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", |
3979 "format": "date-time", | 4544 "format": "date-time", |
3980 "type": "string" | 4545 "type": "string" |
3981 }, | 4546 }, |
| 4547 "creatorEmail": { |
| 4548 "description": "The email address of the creator of this ras
ter. This is only returned on GET requests and not LIST requests.", |
| 4549 "type": "string" |
| 4550 }, |
3982 "description": { | 4551 "description": { |
3983 "description": "The description of this Raster, supplied by
the author.", | 4552 "description": "The description of this Raster, supplied by
the author.", |
3984 "type": "string" | 4553 "type": "string" |
3985 }, | 4554 }, |
3986 "draftAccessList": { | 4555 "draftAccessList": { |
3987 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. For backward compatibility, the API still accepts access lists for projects t
hat are already using access lists. If you created a GME account/project after J
uly 14th, 2014, you will not be able to send API requests that include access li
sts. The API does not yet support the new permissions model. When you create a m
ap via the API without specifying permissions, the account that created the map
is the owner and has effective administrator access. Users can then use the Maps
Engine user interface to adjust the permissions. This is a temporary workaround
until the API supports the new permissions model. Read Add new users and groups
in the Google Maps Engine help center for more information.", | 4556 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. Instead, each asset has its own list of permissions. For backward compatibili
ty, the API still accepts access lists for projects that are already using acces
s lists. If you created a GME account/project after July 14th, 2014, you will no
t be able to send API requests that include access lists. Note: This is an input
field only. It is not returned in response to a list or get request.", |
3988 "type": "string" | 4557 "type": "string" |
3989 }, | 4558 }, |
3990 "etag": { | 4559 "etag": { |
3991 "description": "The ETag, used to refer to the current versi
on of the asset.", | 4560 "description": "The ETag, used to refer to the current versi
on of the asset.", |
3992 "type": "string" | 4561 "type": "string" |
3993 }, | 4562 }, |
3994 "files": { | 4563 "files": { |
3995 "annotations": { | 4564 "annotations": { |
3996 "required": [ | 4565 "required": [ |
3997 "mapsengine.rasters.upload" | 4566 "mapsengine.rasters.upload" |
3998 ] | 4567 ] |
3999 }, | 4568 }, |
4000 "description": "The files associated with this Raster.", | 4569 "description": "The files associated with this Raster.", |
4001 "items": { | 4570 "items": { |
4002 "$ref": "File" | 4571 "$ref": "File" |
4003 }, | 4572 }, |
4004 "type": "array" | 4573 "type": "array" |
4005 }, | 4574 }, |
4006 "id": { | 4575 "id": { |
4007 "description": "A globally unique ID, used to refer to this
Raster.", | 4576 "description": "A globally unique ID, used to refer to this
Raster.", |
4008 "type": "string" | 4577 "type": "string" |
4009 }, | 4578 }, |
4010 "lastModifiedTime": { | 4579 "lastModifiedTime": { |
4011 "description": "The last modified time of this raster. The v
alue is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", | 4580 "description": "The last modified time of this raster. The v
alue is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", |
4012 "format": "date-time", | 4581 "format": "date-time", |
4013 "type": "string" | 4582 "type": "string" |
4014 }, | 4583 }, |
| 4584 "lastModifierEmail": { |
| 4585 "description": "The email address of the last modifier of th
is raster. This is only returned on GET requests and not LIST requests.", |
| 4586 "type": "string" |
| 4587 }, |
4015 "maskType": { | 4588 "maskType": { |
4016 "default": "autoMask", | 4589 "default": "autoMask", |
4017 "description": "The mask processing type of this Raster.", | 4590 "description": "The mask processing type of this Raster.", |
4018 "type": "string" | 4591 "type": "string" |
4019 }, | 4592 }, |
4020 "name": { | 4593 "name": { |
4021 "annotations": { | 4594 "annotations": { |
4022 "required": [ | 4595 "required": [ |
4023 "mapsengine.rasters.upload" | 4596 "mapsengine.rasters.upload" |
4024 ] | 4597 ] |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4064 "image" | 4637 "image" |
4065 ], | 4638 ], |
4066 "enumDescriptions": [ | 4639 "enumDescriptions": [ |
4067 "" | 4640 "" |
4068 ], | 4641 ], |
4069 "type": "string" | 4642 "type": "string" |
4070 }, | 4643 }, |
4071 "tags": { | 4644 "tags": { |
4072 "$ref": "Tags", | 4645 "$ref": "Tags", |
4073 "description": "Tags of this Raster." | 4646 "description": "Tags of this Raster." |
| 4647 }, |
| 4648 "writersCanEditPermissions": { |
| 4649 "description": "If true, WRITERs of the asset are able to ed
it the asset permissions.", |
| 4650 "type": "boolean" |
4074 } | 4651 } |
4075 }, | 4652 }, |
4076 "type": "object" | 4653 "type": "object" |
4077 }, | 4654 }, |
4078 "RasterCollection": { | 4655 "RasterCollection": { |
4079 "description": "A raster collection groups multiple Raster resources
for inclusion in a Layer.", | 4656 "description": "A raster collection groups multiple Raster resources
for inclusion in a Layer.", |
4080 "id": "RasterCollection", | 4657 "id": "RasterCollection", |
4081 "properties": { | 4658 "properties": { |
4082 "attribution": { | 4659 "attribution": { |
4083 "description": "The name of the attribution to be used for t
his RasterCollection.", | 4660 "description": "The name of the attribution to be used for t
his RasterCollection. Note: Attribution is returned in response to a get request
but not a list request. After requesting a list of raster collections, you'll n
eed to send a get request to retrieve the attribution for each raster collection
.", |
4084 "type": "string" | 4661 "type": "string" |
4085 }, | 4662 }, |
4086 "bbox": { | 4663 "bbox": { |
4087 "description": "A rectangular bounding box which contains al
l of the data in this RasterCollection. The numbers represent latitude and longi
tude in decimal degrees.", | 4664 "description": "A rectangular bounding box which contains al
l of the data in this RasterCollection. The box is expressed as \\\"west, south,
east, north\\\". The numbers represent latitude and longitude in decimal degree
s.", |
4088 "items": { | 4665 "items": { |
4089 "format": "double", | 4666 "format": "double", |
4090 "type": "number" | 4667 "type": "number" |
4091 }, | 4668 }, |
4092 "type": "array" | 4669 "type": "array" |
4093 }, | 4670 }, |
4094 "creationTime": { | 4671 "creationTime": { |
4095 "description": "The creation time of this RasterCollection.
The value is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z)."
, | 4672 "description": "The creation time of this RasterCollection.
The value is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z)."
, |
4096 "format": "date-time", | 4673 "format": "date-time", |
4097 "type": "string" | 4674 "type": "string" |
4098 }, | 4675 }, |
| 4676 "creatorEmail": { |
| 4677 "description": "The email address of the creator of this ras
ter collection. This is only returned on GET requests and not LIST requests.", |
| 4678 "type": "string" |
| 4679 }, |
4099 "description": { | 4680 "description": { |
4100 "description": "The description of this RasterCollection, su
pplied by the author.", | 4681 "description": "The description of this RasterCollection, su
pplied by the author.", |
4101 "type": "string" | 4682 "type": "string" |
4102 }, | 4683 }, |
4103 "draftAccessList": { | 4684 "draftAccessList": { |
4104 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. For backward compatibility, the API still accepts access lists for projects t
hat are already using access lists. If you created a GME account/project after J
uly 14th, 2014, you will not be able to send API requests that include access li
sts. The API does not yet support the new permissions model. When you create a m
ap via the API without specifying permissions, the account that created the map
is the owner and has effective administrator access. Users can then use the Maps
Engine user interface to adjust the permissions. This is a temporary workaround
until the API supports the new permissions model. Read Add new users and groups
in the Google Maps Engine help center for more information.", | 4685 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. Instead, each asset has its own list of permissions. For backward compatibili
ty, the API still accepts access lists for projects that are already using acces
s lists. If you created a GME account/project after July 14th, 2014, you will no
t be able to send API requests that include access lists. Note: This is an input
field only. It is not returned in response to a list or get request.", |
4105 "type": "string" | 4686 "type": "string" |
4106 }, | 4687 }, |
4107 "etag": { | 4688 "etag": { |
4108 "description": "The ETag, used to refer to the current versi
on of the asset.", | 4689 "description": "The ETag, used to refer to the current versi
on of the asset.", |
4109 "type": "string" | 4690 "type": "string" |
4110 }, | 4691 }, |
4111 "id": { | 4692 "id": { |
4112 "description": "A globally unique ID, used to refer to this
RasterCollection.", | 4693 "description": "A globally unique ID, used to refer to this
RasterCollection.", |
4113 "type": "string" | 4694 "type": "string" |
4114 }, | 4695 }, |
4115 "lastModifiedTime": { | 4696 "lastModifiedTime": { |
4116 "description": "The last modified time of this RasterCollect
ion. The value is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:0
0Z).", | 4697 "description": "The last modified time of this RasterCollect
ion. The value is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:0
0Z).", |
4117 "format": "date-time", | 4698 "format": "date-time", |
4118 "type": "string" | 4699 "type": "string" |
4119 }, | 4700 }, |
| 4701 "lastModifierEmail": { |
| 4702 "description": "The email address of the last modifier of th
is raster collection. This is only returned on GET requests and not LIST request
s.", |
| 4703 "type": "string" |
| 4704 }, |
4120 "mosaic": { | 4705 "mosaic": { |
4121 "annotations": { | 4706 "annotations": { |
4122 "required": [ | 4707 "required": [ |
4123 "mapsengine.rasterCollections.create" | 4708 "mapsengine.rasterCollections.create" |
4124 ] | 4709 ] |
4125 }, | 4710 }, |
4126 "description": "True if this RasterCollection is a mosaic.", | 4711 "description": "True if this RasterCollection is a mosaic.", |
4127 "type": "boolean" | 4712 "type": "boolean" |
4128 }, | 4713 }, |
4129 "name": { | 4714 "name": { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4173 "image" | 4758 "image" |
4174 ], | 4759 ], |
4175 "enumDescriptions": [ | 4760 "enumDescriptions": [ |
4176 "" | 4761 "" |
4177 ], | 4762 ], |
4178 "type": "string" | 4763 "type": "string" |
4179 }, | 4764 }, |
4180 "tags": { | 4765 "tags": { |
4181 "$ref": "Tags", | 4766 "$ref": "Tags", |
4182 "description": "Tags of this RasterCollection." | 4767 "description": "Tags of this RasterCollection." |
| 4768 }, |
| 4769 "writersCanEditPermissions": { |
| 4770 "description": "If true, WRITERs of the asset are able to ed
it the asset permissions.", |
| 4771 "type": "boolean" |
4183 } | 4772 } |
4184 }, | 4773 }, |
4185 "type": "object" | 4774 "type": "object" |
4186 }, | 4775 }, |
4187 "RasterCollectionsListResponse": { | 4776 "RasterCollectionsListResponse": { |
4188 "description": "The response returned by a call to raster_collection
s.List.", | 4777 "description": "The response returned by a call to raster_collection
s.List. Note: The list response does not include all the fields available in a r
aster collection. Refer to the RasterCollection resource description for details
of the fields that are not included. You'll need to send a get request to retri
eve the additional fields for each raster collection.", |
4189 "id": "RasterCollectionsListResponse", | 4778 "id": "RasterCollectionsListResponse", |
4190 "properties": { | 4779 "properties": { |
4191 "nextPageToken": { | 4780 "nextPageToken": { |
4192 "description": "Next page token.", | 4781 "description": "Next page token.", |
4193 "format": "byte", | 4782 "format": "byte", |
4194 "type": "string" | 4783 "type": "string" |
4195 }, | 4784 }, |
4196 "rasterCollections": { | 4785 "rasterCollections": { |
4197 "description": "Resources returned.", | 4786 "description": "Resources returned.", |
4198 "items": { | 4787 "items": { |
4199 "$ref": "RasterCollection" | 4788 "$ref": "RasterCollection" |
4200 }, | 4789 }, |
4201 "type": "array" | 4790 "type": "array" |
4202 } | 4791 } |
4203 }, | 4792 }, |
4204 "type": "object" | 4793 "type": "object" |
4205 }, | 4794 }, |
4206 "RasterCollectionsRaster": { | 4795 "RasterCollectionsRaster": { |
4207 "description": "A raster resource.", | 4796 "description": "A raster resource.", |
4208 "id": "RasterCollectionsRaster", | 4797 "id": "RasterCollectionsRaster", |
4209 "properties": { | 4798 "properties": { |
4210 "bbox": { | 4799 "bbox": { |
4211 "description": "A rectangular bounding box which contains al
l of the data in this Raster. The numbers represent latitude and longitude in de
cimal degrees.", | 4800 "description": "A rectangular bounding box which contains al
l of the data in this Raster. The box is expressed as \\\"west, south, east, nor
th\\\". The numbers represent latitudes and longitudes in decimal degrees.", |
4212 "items": { | 4801 "items": { |
4213 "format": "double", | 4802 "format": "double", |
4214 "type": "number" | 4803 "type": "number" |
4215 }, | 4804 }, |
4216 "type": "array" | 4805 "type": "array" |
4217 }, | 4806 }, |
4218 "creationTime": { | 4807 "creationTime": { |
4219 "description": "The creation time of this raster. The value
is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", | 4808 "description": "The creation time of this raster. The value
is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", |
4220 "format": "date-time", | 4809 "format": "date-time", |
4221 "type": "string" | 4810 "type": "string" |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4464 "type": "number" | 5053 "type": "number" |
4465 } | 5054 } |
4466 }, | 5055 }, |
4467 "type": "object" | 5056 "type": "object" |
4468 }, | 5057 }, |
4469 "Table": { | 5058 "Table": { |
4470 "description": "A collection of geographic features, and associated
metadata.", | 5059 "description": "A collection of geographic features, and associated
metadata.", |
4471 "id": "Table", | 5060 "id": "Table", |
4472 "properties": { | 5061 "properties": { |
4473 "bbox": { | 5062 "bbox": { |
4474 "description": "A rectangular bounding box which contains al
l of the data in this table. The numbers represent latitude and longitude in dec
imal degrees.", | 5063 "description": "A rectangular bounding box which contains al
l of the data in this Table. The box is expressed as \\\"west, south, east, nort
h\\\". The numbers represent latitude and longitude in decimal degrees.", |
4475 "items": { | 5064 "items": { |
4476 "format": "double", | 5065 "format": "double", |
4477 "type": "number" | 5066 "type": "number" |
4478 }, | 5067 }, |
4479 "type": "array" | 5068 "type": "array" |
4480 }, | 5069 }, |
4481 "creationTime": { | 5070 "creationTime": { |
4482 "description": "The creation time of this table. The value i
s an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", | 5071 "description": "The creation time of this table. The value i
s an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", |
4483 "format": "date-time", | 5072 "format": "date-time", |
4484 "type": "string" | 5073 "type": "string" |
4485 }, | 5074 }, |
| 5075 "creatorEmail": { |
| 5076 "description": "The email address of the creator of this tab
le. This is only returned on GET requests and not LIST requests.", |
| 5077 "type": "string" |
| 5078 }, |
4486 "description": { | 5079 "description": { |
4487 "description": "The description of this table, supplied by t
he author.", | 5080 "description": "The description of this table, supplied by t
he author.", |
4488 "type": "string" | 5081 "type": "string" |
4489 }, | 5082 }, |
4490 "draftAccessList": { | 5083 "draftAccessList": { |
4491 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. For backward compatibility, the API still accepts access lists for projects t
hat are already using access lists. If you created a GME account/project after J
uly 14th, 2014, you will not be able to send API requests that include access li
sts. The API does not yet support the new permissions model. When you create a m
ap via the API without specifying permissions, the account that created the map
is the owner and has effective administrator access. Users can then use the Maps
Engine user interface to adjust the permissions. This is a temporary workaround
until the API supports the new permissions model. Read Add new users and groups
in the Google Maps Engine help center for more information.", | 5084 "description": "Deprecated: The name of an access list of th
e Map Editor type. The user on whose behalf the request is being sent must be an
editor on that access list. Note: Google Maps Engine no longer uses access list
s. Instead, each asset has its own list of permissions. For backward compatibili
ty, the API still accepts access lists for projects that are already using acces
s lists. If you created a GME account/project after July 14th, 2014, you will no
t be able to send API requests that include access lists. Note: This is an input
field only. It is not returned in response to a list or get request.", |
4492 "type": "string" | 5085 "type": "string" |
4493 }, | 5086 }, |
4494 "etag": { | 5087 "etag": { |
4495 "description": "The ETag, used to refer to the current versi
on of the asset.", | 5088 "description": "The ETag, used to refer to the current versi
on of the asset.", |
4496 "type": "string" | 5089 "type": "string" |
4497 }, | 5090 }, |
4498 "files": { | 5091 "files": { |
4499 "annotations": { | 5092 "annotations": { |
4500 "required": [ | 5093 "required": [ |
4501 "mapsengine.tables.upload" | 5094 "mapsengine.tables.upload" |
4502 ] | 5095 ] |
4503 }, | 5096 }, |
4504 "description": "The files associated with this table.", | 5097 "description": "The files associated with this table.", |
4505 "items": { | 5098 "items": { |
4506 "$ref": "File" | 5099 "$ref": "File" |
4507 }, | 5100 }, |
4508 "type": "array" | 5101 "type": "array" |
4509 }, | 5102 }, |
4510 "id": { | 5103 "id": { |
4511 "description": "A globally unique ID, used to refer to this
table.", | 5104 "description": "A globally unique ID, used to refer to this
table.", |
4512 "type": "string" | 5105 "type": "string" |
4513 }, | 5106 }, |
4514 "lastModifiedTime": { | 5107 "lastModifiedTime": { |
4515 "description": "The last modified time of this table. The va
lue is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", | 5108 "description": "The last modified time of this table. The va
lue is an RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z).", |
4516 "format": "date-time", | 5109 "format": "date-time", |
4517 "type": "string" | 5110 "type": "string" |
4518 }, | 5111 }, |
| 5112 "lastModifierEmail": { |
| 5113 "description": "The email address of the last modifier of th
is table. This is only returned on GET requests and not LIST requests.", |
| 5114 "type": "string" |
| 5115 }, |
4519 "name": { | 5116 "name": { |
4520 "annotations": { | 5117 "annotations": { |
4521 "required": [ | 5118 "required": [ |
4522 "mapsengine.tables.create", | 5119 "mapsengine.tables.create", |
4523 "mapsengine.tables.upload" | 5120 "mapsengine.tables.upload" |
4524 ] | 5121 ] |
4525 }, | 5122 }, |
4526 "description": "The name of this table, supplied by the auth
or.", | 5123 "description": "The name of this table, supplied by the auth
or.", |
4527 "type": "string" | 5124 "type": "string" |
4528 }, | 5125 }, |
(...skipping 19 matching lines...) Expand all Loading... |
4548 "annotations": { | 5145 "annotations": { |
4549 "required": [ | 5146 "required": [ |
4550 "mapsengine.tables.create", | 5147 "mapsengine.tables.create", |
4551 "mapsengine.tables.upload" | 5148 "mapsengine.tables.upload" |
4552 ] | 5149 ] |
4553 }, | 5150 }, |
4554 "description": "The ID of the project to which the table bel
ongs.", | 5151 "description": "The ID of the project to which the table bel
ongs.", |
4555 "type": "string" | 5152 "type": "string" |
4556 }, | 5153 }, |
4557 "publishedAccessList": { | 5154 "publishedAccessList": { |
4558 "description": "Deprecated: The access list to whom view per
missions are granted. The value must be the name of a Maps Engine access list of
the Map Viewer type, and the user must be a viewer on that list. Read Share dat
a, layers, and maps in the Google Maps Engine help center for more information."
, | 5155 "description": "Deprecated: The access list to whom view per
missions are granted. The value must be the name of a Maps Engine access list of
the Map Viewer type, and the user must be a viewer on that list. Note: Google M
aps Engine no longer uses access lists. Instead, each asset has its own list of
permissions. For backward compatibility, the API still accepts access lists for
projects that are already using access lists. If you created a GME account/proje
ct after July 14th, 2014, you will not be able to send API requests that include
access lists. Note: This is an input field only. It is not returned in response
to a list or get request.", |
4559 "type": "string" | 5156 "type": "string" |
4560 }, | 5157 }, |
4561 "schema": { | 5158 "schema": { |
4562 "$ref": "Schema", | 5159 "$ref": "Schema", |
4563 "annotations": { | 5160 "annotations": { |
4564 "required": [ | 5161 "required": [ |
4565 "mapsengine.tables.create" | 5162 "mapsengine.tables.create" |
4566 ] | 5163 ] |
4567 }, | 5164 }, |
4568 "description": "The schema for this table." | 5165 "description": "The schema for this table. Note: The schema
is returned in response to a get request but not a list request. After requestin
g a list of tables, you'll need to send a get request to retrieve the schema for
each table." |
4569 }, | 5166 }, |
4570 "sourceEncoding": { | 5167 "sourceEncoding": { |
4571 "default": "UTF-8", | 5168 "default": "UTF-8", |
4572 "description": "Encoding of the uploaded files. Valid values
include UTF-8, CP1251, ISO 8859-1, and Shift_JIS.", | 5169 "description": "Encoding of the uploaded files. Valid values
include UTF-8, CP1251, ISO 8859-1, and Shift_JIS.", |
4573 "type": "string" | 5170 "type": "string" |
4574 }, | 5171 }, |
4575 "tags": { | 5172 "tags": { |
4576 "$ref": "Tags", | 5173 "$ref": "Tags", |
4577 "description": "An array of text strings, with each string r
epresenting a tag. More information about tags can be found in the Tagging data
article of the Maps Engine help center." | 5174 "description": "An array of text strings, with each string r
epresenting a tag. More information about tags can be found in the Tagging data
article of the Maps Engine help center." |
| 5175 }, |
| 5176 "writersCanEditPermissions": { |
| 5177 "description": "If true, WRITERs of the asset are able to ed
it the asset permissions.", |
| 5178 "type": "boolean" |
4578 } | 5179 } |
4579 }, | 5180 }, |
4580 "type": "object" | 5181 "type": "object" |
4581 }, | 5182 }, |
4582 "TableColumn": { | 5183 "TableColumn": { |
4583 "id": "TableColumn", | 5184 "id": "TableColumn", |
4584 "properties": { | 5185 "properties": { |
4585 "name": { | 5186 "name": { |
4586 "annotations": { | 5187 "annotations": { |
4587 "required": [ | 5188 "required": [ |
(...skipping 29 matching lines...) Expand all Loading... |
4617 "", | 5218 "", |
4618 "", | 5219 "", |
4619 "" | 5220 "" |
4620 ], | 5221 ], |
4621 "type": "string" | 5222 "type": "string" |
4622 } | 5223 } |
4623 }, | 5224 }, |
4624 "type": "object" | 5225 "type": "object" |
4625 }, | 5226 }, |
4626 "TablesListResponse": { | 5227 "TablesListResponse": { |
4627 "description": "The response returned by a call to tables.List.", | 5228 "description": "The response returned by a call to tables.List. Note
: The list response does not include all the fields available in a table. Refer
to the table resource description for details of the fields that are not include
d. You'll need to send a get request to retrieve the additional fields for each
table.", |
4628 "id": "TablesListResponse", | 5229 "id": "TablesListResponse", |
4629 "properties": { | 5230 "properties": { |
4630 "nextPageToken": { | 5231 "nextPageToken": { |
4631 "description": "Next page token.", | 5232 "description": "Next page token.", |
4632 "format": "byte", | 5233 "format": "byte", |
4633 "type": "string" | 5234 "type": "string" |
4634 }, | 5235 }, |
4635 "tables": { | 5236 "tables": { |
4636 "description": "Resources returned.", | 5237 "description": "Resources returned.", |
4637 "items": { | 5238 "items": { |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4738 "type": "integer" | 5339 "type": "integer" |
4739 } | 5340 } |
4740 }, | 5341 }, |
4741 "type": "object" | 5342 "type": "object" |
4742 } | 5343 } |
4743 }, | 5344 }, |
4744 "servicePath": "mapsengine/v1/", | 5345 "servicePath": "mapsengine/v1/", |
4745 "title": "Google Maps Engine API", | 5346 "title": "Google Maps Engine API", |
4746 "version": "v1" | 5347 "version": "v1" |
4747 } | 5348 } |
OLD | NEW |