| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/fusiontables": { | 5 "https://www.googleapis.com/auth/fusiontables": { |
| 6 "description": "Manage your Fusion Tables" | 6 "description": "Manage your Fusion Tables" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/fusiontables.readonly": { | 8 "https://www.googleapis.com/auth/fusiontables.readonly": { |
| 9 "description": "View your Fusion Tables" | 9 "description": "View your Fusion Tables" |
| 10 } | 10 } |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 }, | 13 }, |
| 14 "basePath": "/fusiontables/v1/", | 14 "basePath": "/fusiontables/v1/", |
| 15 "baseUrl": "https://www.googleapis.com/fusiontables/v1/", | 15 "baseUrl": "https://www.googleapis.com/fusiontables/v1/", |
| 16 "batchPath": "batch", | 16 "batchPath": "batch", |
| 17 "description": "API for working with Fusion Tables data.", | 17 "description": "API for working with Fusion Tables data.", |
| 18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
| 19 "documentationLink": "https://developers.google.com/fusiontables", | 19 "documentationLink": "https://developers.google.com/fusiontables", |
| 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/SYuz2YU3ZsxTEiZdfXCeGmNn9r0\"", | 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/_HDQvvrmU1Cf0bBIzjf-H39NJ10\"", |
| 21 "icons": { | 21 "icons": { |
| 22 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 22 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 23 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 23 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 24 }, | 24 }, |
| 25 "id": "fusiontables:v1", | 25 "id": "fusiontables:v1", |
| 26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
| 27 "name": "fusiontables", | 27 "name": "fusiontables", |
| 28 "ownerDomain": "google.com", | 28 "ownerDomain": "google.com", |
| 29 "ownerName": "Google", | 29 "ownerName": "Google", |
| 30 "parameters": { | 30 "parameters": { |
| (...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1120 "response": { | 1120 "response": { |
| 1121 "$ref": "Template" | 1121 "$ref": "Template" |
| 1122 }, | 1122 }, |
| 1123 "scopes": [ | 1123 "scopes": [ |
| 1124 "https://www.googleapis.com/auth/fusiontables" | 1124 "https://www.googleapis.com/auth/fusiontables" |
| 1125 ] | 1125 ] |
| 1126 } | 1126 } |
| 1127 } | 1127 } |
| 1128 } | 1128 } |
| 1129 }, | 1129 }, |
| 1130 "revision": "20141113", | 1130 "revision": "20150226", |
| 1131 "rootUrl": "https://www.googleapis.com/", | 1131 "rootUrl": "https://www.googleapis.com/", |
| 1132 "schemas": { | 1132 "schemas": { |
| 1133 "Bucket": { | 1133 "Bucket": { |
| 1134 "description": "Specifies the minimum and maximum values, the color,
opacity, icon and weight of a bucket within a StyleSetting.", | 1134 "description": "Specifies the minimum and maximum values, the color,
opacity, icon and weight of a bucket within a StyleSetting.", |
| 1135 "id": "Bucket", | 1135 "id": "Bucket", |
| 1136 "properties": { | 1136 "properties": { |
| 1137 "color": { | 1137 "color": { |
| 1138 "description": "Color of line or the interior of a polygon i
n #RRGGBB format.", | 1138 "description": "Color of line or the interior of a polygon i
n #RRGGBB format.", |
| 1139 "type": "string" | 1139 "type": "string" |
| 1140 }, | 1140 }, |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1234 "$ref": "Column" | 1234 "$ref": "Column" |
| 1235 }, | 1235 }, |
| 1236 "type": "array" | 1236 "type": "array" |
| 1237 }, | 1237 }, |
| 1238 "kind": { | 1238 "kind": { |
| 1239 "default": "fusiontables#columnList", | 1239 "default": "fusiontables#columnList", |
| 1240 "description": "Type name: a list of all columns.", | 1240 "description": "Type name: a list of all columns.", |
| 1241 "type": "string" | 1241 "type": "string" |
| 1242 }, | 1242 }, |
| 1243 "nextPageToken": { | 1243 "nextPageToken": { |
| 1244 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more tokens left.", | 1244 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more pages left.", |
| 1245 "type": "string" | 1245 "type": "string" |
| 1246 }, | 1246 }, |
| 1247 "totalItems": { | 1247 "totalItems": { |
| 1248 "description": "Total number of columns for the table.", | 1248 "description": "Total number of columns for the table.", |
| 1249 "format": "int32", | 1249 "format": "int32", |
| 1250 "type": "integer" | 1250 "type": "integer" |
| 1251 } | 1251 } |
| 1252 }, | 1252 }, |
| 1253 "type": "object" | 1253 "type": "object" |
| 1254 }, | 1254 }, |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1583 "$ref": "StyleSetting" | 1583 "$ref": "StyleSetting" |
| 1584 }, | 1584 }, |
| 1585 "type": "array" | 1585 "type": "array" |
| 1586 }, | 1586 }, |
| 1587 "kind": { | 1587 "kind": { |
| 1588 "default": "fusiontables#styleSettingList", | 1588 "default": "fusiontables#styleSettingList", |
| 1589 "description": "Type name: in this case, a list of style set
tings.", | 1589 "description": "Type name: in this case, a list of style set
tings.", |
| 1590 "type": "string" | 1590 "type": "string" |
| 1591 }, | 1591 }, |
| 1592 "nextPageToken": { | 1592 "nextPageToken": { |
| 1593 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more styles left.", | 1593 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more pages left.", |
| 1594 "type": "string" | 1594 "type": "string" |
| 1595 }, | 1595 }, |
| 1596 "totalItems": { | 1596 "totalItems": { |
| 1597 "description": "Total number of styles for the table.", | 1597 "description": "Total number of styles for the table.", |
| 1598 "format": "int32", | 1598 "format": "int32", |
| 1599 "type": "integer" | 1599 "type": "integer" |
| 1600 } | 1600 } |
| 1601 }, | 1601 }, |
| 1602 "type": "object" | 1602 "type": "object" |
| 1603 }, | 1603 }, |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1683 "$ref": "Table" | 1683 "$ref": "Table" |
| 1684 }, | 1684 }, |
| 1685 "type": "array" | 1685 "type": "array" |
| 1686 }, | 1686 }, |
| 1687 "kind": { | 1687 "kind": { |
| 1688 "default": "fusiontables#tableList", | 1688 "default": "fusiontables#tableList", |
| 1689 "description": "Type name: a list of all tables.", | 1689 "description": "Type name: a list of all tables.", |
| 1690 "type": "string" | 1690 "type": "string" |
| 1691 }, | 1691 }, |
| 1692 "nextPageToken": { | 1692 "nextPageToken": { |
| 1693 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more tokens left.", | 1693 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more pages left.", |
| 1694 "type": "string" | 1694 "type": "string" |
| 1695 } | 1695 } |
| 1696 }, | 1696 }, |
| 1697 "type": "object" | 1697 "type": "object" |
| 1698 }, | 1698 }, |
| 1699 "Task": { | 1699 "Task": { |
| 1700 "description": "Specifies the id, name and type of a task in a table
.", | 1700 "description": "Specifies the identifier, name, and type of a task i
n a table.", |
| 1701 "id": "Task", | 1701 "id": "Task", |
| 1702 "properties": { | 1702 "properties": { |
| 1703 "kind": { | 1703 "kind": { |
| 1704 "default": "fusiontables#task", | 1704 "default": "fusiontables#task", |
| 1705 "description": "Type name: a template for an individual task
.", | 1705 "description": "Type of the resource. This is always \"fusio
ntables#task\".", |
| 1706 "type": "string" | 1706 "type": "string" |
| 1707 }, | 1707 }, |
| 1708 "progress": { | 1708 "progress": { |
| 1709 "description": "An indication of task progress.", | 1709 "description": "An indication of task progress.", |
| 1710 "type": "string" | 1710 "type": "string" |
| 1711 }, | 1711 }, |
| 1712 "started": { | 1712 "started": { |
| 1713 "description": "False while the table is busy with some othe
r task.", | 1713 "description": "false while the table is busy with some othe
r task. true if this background task is currently running.", |
| 1714 "type": "boolean" | 1714 "type": "boolean" |
| 1715 }, | 1715 }, |
| 1716 "taskId": { | 1716 "taskId": { |
| 1717 "description": "Identifier for the task.", | 1717 "description": "Identifier for the task.", |
| 1718 "format": "int64", | 1718 "format": "int64", |
| 1719 "type": "string" | 1719 "type": "string" |
| 1720 }, | 1720 }, |
| 1721 "type": { | 1721 "type": { |
| 1722 "description": "Type of background task. One of DELETE_ROWS
Deletes one or more rows from the table. ADD_ROWS \"Adds one or more rows to a
table. Includes importing data into a new table and importing more rows into an
existing table. ADD_COLUMN Adds a new column to the table. CHANGE_TYPE Changes t
he type of a column.", |
| 1722 "type": "string" | 1723 "type": "string" |
| 1723 } | 1724 } |
| 1724 }, | 1725 }, |
| 1725 "type": "object" | 1726 "type": "object" |
| 1726 }, | 1727 }, |
| 1727 "TaskList": { | 1728 "TaskList": { |
| 1728 "description": "Represents a list of tasks in a table.", | 1729 "description": "Represents a list of tasks for a table.", |
| 1729 "id": "TaskList", | 1730 "id": "TaskList", |
| 1730 "properties": { | 1731 "properties": { |
| 1731 "items": { | 1732 "items": { |
| 1732 "description": "List of all requested tasks.", | 1733 "description": "List of all requested tasks.", |
| 1733 "items": { | 1734 "items": { |
| 1734 "$ref": "Task" | 1735 "$ref": "Task" |
| 1735 }, | 1736 }, |
| 1736 "type": "array" | 1737 "type": "array" |
| 1737 }, | 1738 }, |
| 1738 "kind": { | 1739 "kind": { |
| 1739 "default": "fusiontables#taskList", | 1740 "default": "fusiontables#taskList", |
| 1740 "description": "Type name: a list of all tasks.", | 1741 "description": "Type of the resource. This is always \"fusio
ntables#taskList\".", |
| 1741 "type": "string" | 1742 "type": "string" |
| 1742 }, | 1743 }, |
| 1743 "nextPageToken": { | 1744 "nextPageToken": { |
| 1744 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more tokens left.", | 1745 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more pages left.", |
| 1745 "type": "string" | 1746 "type": "string" |
| 1746 }, | 1747 }, |
| 1747 "totalItems": { | 1748 "totalItems": { |
| 1748 "description": "Total number of tasks for the table.", | 1749 "description": "Total number of tasks for the table.", |
| 1749 "format": "int32", | 1750 "format": "int32", |
| 1750 "type": "integer" | 1751 "type": "integer" |
| 1751 } | 1752 } |
| 1752 }, | 1753 }, |
| 1753 "type": "object" | 1754 "type": "object" |
| 1754 }, | 1755 }, |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1798 "$ref": "Template" | 1799 "$ref": "Template" |
| 1799 }, | 1800 }, |
| 1800 "type": "array" | 1801 "type": "array" |
| 1801 }, | 1802 }, |
| 1802 "kind": { | 1803 "kind": { |
| 1803 "default": "fusiontables#templateList", | 1804 "default": "fusiontables#templateList", |
| 1804 "description": "Type name: a list of all templates.", | 1805 "description": "Type name: a list of all templates.", |
| 1805 "type": "string" | 1806 "type": "string" |
| 1806 }, | 1807 }, |
| 1807 "nextPageToken": { | 1808 "nextPageToken": { |
| 1808 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more tokens left.", | 1809 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more pages left.", |
| 1809 "type": "string" | 1810 "type": "string" |
| 1810 }, | 1811 }, |
| 1811 "totalItems": { | 1812 "totalItems": { |
| 1812 "description": "Total number of templates for the table.", | 1813 "description": "Total number of templates for the table.", |
| 1813 "format": "int32", | 1814 "format": "int32", |
| 1814 "type": "integer" | 1815 "type": "integer" |
| 1815 } | 1816 } |
| 1816 }, | 1817 }, |
| 1817 "type": "object" | 1818 "type": "object" |
| 1818 } | 1819 } |
| 1819 }, | 1820 }, |
| 1820 "servicePath": "fusiontables/v1/", | 1821 "servicePath": "fusiontables/v1/", |
| 1821 "title": "Fusion Tables API", | 1822 "title": "Fusion Tables API", |
| 1822 "version": "v1" | 1823 "version": "v1" |
| 1823 } | 1824 } |
| OLD | NEW |