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/v2/", |
15 "baseUrl": "https://www.googleapis.com/fusiontables/v1/", | 15 "baseUrl": "https://www.googleapis.com/fusiontables/v2/", |
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/xMQ-LA23s9cy0K2lhdn1eKJ_edk\"", |
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:v2", |
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": { |
31 "alt": { | 31 "alt": { |
32 "default": "json", | 32 "default": "json", |
33 "description": "Data format for the response.", | 33 "description": "Data format for the response.", |
34 "enum": [ | 34 "enum": [ |
35 "csv", | 35 "csv", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 }, | 164 }, |
165 "list": { | 165 "list": { |
166 "description": "Retrieves a list of columns.", | 166 "description": "Retrieves a list of columns.", |
167 "httpMethod": "GET", | 167 "httpMethod": "GET", |
168 "id": "fusiontables.column.list", | 168 "id": "fusiontables.column.list", |
169 "parameterOrder": [ | 169 "parameterOrder": [ |
170 "tableId" | 170 "tableId" |
171 ], | 171 ], |
172 "parameters": { | 172 "parameters": { |
173 "maxResults": { | 173 "maxResults": { |
174 "description": "Maximum number of columns to return.
Optional. Default is 5.", | 174 "description": "Maximum number of columns to return.
Default is 5.", |
175 "format": "uint32", | 175 "format": "uint32", |
176 "location": "query", | 176 "location": "query", |
177 "minimum": "0", | 177 "minimum": "0", |
178 "type": "integer" | 178 "type": "integer" |
179 }, | 179 }, |
180 "pageToken": { | 180 "pageToken": { |
181 "description": "Continuation token specifying which
result page to return. Optional.", | 181 "description": "Continuation token specifying which
result page to return.", |
182 "location": "query", | 182 "location": "query", |
183 "type": "string" | 183 "type": "string" |
184 }, | 184 }, |
185 "tableId": { | 185 "tableId": { |
186 "description": "Table whose columns are being listed
.", | 186 "description": "Table whose columns are being listed
.", |
187 "location": "path", | 187 "location": "path", |
188 "required": true, | 188 "required": true, |
189 "type": "string" | 189 "type": "string" |
190 } | 190 } |
191 }, | 191 }, |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 "httpMethod": "POST", | 614 "httpMethod": "POST", |
615 "id": "fusiontables.table.importRows", | 615 "id": "fusiontables.table.importRows", |
616 "mediaUpload": { | 616 "mediaUpload": { |
617 "accept": [ | 617 "accept": [ |
618 "application/octet-stream" | 618 "application/octet-stream" |
619 ], | 619 ], |
620 "maxSize": "250MB", | 620 "maxSize": "250MB", |
621 "protocols": { | 621 "protocols": { |
622 "resumable": { | 622 "resumable": { |
623 "multipart": true, | 623 "multipart": true, |
624 "path": "/resumable/upload/fusiontables/v1/table
s/{tableId}/import" | 624 "path": "/resumable/upload/fusiontables/v2/table
s/{tableId}/import" |
625 }, | 625 }, |
626 "simple": { | 626 "simple": { |
627 "multipart": true, | 627 "multipart": true, |
628 "path": "/upload/fusiontables/v1/tables/{tableId
}/import" | 628 "path": "/upload/fusiontables/v2/tables/{tableId
}/import" |
629 } | 629 } |
630 } | 630 } |
631 }, | 631 }, |
632 "parameterOrder": [ | 632 "parameterOrder": [ |
633 "tableId" | 633 "tableId" |
634 ], | 634 ], |
635 "parameters": { | 635 "parameters": { |
636 "delimiter": { | 636 "delimiter": { |
637 "description": "The delimiter used to separate cell
values. This can only consist of a single character. Default is ','.", | 637 "description": "The delimiter used to separate cell
values. This can only consist of a single character. Default is ','.", |
638 "location": "query", | 638 "location": "query", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 "httpMethod": "POST", | 681 "httpMethod": "POST", |
682 "id": "fusiontables.table.importTable", | 682 "id": "fusiontables.table.importTable", |
683 "mediaUpload": { | 683 "mediaUpload": { |
684 "accept": [ | 684 "accept": [ |
685 "application/octet-stream" | 685 "application/octet-stream" |
686 ], | 686 ], |
687 "maxSize": "250MB", | 687 "maxSize": "250MB", |
688 "protocols": { | 688 "protocols": { |
689 "resumable": { | 689 "resumable": { |
690 "multipart": true, | 690 "multipart": true, |
691 "path": "/resumable/upload/fusiontables/v1/table
s/import" | 691 "path": "/resumable/upload/fusiontables/v2/table
s/import" |
692 }, | 692 }, |
693 "simple": { | 693 "simple": { |
694 "multipart": true, | 694 "multipart": true, |
695 "path": "/upload/fusiontables/v1/tables/import" | 695 "path": "/upload/fusiontables/v2/tables/import" |
696 } | 696 } |
697 } | 697 } |
698 }, | 698 }, |
699 "parameterOrder": [ | 699 "parameterOrder": [ |
700 "name" | 700 "name" |
701 ], | 701 ], |
702 "parameters": { | 702 "parameters": { |
703 "delimiter": { | 703 "delimiter": { |
704 "description": "The delimiter used to separate cell
values. This can only consist of a single character. Default is ','.", | 704 "description": "The delimiter used to separate cell
values. This can only consist of a single character. Default is ','.", |
705 "location": "query", | 705 "location": "query", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 "request": { | 792 "request": { |
793 "$ref": "Table" | 793 "$ref": "Table" |
794 }, | 794 }, |
795 "response": { | 795 "response": { |
796 "$ref": "Table" | 796 "$ref": "Table" |
797 }, | 797 }, |
798 "scopes": [ | 798 "scopes": [ |
799 "https://www.googleapis.com/auth/fusiontables" | 799 "https://www.googleapis.com/auth/fusiontables" |
800 ] | 800 ] |
801 }, | 801 }, |
| 802 "replaceRows": { |
| 803 "description": "Replaces rows of an existing table. Current
rows remain visible until all replacement rows are ready.", |
| 804 "httpMethod": "POST", |
| 805 "id": "fusiontables.table.replaceRows", |
| 806 "mediaUpload": { |
| 807 "accept": [ |
| 808 "application/octet-stream" |
| 809 ], |
| 810 "maxSize": "250MB", |
| 811 "protocols": { |
| 812 "resumable": { |
| 813 "multipart": true, |
| 814 "path": "/resumable/upload/fusiontables/v2/table
s/{tableId}/replace" |
| 815 }, |
| 816 "simple": { |
| 817 "multipart": true, |
| 818 "path": "/upload/fusiontables/v2/tables/{tableId
}/replace" |
| 819 } |
| 820 } |
| 821 }, |
| 822 "parameterOrder": [ |
| 823 "tableId" |
| 824 ], |
| 825 "parameters": { |
| 826 "delimiter": { |
| 827 "description": "The delimiter used to separate cell
values. This can only consist of a single character. Default is ','.", |
| 828 "location": "query", |
| 829 "type": "string" |
| 830 }, |
| 831 "encoding": { |
| 832 "description": "The encoding of the content. Default
is UTF-8. Use 'auto-detect' if you are unsure of the encoding.", |
| 833 "location": "query", |
| 834 "type": "string" |
| 835 }, |
| 836 "endLine": { |
| 837 "description": "The index of the last line to import
, exclusive. 'endLine - startLine' rows will be imported. Default is to import t
hrough the end of the file. If endLine is negative, it is an offset from the end
of the file; the imported content will exclude the last endLine lines.", |
| 838 "format": "int32", |
| 839 "location": "query", |
| 840 "type": "integer" |
| 841 }, |
| 842 "isStrict": { |
| 843 "description": "Whether the CSV must have the same n
umber of column values for each row. If true, throws an exception if the CSV doe
s not not have the same number of columns. If false, rows with fewer column valu
es will be padded with empty values. Default is true.", |
| 844 "location": "query", |
| 845 "type": "boolean" |
| 846 }, |
| 847 "startLine": { |
| 848 "description": "The index of the first line from whi
ch to start importing, inclusive. Default is 0.", |
| 849 "format": "int32", |
| 850 "location": "query", |
| 851 "type": "integer" |
| 852 }, |
| 853 "tableId": { |
| 854 "description": "Table whose rows will be replaced.", |
| 855 "location": "path", |
| 856 "required": true, |
| 857 "type": "string" |
| 858 } |
| 859 }, |
| 860 "path": "tables/{tableId}/replace", |
| 861 "response": { |
| 862 "$ref": "Task" |
| 863 }, |
| 864 "scopes": [ |
| 865 "https://www.googleapis.com/auth/fusiontables" |
| 866 ], |
| 867 "supportsMediaUpload": true |
| 868 }, |
802 "update": { | 869 "update": { |
803 "description": "Updates an existing table. Unless explicitly
requested, only the name, description, and attribution will be updated.", | 870 "description": "Updates an existing table. Unless explicitly
requested, only the name, description, and attribution will be updated.", |
804 "httpMethod": "PUT", | 871 "httpMethod": "PUT", |
805 "id": "fusiontables.table.update", | 872 "id": "fusiontables.table.update", |
806 "parameterOrder": [ | 873 "parameterOrder": [ |
807 "tableId" | 874 "tableId" |
808 ], | 875 ], |
809 "parameters": { | 876 "parameters": { |
810 "replaceViewDefinition": { | 877 "replaceViewDefinition": { |
811 "description": "Should the view definition also be u
pdated? The specified view definition replaces the existing one. Only a view can
be updated with a new definition.", | 878 "description": "Should the view definition also be u
pdated? The specified view definition replaces the existing one. Only a view can
be updated with a new definition.", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
892 }, | 959 }, |
893 "list": { | 960 "list": { |
894 "description": "Retrieves a list of tasks.", | 961 "description": "Retrieves a list of tasks.", |
895 "httpMethod": "GET", | 962 "httpMethod": "GET", |
896 "id": "fusiontables.task.list", | 963 "id": "fusiontables.task.list", |
897 "parameterOrder": [ | 964 "parameterOrder": [ |
898 "tableId" | 965 "tableId" |
899 ], | 966 ], |
900 "parameters": { | 967 "parameters": { |
901 "maxResults": { | 968 "maxResults": { |
902 "description": "Maximum number of columns to return.
Optional. Default is 5.", | 969 "description": "Maximum number of tasks to return. D
efault is 5.", |
903 "format": "uint32", | 970 "format": "uint32", |
904 "location": "query", | 971 "location": "query", |
905 "minimum": "0", | 972 "minimum": "0", |
906 "type": "integer" | 973 "type": "integer" |
907 }, | 974 }, |
908 "pageToken": { | 975 "pageToken": { |
| 976 "description": "Continuation token specifying which
result page to return.", |
909 "location": "query", | 977 "location": "query", |
910 "type": "string" | 978 "type": "string" |
911 }, | 979 }, |
912 "startIndex": { | 980 "startIndex": { |
| 981 "description": "Index of the first result returned i
n the current page.", |
913 "format": "uint32", | 982 "format": "uint32", |
914 "location": "query", | 983 "location": "query", |
915 "type": "integer" | 984 "type": "integer" |
916 }, | 985 }, |
917 "tableId": { | 986 "tableId": { |
918 "description": "Table whose tasks are being listed."
, | 987 "description": "Table whose tasks are being listed."
, |
919 "location": "path", | 988 "location": "path", |
920 "required": true, | 989 "required": true, |
921 "type": "string" | 990 "type": "string" |
922 } | 991 } |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1159 }, | 1228 }, |
1160 "weight": { | 1229 "weight": { |
1161 "description": "Width of a line (in pixels).", | 1230 "description": "Width of a line (in pixels).", |
1162 "format": "int32", | 1231 "format": "int32", |
1163 "type": "integer" | 1232 "type": "integer" |
1164 } | 1233 } |
1165 }, | 1234 }, |
1166 "type": "object" | 1235 "type": "object" |
1167 }, | 1236 }, |
1168 "Column": { | 1237 "Column": { |
1169 "description": "Specifies the id, name and type of a column in a tab
le.", | 1238 "description": "Specifies the details of a column in a table.", |
1170 "id": "Column", | 1239 "id": "Column", |
1171 "properties": { | 1240 "properties": { |
1172 "baseColumn": { | 1241 "baseColumn": { |
1173 "description": "Optional identifier of the base column. If p
resent, this column is derived from the specified base column.", | 1242 "description": "Identifier of the base column. If present, t
his column is derived from the specified base column.", |
1174 "properties": { | 1243 "properties": { |
1175 "columnId": { | 1244 "columnId": { |
1176 "description": "The id of the column in the base tab
le from which this column is derived.", | 1245 "description": "The id of the column in the base tab
le from which this column is derived.", |
1177 "format": "int32", | 1246 "format": "int32", |
1178 "type": "integer" | 1247 "type": "integer" |
1179 }, | 1248 }, |
1180 "tableIndex": { | 1249 "tableIndex": { |
1181 "description": "Offset to the entry in the list of b
ase tables in the table definition.", | 1250 "description": "Offset to the entry in the list of b
ase tables in the table definition.", |
1182 "format": "int32", | 1251 "format": "int32", |
1183 "type": "integer" | 1252 "type": "integer" |
1184 } | 1253 } |
1185 }, | 1254 }, |
1186 "type": "object" | 1255 "type": "object" |
1187 }, | 1256 }, |
1188 "columnId": { | 1257 "columnId": { |
1189 "description": "Identifier for the column.", | 1258 "description": "Identifier for the column.", |
1190 "format": "int32", | 1259 "format": "int32", |
1191 "type": "integer" | 1260 "type": "integer" |
1192 }, | 1261 }, |
1193 "description": { | 1262 "columnJsonSchema": { |
1194 "description": "Optional column description.", | 1263 "description": "JSON schema for interpreting JSON in this co
lumn.", |
1195 "type": "string" | 1264 "type": "string" |
1196 }, | 1265 }, |
1197 "graph_predicate": { | 1266 "columnPropertiesJson": { |
1198 "description": "Optional column predicate. Used to map table
to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/RE
C-rdf11-concepts-20140225/#data-model", | 1267 "description": "JSON object containing custom column propert
ies.", |
| 1268 "type": "string" |
| 1269 }, |
| 1270 "description": { |
| 1271 "description": "Column description.", |
| 1272 "type": "string" |
| 1273 }, |
| 1274 "formatPattern": { |
| 1275 "description": "Format pattern.", |
| 1276 "type": "string" |
| 1277 }, |
| 1278 "graphPredicate": { |
| 1279 "description": "Column graph predicate.\nUsed to map table t
o graph data model (subject,predicate,object)\nSee http://www.w3.org/TR/2014/REC
-rdf11-concepts-20140225/#data-model", |
1199 "type": "string" | 1280 "type": "string" |
1200 }, | 1281 }, |
1201 "kind": { | 1282 "kind": { |
1202 "default": "fusiontables#column", | 1283 "default": "fusiontables#column", |
1203 "description": "Type name: a template for an individual colu
mn.", | 1284 "description": "Type name: a template for an individual colu
mn.", |
1204 "type": "string" | 1285 "type": "string" |
1205 }, | 1286 }, |
1206 "name": { | 1287 "name": { |
1207 "annotations": { | 1288 "annotations": { |
1208 "required": [ | 1289 "required": [ |
1209 "fusiontables.column.insert" | 1290 "fusiontables.column.insert" |
1210 ] | 1291 ] |
1211 }, | 1292 }, |
1212 "description": "Required name of the column.", | 1293 "description": "Name of the column.", |
1213 "type": "string" | 1294 "type": "string" |
1214 }, | 1295 }, |
1215 "type": { | 1296 "type": { |
1216 "annotations": { | 1297 "annotations": { |
1217 "required": [ | 1298 "required": [ |
1218 "fusiontables.column.insert" | 1299 "fusiontables.column.insert" |
1219 ] | 1300 ] |
1220 }, | 1301 }, |
1221 "description": "Required type of the column.", | 1302 "description": "Type of the column.", |
1222 "type": "string" | 1303 "type": "string" |
| 1304 }, |
| 1305 "validValues": { |
| 1306 "description": "List of valid values used to validate data a
nd supply a drop-down list of values in the web application.", |
| 1307 "items": { |
| 1308 "type": "string" |
| 1309 }, |
| 1310 "type": "array" |
| 1311 }, |
| 1312 "validateData": { |
| 1313 "description": "If true, data entered via the web applicatio
n is validated.", |
| 1314 "type": "boolean" |
1223 } | 1315 } |
1224 }, | 1316 }, |
1225 "type": "object" | 1317 "type": "object" |
1226 }, | 1318 }, |
1227 "ColumnList": { | 1319 "ColumnList": { |
1228 "description": "Represents a list of columns in a table.", | 1320 "description": "Represents a list of columns in a table.", |
1229 "id": "ColumnList", | 1321 "id": "ColumnList", |
1230 "properties": { | 1322 "properties": { |
1231 "items": { | 1323 "items": { |
1232 "description": "List of all requested columns.", | 1324 "description": "List of all requested columns.", |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1595 }, | 1687 }, |
1596 "totalItems": { | 1688 "totalItems": { |
1597 "description": "Total number of styles for the table.", | 1689 "description": "Total number of styles for the table.", |
1598 "format": "int32", | 1690 "format": "int32", |
1599 "type": "integer" | 1691 "type": "integer" |
1600 } | 1692 } |
1601 }, | 1693 }, |
1602 "type": "object" | 1694 "type": "object" |
1603 }, | 1695 }, |
1604 "Table": { | 1696 "Table": { |
1605 "description": "Represents a table. Specifies the name, whether it i
s exportable, description, attribution, and attribution link.", | 1697 "description": "Represents a table.", |
1606 "id": "Table", | 1698 "id": "Table", |
1607 "properties": { | 1699 "properties": { |
1608 "attribution": { | 1700 "attribution": { |
1609 "description": "Optional attribution assigned to the table."
, | 1701 "description": "Attribution assigned to the table.", |
1610 "type": "string" | 1702 "type": "string" |
1611 }, | 1703 }, |
1612 "attributionLink": { | 1704 "attributionLink": { |
1613 "description": "Optional link for attribution.", | 1705 "description": "Optional link for attribution.", |
1614 "type": "string" | 1706 "type": "string" |
1615 }, | 1707 }, |
1616 "baseTableIds": { | 1708 "baseTableIds": { |
1617 "description": "Optional base table identifier if this table
is a view or merged table.", | 1709 "description": "Base table identifier if this table is a vie
w or merged table.", |
1618 "items": { | 1710 "items": { |
1619 "type": "string" | 1711 "type": "string" |
1620 }, | 1712 }, |
1621 "type": "array" | 1713 "type": "array" |
1622 }, | 1714 }, |
| 1715 "columnPropertiesJsonSchema": { |
| 1716 "description": "Default JSON schema for validating all JSON
column properties.", |
| 1717 "type": "string" |
| 1718 }, |
1623 "columns": { | 1719 "columns": { |
1624 "annotations": { | 1720 "annotations": { |
1625 "required": [ | 1721 "required": [ |
1626 "fusiontables.table.insert", | 1722 "fusiontables.table.insert", |
1627 "fusiontables.table.update" | 1723 "fusiontables.table.update" |
1628 ] | 1724 ] |
1629 }, | 1725 }, |
1630 "description": "Columns in the table.", | 1726 "description": "Columns in the table.", |
1631 "items": { | 1727 "items": { |
1632 "$ref": "Column" | 1728 "$ref": "Column" |
1633 }, | 1729 }, |
1634 "type": "array" | 1730 "type": "array" |
1635 }, | 1731 }, |
1636 "description": { | 1732 "description": { |
1637 "description": "Optional description assigned to the table."
, | 1733 "description": "Description assigned to the table.", |
1638 "type": "string" | 1734 "type": "string" |
1639 }, | 1735 }, |
1640 "isExportable": { | 1736 "isExportable": { |
1641 "annotations": { | 1737 "annotations": { |
1642 "required": [ | 1738 "required": [ |
1643 "fusiontables.table.insert", | 1739 "fusiontables.table.insert", |
1644 "fusiontables.table.update" | 1740 "fusiontables.table.update" |
1645 ] | 1741 ] |
1646 }, | 1742 }, |
1647 "description": "Variable for whether table is exportable.", | 1743 "description": "Variable for whether table is exportable.", |
1648 "type": "boolean" | 1744 "type": "boolean" |
1649 }, | 1745 }, |
1650 "kind": { | 1746 "kind": { |
1651 "default": "fusiontables#table", | 1747 "default": "fusiontables#table", |
1652 "description": "Type name: a template for an individual tabl
e.", | 1748 "description": "Type name: a template for an individual tabl
e.", |
1653 "type": "string" | 1749 "type": "string" |
1654 }, | 1750 }, |
1655 "name": { | 1751 "name": { |
1656 "annotations": { | 1752 "annotations": { |
1657 "required": [ | 1753 "required": [ |
1658 "fusiontables.table.insert", | 1754 "fusiontables.table.insert", |
1659 "fusiontables.table.update" | 1755 "fusiontables.table.update" |
1660 ] | 1756 ] |
1661 }, | 1757 }, |
1662 "description": "Name assigned to a table.", | 1758 "description": "Name assigned to a table.", |
1663 "type": "string" | 1759 "type": "string" |
1664 }, | 1760 }, |
1665 "sql": { | 1761 "sql": { |
1666 "description": "Optional sql that encodes the table definiti
on for derived tables.", | 1762 "description": "SQL that encodes the table definition for de
rived tables.", |
1667 "type": "string" | 1763 "type": "string" |
1668 }, | 1764 }, |
1669 "tableId": { | 1765 "tableId": { |
1670 "description": "Encrypted unique alphanumeric identifier for
the table.", | 1766 "description": "Encrypted unique alphanumeric identifier for
the table.", |
1671 "type": "string" | 1767 "type": "string" |
| 1768 }, |
| 1769 "tablePropertiesJson": { |
| 1770 "description": "JSON object containing custom table properti
es.", |
| 1771 "type": "string" |
| 1772 }, |
| 1773 "tablePropertiesJsonSchema": { |
| 1774 "description": "JSON schema for validating the JSON table pr
operties.", |
| 1775 "type": "string" |
1672 } | 1776 } |
1673 }, | 1777 }, |
1674 "type": "object" | 1778 "type": "object" |
1675 }, | 1779 }, |
1676 "TableList": { | 1780 "TableList": { |
1677 "description": "Represents a list of tables.", | 1781 "description": "Represents a list of tables.", |
1678 "id": "TableList", | 1782 "id": "TableList", |
1679 "properties": { | 1783 "properties": { |
1680 "items": { | 1784 "items": { |
1681 "description": "List of all requested tables.", | 1785 "description": "List of all requested tables.", |
1682 "items": { | 1786 "items": { |
1683 "$ref": "Table" | 1787 "$ref": "Table" |
1684 }, | 1788 }, |
1685 "type": "array" | 1789 "type": "array" |
1686 }, | 1790 }, |
1687 "kind": { | 1791 "kind": { |
1688 "default": "fusiontables#tableList", | 1792 "default": "fusiontables#tableList", |
1689 "description": "Type name: a list of all tables.", | 1793 "description": "Type name: a list of all tables.", |
1690 "type": "string" | 1794 "type": "string" |
1691 }, | 1795 }, |
1692 "nextPageToken": { | 1796 "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.", | 1797 "description": "Token used to access the next page of this r
esult. No token is displayed if there are no more tokens left.", |
1694 "type": "string" | 1798 "type": "string" |
1695 } | 1799 } |
1696 }, | 1800 }, |
1697 "type": "object" | 1801 "type": "object" |
1698 }, | 1802 }, |
1699 "Task": { | 1803 "Task": { |
1700 "description": "Specifies the id, name and type of a task in a table
.", | 1804 "description": "A background task on a table, initiated for time and
or resource consuming operations such as a column type change or delete all row
s operation.", |
1701 "id": "Task", | 1805 "id": "Task", |
1702 "properties": { | 1806 "properties": { |
1703 "kind": { | 1807 "kind": { |
1704 "default": "fusiontables#task", | 1808 "default": "fusiontables#task", |
1705 "description": "Type name: a template for an individual task
.", | 1809 "description": "Type name: a template for an individual task
.", |
1706 "type": "string" | 1810 "type": "string" |
1707 }, | 1811 }, |
1708 "progress": { | 1812 "progress": { |
1709 "description": "An indication of task progress.", | 1813 "description": "Task percentage completion.", |
1710 "type": "string" | 1814 "type": "string" |
1711 }, | 1815 }, |
1712 "started": { | 1816 "started": { |
1713 "description": "False while the table is busy with some othe
r task.", | 1817 "description": "True if the task is in progress, its progres
s indicator will indicated where it is, and it can't be deleted.", |
1714 "type": "boolean" | 1818 "type": "boolean" |
1715 }, | 1819 }, |
1716 "taskId": { | 1820 "taskId": { |
1717 "description": "Identifier for the task.", | 1821 "description": "Identifier for the task.", |
1718 "format": "int64", | 1822 "format": "int64", |
1719 "type": "string" | 1823 "type": "string" |
1720 }, | 1824 }, |
1721 "type": { | 1825 "type": { |
| 1826 "description": "The type of task being executed in the backg
round.", |
1722 "type": "string" | 1827 "type": "string" |
1723 } | 1828 } |
1724 }, | 1829 }, |
1725 "type": "object" | 1830 "type": "object" |
1726 }, | 1831 }, |
1727 "TaskList": { | 1832 "TaskList": { |
1728 "description": "Represents a list of tasks in a table.", | 1833 "description": "Represents a list of tasks in a table.", |
1729 "id": "TaskList", | 1834 "id": "TaskList", |
1730 "properties": { | 1835 "properties": { |
1731 "items": { | 1836 "items": { |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1810 }, | 1915 }, |
1811 "totalItems": { | 1916 "totalItems": { |
1812 "description": "Total number of templates for the table.", | 1917 "description": "Total number of templates for the table.", |
1813 "format": "int32", | 1918 "format": "int32", |
1814 "type": "integer" | 1919 "type": "integer" |
1815 } | 1920 } |
1816 }, | 1921 }, |
1817 "type": "object" | 1922 "type": "object" |
1818 } | 1923 } |
1819 }, | 1924 }, |
1820 "servicePath": "fusiontables/v1/", | 1925 "servicePath": "fusiontables/v2/", |
1821 "title": "Fusion Tables API", | 1926 "title": "Fusion Tables API", |
1822 "version": "v1" | 1927 "version": "v2" |
1823 } | 1928 } |
OLD | NEW |