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

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

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/v2/", 14 "basePath": "/fusiontables/v2/",
15 "baseUrl": "https://www.googleapis.com/fusiontables/v2/", 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/xMQ-LA23s9cy0K2lhdn1eKJ_edk\"", 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/zzkCy2O-Agowk5lRoMuWDbJW1wc\"",
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:v2", 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": {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.", 72 "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
73 "location": "query", 73 "location": "query",
74 "type": "string" 74 "type": "string"
75 } 75 }
76 }, 76 },
77 "protocol": "rest", 77 "protocol": "rest",
78 "resources": { 78 "resources": {
79 "column": { 79 "column": {
80 "methods": { 80 "methods": {
81 "delete": { 81 "delete": {
82 "description": "Deletes the column.", 82 "description": "Deletes the specified column.",
83 "httpMethod": "DELETE", 83 "httpMethod": "DELETE",
84 "id": "fusiontables.column.delete", 84 "id": "fusiontables.column.delete",
85 "parameterOrder": [ 85 "parameterOrder": [
86 "tableId", 86 "tableId",
87 "columnId" 87 "columnId"
88 ], 88 ],
89 "parameters": { 89 "parameters": {
90 "columnId": { 90 "columnId": {
91 "description": "Name or identifier for the column be ing deleted.", 91 "description": "Name or identifier for the column be ing deleted.",
92 "location": "path", 92 "location": "path",
93 "required": true, 93 "required": true,
94 "type": "string" 94 "type": "string"
95 }, 95 },
96 "tableId": { 96 "tableId": {
97 "description": "Table from which the column is being deleted.", 97 "description": "Table from which the column is being deleted.",
98 "location": "path", 98 "location": "path",
99 "required": true, 99 "required": true,
100 "type": "string" 100 "type": "string"
101 } 101 }
102 }, 102 },
103 "path": "tables/{tableId}/columns/{columnId}", 103 "path": "tables/{tableId}/columns/{columnId}",
104 "scopes": [ 104 "scopes": [
105 "https://www.googleapis.com/auth/fusiontables" 105 "https://www.googleapis.com/auth/fusiontables"
106 ] 106 ]
107 }, 107 },
108 "get": { 108 "get": {
109 "description": "Retrieves a specific column by its id.", 109 "description": "Retrieves a specific column by its ID.",
110 "httpMethod": "GET", 110 "httpMethod": "GET",
111 "id": "fusiontables.column.get", 111 "id": "fusiontables.column.get",
112 "parameterOrder": [ 112 "parameterOrder": [
113 "tableId", 113 "tableId",
114 "columnId" 114 "columnId"
115 ], 115 ],
116 "parameters": { 116 "parameters": {
117 "columnId": { 117 "columnId": {
118 "description": "Name or identifier for the column th at is being requested.", 118 "description": "Name or identifier for the column th at is being requested.",
119 "location": "path", 119 "location": "path",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 }, 262 },
263 "scopes": [ 263 "scopes": [
264 "https://www.googleapis.com/auth/fusiontables" 264 "https://www.googleapis.com/auth/fusiontables"
265 ] 265 ]
266 } 266 }
267 } 267 }
268 }, 268 },
269 "query": { 269 "query": {
270 "methods": { 270 "methods": {
271 "sql": { 271 "sql": {
272 "description": "Executes an SQL SELECT/INSERT/UPDATE/DELETE/ SHOW/DESCRIBE/CREATE statement.", 272 "description": "Executes a Fusion Tables SQL statement, whic h can be any of \n- SELECT\n- INSERT\n- UPDATE\n- DELETE\n- SHOW\n- DESCRIBE\n- CREATE statement.",
273 "httpMethod": "POST", 273 "httpMethod": "POST",
274 "id": "fusiontables.query.sql", 274 "id": "fusiontables.query.sql",
275 "parameterOrder": [ 275 "parameterOrder": [
276 "sql" 276 "sql"
277 ], 277 ],
278 "parameters": { 278 "parameters": {
279 "hdrs": { 279 "hdrs": {
280 "description": "Should column names be included (in the first row)?. Default is true.", 280 "description": "Whether column names are included in the first row. Default is true.",
281 "location": "query", 281 "location": "query",
282 "type": "boolean" 282 "type": "boolean"
283 }, 283 },
284 "sql": { 284 "sql": {
285 "description": "An SQL SELECT/SHOW/DESCRIBE/INSERT/U PDATE/DELETE/CREATE statement.", 285 "description": "A Fusion Tables SQL statement, which can be any of \n- SELECT\n- INSERT\n- UPDATE\n- DELETE\n- SHOW\n- DESCRIBE\n- C REATE",
286 "location": "query", 286 "location": "query",
287 "required": true, 287 "required": true,
288 "type": "string" 288 "type": "string"
289 }, 289 },
290 "typed": { 290 "typed": {
291 "description": "Should typed values be returned in t he (JSON) response -- numbers for numeric values and parsed geometries for KML v alues? Default is true.", 291 "description": "Whether typed values are returned in the (JSON) response: numbers for numeric values and parsed geometries for KML v alues. Default is true.",
292 "location": "query", 292 "location": "query",
293 "type": "boolean" 293 "type": "boolean"
294 } 294 }
295 }, 295 },
296 "path": "query", 296 "path": "query",
297 "response": { 297 "response": {
298 "$ref": "Sqlresponse" 298 "$ref": "Sqlresponse"
299 }, 299 },
300 "scopes": [ 300 "scopes": [
301 "https://www.googleapis.com/auth/fusiontables", 301 "https://www.googleapis.com/auth/fusiontables",
302 "https://www.googleapis.com/auth/fusiontables.readonly" 302 "https://www.googleapis.com/auth/fusiontables.readonly"
303 ], 303 ],
304 "supportsMediaDownload": true 304 "supportsMediaDownload": true
305 }, 305 },
306 "sqlGet": { 306 "sqlGet": {
307 "description": "Executes an SQL SELECT/SHOW/DESCRIBE stateme nt.", 307 "description": "Executes a SQL statement which can be any of \n- SELECT\n- SHOW\n- DESCRIBE",
308 "httpMethod": "GET", 308 "httpMethod": "GET",
309 "id": "fusiontables.query.sqlGet", 309 "id": "fusiontables.query.sqlGet",
310 "parameterOrder": [ 310 "parameterOrder": [
311 "sql" 311 "sql"
312 ], 312 ],
313 "parameters": { 313 "parameters": {
314 "hdrs": { 314 "hdrs": {
315 "description": "Should column names be included (in the first row)?. Default is true.", 315 "description": "Whether column names are included (i n the first row). Default is true.",
316 "location": "query", 316 "location": "query",
317 "type": "boolean" 317 "type": "boolean"
318 }, 318 },
319 "sql": { 319 "sql": {
320 "description": "An SQL SELECT/SHOW/DESCRIBE statemen t.", 320 "description": "A SQL statement which can be any of \n- SELECT\n- SHOW\n- DESCRIBE",
321 "location": "query", 321 "location": "query",
322 "required": true, 322 "required": true,
323 "type": "string" 323 "type": "string"
324 }, 324 },
325 "typed": { 325 "typed": {
326 "description": "Should typed values be returned in t he (JSON) response -- numbers for numeric values and parsed geometries for KML v alues? Default is true.", 326 "description": "Whether typed values are returned in the (JSON) response: numbers for numeric values and parsed geometries for KML v alues. Default is true.",
327 "location": "query", 327 "location": "query",
328 "type": "boolean" 328 "type": "boolean"
329 } 329 }
330 }, 330 },
331 "path": "query", 331 "path": "query",
332 "response": { 332 "response": {
333 "$ref": "Sqlresponse" 333 "$ref": "Sqlresponse"
334 }, 334 },
335 "scopes": [ 335 "scopes": [
336 "https://www.googleapis.com/auth/fusiontables", 336 "https://www.googleapis.com/auth/fusiontables",
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 }, 567 },
568 "delete": { 568 "delete": {
569 "description": "Deletes a table.", 569 "description": "Deletes a table.",
570 "httpMethod": "DELETE", 570 "httpMethod": "DELETE",
571 "id": "fusiontables.table.delete", 571 "id": "fusiontables.table.delete",
572 "parameterOrder": [ 572 "parameterOrder": [
573 "tableId" 573 "tableId"
574 ], 574 ],
575 "parameters": { 575 "parameters": {
576 "tableId": { 576 "tableId": {
577 "description": "ID of the table that is being delete d.", 577 "description": "ID of the table to be deleted.",
578 "location": "path", 578 "location": "path",
579 "required": true, 579 "required": true,
580 "type": "string" 580 "type": "string"
581 } 581 }
582 }, 582 },
583 "path": "tables/{tableId}", 583 "path": "tables/{tableId}",
584 "scopes": [ 584 "scopes": [
585 "https://www.googleapis.com/auth/fusiontables" 585 "https://www.googleapis.com/auth/fusiontables"
586 ] 586 ]
587 }, 587 },
588 "get": { 588 "get": {
589 "description": "Retrieves a specific table by its id.", 589 "description": "Retrieves a specific table by its ID.",
590 "httpMethod": "GET", 590 "httpMethod": "GET",
591 "id": "fusiontables.table.get", 591 "id": "fusiontables.table.get",
592 "parameterOrder": [ 592 "parameterOrder": [
593 "tableId" 593 "tableId"
594 ], 594 ],
595 "parameters": { 595 "parameters": {
596 "tableId": { 596 "tableId": {
597 "description": "Identifier(ID) for the table being r equested.", 597 "description": "Identifier for the table being reque sted.",
598 "location": "path", 598 "location": "path",
599 "required": true, 599 "required": true,
600 "type": "string" 600 "type": "string"
601 } 601 }
602 }, 602 },
603 "path": "tables/{tableId}", 603 "path": "tables/{tableId}",
604 "response": { 604 "response": {
605 "$ref": "Table" 605 "$ref": "Table"
606 }, 606 },
607 "scopes": [ 607 "scopes": [
608 "https://www.googleapis.com/auth/fusiontables", 608 "https://www.googleapis.com/auth/fusiontables",
609 "https://www.googleapis.com/auth/fusiontables.readonly" 609 "https://www.googleapis.com/auth/fusiontables.readonly"
610 ] 610 ]
611 }, 611 },
612 "importRows": { 612 "importRows": {
613 "description": "Import more rows into a table.", 613 "description": "Imports more rows into a table.",
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/v2/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/v2/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",
639 "type": "string" 639 "type": "string"
640 }, 640 },
641 "encoding": { 641 "encoding": {
642 "description": "The encoding of the content. Default is UTF-8. Use 'auto-detect' if you are unsure of the encoding.", 642 "description": "The encoding of the content. Default is UTF-8. Use auto-detect if you are unsure of the encoding.",
643 "location": "query", 643 "location": "query",
644 "type": "string" 644 "type": "string"
645 }, 645 },
646 "endLine": { 646 "endLine": {
647 "description": "The index of the last line from whic h to start importing, exclusive. Thus, the number of imported lines is endLine - startLine. If this parameter is not provided, the file will be imported until t he last line of the file. If endLine is negative, then the imported content will exclude the last endLine lines. That is, if endline is negative, no line will b e imported whose index is greater than N + endLine where N is the number of line s in the file, and the number of imported lines will be N + endLine - startLine. ", 647 "description": "The index of the line up to which da ta will be imported. Default is to import the entire file. If endLine is negativ e, it is an offset from the end of the file; the imported content will exclude t he last endLine lines.",
648 "format": "int32", 648 "format": "int32",
649 "location": "query", 649 "location": "query",
650 "type": "integer" 650 "type": "integer"
651 }, 651 },
652 "isStrict": { 652 "isStrict": {
653 "description": "Whether the CSV must have the same n umber of values for each row. If false, rows with fewer values will be padded wi th empty values. Default is true.", 653 "description": "Whether the imported CSV must have t he same number of values for each row. If false, rows with fewer values will be padded with empty values. Default is true.",
654 "location": "query", 654 "location": "query",
655 "type": "boolean" 655 "type": "boolean"
656 }, 656 },
657 "startLine": { 657 "startLine": {
658 "description": "The index of the first line from whi ch to start importing, inclusive. Default is 0.", 658 "description": "The index of the first line from whi ch to start importing, inclusive. Default is 0.",
659 "format": "int32", 659 "format": "int32",
660 "location": "query", 660 "location": "query",
661 "type": "integer" 661 "type": "integer"
662 }, 662 },
663 "tableId": { 663 "tableId": {
664 "description": "The table into which new rows are be ing imported.", 664 "description": "The table into which new rows are be ing imported.",
665 "location": "path", 665 "location": "path",
666 "required": true, 666 "required": true,
667 "type": "string" 667 "type": "string"
668 } 668 }
669 }, 669 },
670 "path": "tables/{tableId}/import", 670 "path": "tables/{tableId}/import",
671 "response": { 671 "response": {
672 "$ref": "Import" 672 "$ref": "Import"
673 }, 673 },
674 "scopes": [ 674 "scopes": [
675 "https://www.googleapis.com/auth/fusiontables" 675 "https://www.googleapis.com/auth/fusiontables"
676 ], 676 ],
677 "supportsMediaUpload": true 677 "supportsMediaUpload": true
678 }, 678 },
679 "importTable": { 679 "importTable": {
680 "description": "Import a new table.", 680 "description": "Imports a new table.",
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/v2/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/v2/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",
706 "type": "string" 706 "type": "string"
707 }, 707 },
708 "encoding": { 708 "encoding": {
709 "description": "The encoding of the content. Default is UTF-8. Use 'auto-detect' if you are unsure of the encoding.", 709 "description": "The encoding of the content. Default is UTF-8. Use auto-detect if you are unsure of the encoding.",
710 "location": "query", 710 "location": "query",
711 "type": "string" 711 "type": "string"
712 }, 712 },
713 "name": { 713 "name": {
714 "description": "The name to be assigned to the new t able.", 714 "description": "The name to be assigned to the new t able.",
715 "location": "query", 715 "location": "query",
716 "required": true, 716 "required": true,
717 "type": "string" 717 "type": "string"
718 } 718 }
719 }, 719 },
(...skipping 20 matching lines...) Expand all
740 "scopes": [ 740 "scopes": [
741 "https://www.googleapis.com/auth/fusiontables" 741 "https://www.googleapis.com/auth/fusiontables"
742 ] 742 ]
743 }, 743 },
744 "list": { 744 "list": {
745 "description": "Retrieves a list of tables a user owns.", 745 "description": "Retrieves a list of tables a user owns.",
746 "httpMethod": "GET", 746 "httpMethod": "GET",
747 "id": "fusiontables.table.list", 747 "id": "fusiontables.table.list",
748 "parameters": { 748 "parameters": {
749 "maxResults": { 749 "maxResults": {
750 "description": "Maximum number of styles to return. Optional. Default is 5.", 750 "description": "Maximum number of tables to return. Default is 5.",
751 "format": "uint32", 751 "format": "uint32",
752 "location": "query", 752 "location": "query",
753 "minimum": "0", 753 "minimum": "0",
754 "type": "integer" 754 "type": "integer"
755 }, 755 },
756 "pageToken": { 756 "pageToken": {
757 "description": "Continuation token specifying which result page to return. Optional.", 757 "description": "Continuation token specifying which result page to return.",
758 "location": "query", 758 "location": "query",
759 "type": "string" 759 "type": "string"
760 } 760 }
761 }, 761 },
762 "path": "tables", 762 "path": "tables",
763 "response": { 763 "response": {
764 "$ref": "TableList" 764 "$ref": "TableList"
765 }, 765 },
766 "scopes": [ 766 "scopes": [
767 "https://www.googleapis.com/auth/fusiontables", 767 "https://www.googleapis.com/auth/fusiontables",
768 "https://www.googleapis.com/auth/fusiontables.readonly" 768 "https://www.googleapis.com/auth/fusiontables.readonly"
769 ] 769 ]
770 }, 770 },
771 "patch": { 771 "patch": {
772 "description": "Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated. This me thod supports patch semantics.", 772 "description": "Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated. This me thod supports patch semantics.",
773 "httpMethod": "PATCH", 773 "httpMethod": "PATCH",
774 "id": "fusiontables.table.patch", 774 "id": "fusiontables.table.patch",
775 "parameterOrder": [ 775 "parameterOrder": [
776 "tableId" 776 "tableId"
777 ], 777 ],
778 "parameters": { 778 "parameters": {
779 "replaceViewDefinition": { 779 "replaceViewDefinition": {
780 "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.", 780 "description": "Whether the view definition is also updated. The specified view definition replaces the existing one. Only a view ca n be updated with a new definition.",
781 "location": "query", 781 "location": "query",
782 "type": "boolean" 782 "type": "boolean"
783 }, 783 },
784 "tableId": { 784 "tableId": {
785 "description": "ID of the table that is being update d.", 785 "description": "ID of the table that is being update d.",
786 "location": "path", 786 "location": "path",
787 "required": true, 787 "required": true,
788 "type": "string" 788 "type": "string"
789 } 789 }
790 }, 790 },
(...skipping 26 matching lines...) Expand all
817 "multipart": true, 817 "multipart": true,
818 "path": "/upload/fusiontables/v2/tables/{tableId }/replace" 818 "path": "/upload/fusiontables/v2/tables/{tableId }/replace"
819 } 819 }
820 } 820 }
821 }, 821 },
822 "parameterOrder": [ 822 "parameterOrder": [
823 "tableId" 823 "tableId"
824 ], 824 ],
825 "parameters": { 825 "parameters": {
826 "delimiter": { 826 "delimiter": {
827 "description": "The delimiter used to separate cell values. This can only consist of a single character. Default is ','.", 827 "description": "The delimiter used to separate cell values. This can only consist of a single character. Default is ,.",
828 "location": "query", 828 "location": "query",
829 "type": "string" 829 "type": "string"
830 }, 830 },
831 "encoding": { 831 "encoding": {
832 "description": "The encoding of the content. Default is UTF-8. Use 'auto-detect' if you are unsure of the 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", 833 "location": "query",
834 "type": "string" 834 "type": "string"
835 }, 835 },
836 "endLine": { 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.", 837 "description": "The index of the line up to which da ta will be imported. Default is to import the entire file. If endLine is negativ e, it is an offset from the end of the file; the imported content will exclude t he last endLine lines.",
838 "format": "int32", 838 "format": "int32",
839 "location": "query", 839 "location": "query",
840 "type": "integer" 840 "type": "integer"
841 }, 841 },
842 "isStrict": { 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.", 843 "description": "Whether the imported CSV must have t he same number of column values for each row. If true, throws an exception if th e CSV does not have the same number of columns. If false, rows with fewer column values will be padded with empty values. Default is true.",
844 "location": "query", 844 "location": "query",
845 "type": "boolean" 845 "type": "boolean"
846 }, 846 },
847 "startLine": { 847 "startLine": {
848 "description": "The index of the first line from whi ch to start importing, inclusive. Default is 0.", 848 "description": "The index of the first line from whi ch to start importing, inclusive. Default is 0.",
849 "format": "int32", 849 "format": "int32",
850 "location": "query", 850 "location": "query",
851 "type": "integer" 851 "type": "integer"
852 }, 852 },
853 "tableId": { 853 "tableId": {
(...skipping 14 matching lines...) Expand all
868 }, 868 },
869 "update": { 869 "update": {
870 "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.",
871 "httpMethod": "PUT", 871 "httpMethod": "PUT",
872 "id": "fusiontables.table.update", 872 "id": "fusiontables.table.update",
873 "parameterOrder": [ 873 "parameterOrder": [
874 "tableId" 874 "tableId"
875 ], 875 ],
876 "parameters": { 876 "parameters": {
877 "replaceViewDefinition": { 877 "replaceViewDefinition": {
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.", 878 "description": "Whether the view definition is also updated. The specified view definition replaces the existing one. Only a view ca n be updated with a new definition.",
879 "location": "query", 879 "location": "query",
880 "type": "boolean" 880 "type": "boolean"
881 }, 881 },
882 "tableId": { 882 "tableId": {
883 "description": "ID of the table that is being update d.", 883 "description": "ID of the table that is being update d.",
884 "location": "path", 884 "location": "path",
885 "required": true, 885 "required": true,
886 "type": "string" 886 "type": "string"
887 } 887 }
888 }, 888 },
889 "path": "tables/{tableId}", 889 "path": "tables/{tableId}",
890 "request": { 890 "request": {
891 "$ref": "Table" 891 "$ref": "Table"
892 }, 892 },
893 "response": { 893 "response": {
894 "$ref": "Table" 894 "$ref": "Table"
895 }, 895 },
896 "scopes": [ 896 "scopes": [
897 "https://www.googleapis.com/auth/fusiontables" 897 "https://www.googleapis.com/auth/fusiontables"
898 ] 898 ]
899 } 899 }
900 } 900 }
901 }, 901 },
902 "task": { 902 "task": {
903 "methods": { 903 "methods": {
904 "delete": { 904 "delete": {
905 "description": "Deletes the task, unless already started.", 905 "description": "Deletes a specific task by its ID, unless th at task has already started running.",
906 "httpMethod": "DELETE", 906 "httpMethod": "DELETE",
907 "id": "fusiontables.task.delete", 907 "id": "fusiontables.task.delete",
908 "parameterOrder": [ 908 "parameterOrder": [
909 "tableId", 909 "tableId",
910 "taskId" 910 "taskId"
911 ], 911 ],
912 "parameters": { 912 "parameters": {
913 "tableId": { 913 "tableId": {
914 "description": "Table from which the task is being d eleted.", 914 "description": "Table from which the task is being d eleted.",
915 "location": "path", 915 "location": "path",
916 "required": true, 916 "required": true,
917 "type": "string" 917 "type": "string"
918 }, 918 },
919 "taskId": { 919 "taskId": {
920 "description": "The identifier of the task to delete .",
920 "location": "path", 921 "location": "path",
921 "required": true, 922 "required": true,
922 "type": "string" 923 "type": "string"
923 } 924 }
924 }, 925 },
925 "path": "tables/{tableId}/tasks/{taskId}", 926 "path": "tables/{tableId}/tasks/{taskId}",
926 "scopes": [ 927 "scopes": [
927 "https://www.googleapis.com/auth/fusiontables" 928 "https://www.googleapis.com/auth/fusiontables"
928 ] 929 ]
929 }, 930 },
930 "get": { 931 "get": {
931 "description": "Retrieves a specific task by its id.", 932 "description": "Retrieves a specific task by its ID.",
932 "httpMethod": "GET", 933 "httpMethod": "GET",
933 "id": "fusiontables.task.get", 934 "id": "fusiontables.task.get",
934 "parameterOrder": [ 935 "parameterOrder": [
935 "tableId", 936 "tableId",
936 "taskId" 937 "taskId"
937 ], 938 ],
938 "parameters": { 939 "parameters": {
939 "tableId": { 940 "tableId": {
940 "description": "Table to which the task belongs.", 941 "description": "Table to which the task belongs.",
941 "location": "path", 942 "location": "path",
942 "required": true, 943 "required": true,
943 "type": "string" 944 "type": "string"
944 }, 945 },
945 "taskId": { 946 "taskId": {
947 "description": "The identifier of the task to get.",
946 "location": "path", 948 "location": "path",
947 "required": true, 949 "required": true,
948 "type": "string" 950 "type": "string"
949 } 951 }
950 }, 952 },
951 "path": "tables/{tableId}/tasks/{taskId}", 953 "path": "tables/{tableId}/tasks/{taskId}",
952 "response": { 954 "response": {
953 "$ref": "Task" 955 "$ref": "Task"
954 }, 956 },
955 "scopes": [ 957 "scopes": [
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 "response": { 1191 "response": {
1190 "$ref": "Template" 1192 "$ref": "Template"
1191 }, 1193 },
1192 "scopes": [ 1194 "scopes": [
1193 "https://www.googleapis.com/auth/fusiontables" 1195 "https://www.googleapis.com/auth/fusiontables"
1194 ] 1196 ]
1195 } 1197 }
1196 } 1198 }
1197 } 1199 }
1198 }, 1200 },
1199 "revision": "20141113", 1201 "revision": "20150226",
1200 "rootUrl": "https://www.googleapis.com/", 1202 "rootUrl": "https://www.googleapis.com/",
1201 "schemas": { 1203 "schemas": {
1202 "Bucket": { 1204 "Bucket": {
1203 "description": "Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.", 1205 "description": "Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.",
1204 "id": "Bucket", 1206 "id": "Bucket",
1205 "properties": { 1207 "properties": {
1206 "color": { 1208 "color": {
1207 "description": "Color of line or the interior of a polygon i n #RRGGBB format.", 1209 "description": "Color of line or the interior of a polygon i n #RRGGBB format.",
1208 "type": "string" 1210 "type": "string"
1209 }, 1211 },
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 }, 1267 },
1266 "columnPropertiesJson": { 1268 "columnPropertiesJson": {
1267 "description": "JSON object containing custom column propert ies.", 1269 "description": "JSON object containing custom column propert ies.",
1268 "type": "string" 1270 "type": "string"
1269 }, 1271 },
1270 "description": { 1272 "description": {
1271 "description": "Column description.", 1273 "description": "Column description.",
1272 "type": "string" 1274 "type": "string"
1273 }, 1275 },
1274 "formatPattern": { 1276 "formatPattern": {
1275 "description": "Format pattern.", 1277 "description": "Format pattern.\nAcceptable values are DT_DA TE_MEDIUMe.g Dec 24, 2008 DT_DATE_SHORTfor example 12/24/08 DT_DATE_TIME_MEDIUMf or example Dec 24, 2008 8:30:45 PM DT_DATE_TIME_SHORTfor example 12/24/08 8:30 P M DT_DAY_MONTH_2_DIGIT_YEARfor example 24/12/08 DT_DAY_MONTH_2_DIGIT_YEAR_TIMEfo r example 24/12/08 20:30 DT_DAY_MONTH_2_DIGIT_YEAR_TIME_MERIDIANfor example 24/1 2/08 8:30 PM DT_DAY_MONTH_4_DIGIT_YEARfor example 24/12/2008 DT_DAY_MONTH_4_DIGI T_YEAR_TIMEfor example 24/12/2008 20:30 DT_DAY_MONTH_4_DIGIT_YEAR_TIME_MERIDIANf or example 24/12/2008 8:30 PM DT_ISO_YEAR_MONTH_DAYfor example 2008-12-24 DT_ISO _YEAR_MONTH_DAY_TIMEfor example 2008-12-24 20:30:45 DT_MONTH_DAY_4_DIGIT_YEARfor example 12/24/2008 DT_TIME_LONGfor example 8:30:45 PM UTC-6 DT_TIME_MEDIUMfor e xample 8:30:45 PM DT_TIME_SHORTfor example 8:30 PM DT_YEAR_ONLYfor example 2008 HIGHLIGHT_UNTYPED_CELLSHighlight cell data that does not match the data type NON ENo formatting (default) NUMBER_CURRENCYfor example $1234.56 NUMBER_DEFAULTfor e xample 1,234.56 NUMBER_INTEGERfor example 1235 NUMBER_NO_SEPARATORfor example 12 34.56 NUMBER_PERCENTfor example 123,456% NUMBER_SCIENTIFICfor example 1E3 STRING _EIGHT_LINE_IMAGEDisplays thumbnail images as tall as eight lines of text STRING _FOUR_LINE_IMAGEDisplays thumbnail images as tall as four lines of text STRING_J SON_TEXTAllows JSON editing of text in UI STRING_LINKTreats cell as a link (must start with http:// or https://) STRING_ONE_LINE_IMAGEDisplays thumbnail images as tall as one line of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail" ,
1276 "type": "string" 1278 "type": "string"
1277 }, 1279 },
1278 "graphPredicate": { 1280 "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", 1281 "description": "Column graph predicate.\nUsed to map table t o graph data model (subject,predicate,object)\nSee W3C Graph-based Data Model.",
1280 "type": "string" 1282 "type": "string"
1281 }, 1283 },
1282 "kind": { 1284 "kind": {
1283 "default": "fusiontables#column", 1285 "default": "fusiontables#column",
1284 "description": "Type name: a template for an individual colu mn.", 1286 "description": "The kind of item this is. For a column, this is always fusiontables#column.",
1285 "type": "string" 1287 "type": "string"
1286 }, 1288 },
1287 "name": { 1289 "name": {
1288 "annotations": { 1290 "annotations": {
1289 "required": [ 1291 "required": [
1290 "fusiontables.column.insert" 1292 "fusiontables.column.insert"
1291 ] 1293 ]
1292 }, 1294 },
1293 "description": "Name of the column.", 1295 "description": "Name of the column.",
1294 "type": "string" 1296 "type": "string"
(...skipping 27 matching lines...) Expand all
1322 "properties": { 1324 "properties": {
1323 "items": { 1325 "items": {
1324 "description": "List of all requested columns.", 1326 "description": "List of all requested columns.",
1325 "items": { 1327 "items": {
1326 "$ref": "Column" 1328 "$ref": "Column"
1327 }, 1329 },
1328 "type": "array" 1330 "type": "array"
1329 }, 1331 },
1330 "kind": { 1332 "kind": {
1331 "default": "fusiontables#columnList", 1333 "default": "fusiontables#columnList",
1332 "description": "Type name: a list of all columns.", 1334 "description": "The kind of item this is. For a column list, this is always fusiontables#columnList.",
1333 "type": "string" 1335 "type": "string"
1334 }, 1336 },
1335 "nextPageToken": { 1337 "nextPageToken": {
1336 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more tokens left.", 1338 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more pages left.",
1337 "type": "string" 1339 "type": "string"
1338 }, 1340 },
1339 "totalItems": { 1341 "totalItems": {
1340 "description": "Total number of columns for the table.", 1342 "description": "Total number of columns for the table.",
1341 "format": "int32", 1343 "format": "int32",
1342 "type": "integer" 1344 "type": "integer"
1343 } 1345 }
1344 }, 1346 },
1345 "type": "object" 1347 "type": "object"
1346 }, 1348 },
(...skipping 18 matching lines...) Expand all
1365 } 1367 }
1366 }, 1368 },
1367 "type": "object" 1369 "type": "object"
1368 }, 1370 },
1369 "Import": { 1371 "Import": {
1370 "description": "Represents an import request.", 1372 "description": "Represents an import request.",
1371 "id": "Import", 1373 "id": "Import",
1372 "properties": { 1374 "properties": {
1373 "kind": { 1375 "kind": {
1374 "default": "fusiontables#import", 1376 "default": "fusiontables#import",
1375 "description": "Type name: a template for an import request. ", 1377 "description": "The kind of item this is. For an import, thi s is always fusiontables#import.",
1376 "type": "string" 1378 "type": "string"
1377 }, 1379 },
1378 "numRowsReceived": { 1380 "numRowsReceived": {
1379 "description": "The number of rows received from the import request.", 1381 "description": "The number of rows received from the import request.",
1380 "format": "int64", 1382 "format": "int64",
1381 "type": "string" 1383 "type": "string"
1382 } 1384 }
1383 }, 1385 },
1384 "type": "object" 1386 "type": "object"
1385 }, 1387 },
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 "type": "integer" 1534 "type": "integer"
1533 }, 1535 },
1534 "strokeWeightStyler": { 1536 "strokeWeightStyler": {
1535 "$ref": "StyleFunction", 1537 "$ref": "StyleFunction",
1536 "description": "Column-value or bucket styler that is used t o determine the width of the polygon border." 1538 "description": "Column-value or bucket styler that is used t o determine the width of the polygon border."
1537 } 1539 }
1538 }, 1540 },
1539 "type": "object" 1541 "type": "object"
1540 }, 1542 },
1541 "Sqlresponse": { 1543 "Sqlresponse": {
1542 "description": "Represents a response to an sql statement.", 1544 "description": "Represents a response to a SQL statement.",
1543 "id": "Sqlresponse", 1545 "id": "Sqlresponse",
1544 "properties": { 1546 "properties": {
1545 "columns": { 1547 "columns": {
1546 "description": "Columns in the table.", 1548 "description": "Columns in the table.",
1547 "items": { 1549 "items": {
1548 "type": "string" 1550 "type": "string"
1549 }, 1551 },
1550 "type": "array" 1552 "type": "array"
1551 }, 1553 },
1552 "kind": { 1554 "kind": {
1553 "default": "fusiontables#sqlresponse", 1555 "default": "fusiontables#sqlresponse",
1554 "description": "Type name: a template for an individual tabl e.", 1556 "description": "The kind of item this is. For responses to S QL queries, this is always fusiontables#sqlresponse.",
1555 "type": "string" 1557 "type": "string"
1556 }, 1558 },
1557 "rows": { 1559 "rows": {
1558 "description": "The rows in the table. For each cell we prin t out whatever cell value (e.g., numeric, string) exists. Thus it is important t hat each cell contains only one value.", 1560 "description": "The rows in the table. For each cell we prin t out whatever cell value (e.g., numeric, string) exists. Thus it is important t hat each cell contains only one value.",
1559 "items": { 1561 "items": {
1560 "items": { 1562 "items": {
1561 "type": "any" 1563 "type": "any"
1562 }, 1564 },
1563 "type": "array" 1565 "type": "array"
1564 }, 1566 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1615 }, 1617 },
1616 "min": { 1618 "min": {
1617 "description": "Lower-end of the interpolation range : rows with this value will be assigned to colors[0].", 1619 "description": "Lower-end of the interpolation range : rows with this value will be assigned to colors[0].",
1618 "format": "double", 1620 "format": "double",
1619 "type": "number" 1621 "type": "number"
1620 } 1622 }
1621 }, 1623 },
1622 "type": "object" 1624 "type": "object"
1623 }, 1625 },
1624 "kind": { 1626 "kind": {
1625 "description": "Stylers can be one of three kinds: \"fusiont ables#fromColumn\" if the column value is to be used as is, i.e., the column val ues can have colors in #RRGGBBAA format or integer line widths or icon names; \" fusiontables#gradient\" if the styling of the row is to be based on applying the gradient function on the column value; or \"fusiontables#buckets\" if the styli ng is to based on the bucket into which the the column value falls.", 1627 "description": "Stylers can be one of three kinds: \"fusiont ables#fromColumn if the column value is to be used as is, i.e., the column value s can have colors in #RRGGBBAA format or integer line widths or icon names; fusi ontables#gradient if the styling of the row is to be based on applying the gradi ent function on the column value; or fusiontables#buckets if the styling is to b ased on the bucket into which the the column value falls.",
1626 "type": "string" 1628 "type": "string"
1627 } 1629 }
1628 }, 1630 },
1629 "type": "object" 1631 "type": "object"
1630 }, 1632 },
1631 "StyleSetting": { 1633 "StyleSetting": {
1632 "description": "Represents a complete StyleSettings object. The prim ary key is a combination of the tableId and a styleId.", 1634 "description": "Represents a complete StyleSettings object. The prim ary key is a combination of the tableId and a styleId.",
1633 "id": "StyleSetting", 1635 "id": "StyleSetting",
1634 "properties": { 1636 "properties": {
1635 "kind": { 1637 "kind": {
1636 "default": "fusiontables#styleSetting", 1638 "default": "fusiontables#styleSetting",
1637 "description": "Type name: an individual style setting. A St yleSetting contains the style defintions for points, lines, and polygons in a ta ble. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.", 1639 "description": "The kind of item this is. A StyleSetting con tains the style definitions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line a nd polygon style definitions.",
1638 "type": "string" 1640 "type": "string"
1639 }, 1641 },
1640 "markerOptions": { 1642 "markerOptions": {
1641 "$ref": "PointStyle", 1643 "$ref": "PointStyle",
1642 "description": "Style definition for points in the table." 1644 "description": "Style definition for points in the table."
1643 }, 1645 },
1644 "name": { 1646 "name": {
1645 "description": "Optional name for the style setting.", 1647 "description": "Optional name for the style setting.",
1646 "type": "string" 1648 "type": "string"
1647 }, 1649 },
(...skipping 23 matching lines...) Expand all
1671 "properties": { 1673 "properties": {
1672 "items": { 1674 "items": {
1673 "description": "All requested style settings.", 1675 "description": "All requested style settings.",
1674 "items": { 1676 "items": {
1675 "$ref": "StyleSetting" 1677 "$ref": "StyleSetting"
1676 }, 1678 },
1677 "type": "array" 1679 "type": "array"
1678 }, 1680 },
1679 "kind": { 1681 "kind": {
1680 "default": "fusiontables#styleSettingList", 1682 "default": "fusiontables#styleSettingList",
1681 "description": "Type name: in this case, a list of style set tings.", 1683 "description": "The kind of item this is. For a style list, this is always fusiontables#styleSettingList .",
1682 "type": "string" 1684 "type": "string"
1683 }, 1685 },
1684 "nextPageToken": { 1686 "nextPageToken": {
1685 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more styles left.", 1687 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more styles left.",
1686 "type": "string" 1688 "type": "string"
1687 }, 1689 },
1688 "totalItems": { 1690 "totalItems": {
1689 "description": "Total number of styles for the table.", 1691 "description": "Total number of styles for the table.",
1690 "format": "int32", 1692 "format": "int32",
1691 "type": "integer" 1693 "type": "integer"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1738 "required": [ 1740 "required": [
1739 "fusiontables.table.insert", 1741 "fusiontables.table.insert",
1740 "fusiontables.table.update" 1742 "fusiontables.table.update"
1741 ] 1743 ]
1742 }, 1744 },
1743 "description": "Variable for whether table is exportable.", 1745 "description": "Variable for whether table is exportable.",
1744 "type": "boolean" 1746 "type": "boolean"
1745 }, 1747 },
1746 "kind": { 1748 "kind": {
1747 "default": "fusiontables#table", 1749 "default": "fusiontables#table",
1748 "description": "Type name: a template for an individual tabl e.", 1750 "description": "The kind of item this is. For a table, this is always fusiontables#table.",
1749 "type": "string" 1751 "type": "string"
1750 }, 1752 },
1751 "name": { 1753 "name": {
1752 "annotations": { 1754 "annotations": {
1753 "required": [ 1755 "required": [
1754 "fusiontables.table.insert", 1756 "fusiontables.table.insert",
1755 "fusiontables.table.update" 1757 "fusiontables.table.update"
1756 ] 1758 ]
1757 }, 1759 },
1758 "description": "Name assigned to a table.", 1760 "description": "Name assigned to a table.",
(...skipping 24 matching lines...) Expand all
1783 "properties": { 1785 "properties": {
1784 "items": { 1786 "items": {
1785 "description": "List of all requested tables.", 1787 "description": "List of all requested tables.",
1786 "items": { 1788 "items": {
1787 "$ref": "Table" 1789 "$ref": "Table"
1788 }, 1790 },
1789 "type": "array" 1791 "type": "array"
1790 }, 1792 },
1791 "kind": { 1793 "kind": {
1792 "default": "fusiontables#tableList", 1794 "default": "fusiontables#tableList",
1793 "description": "Type name: a list of all tables.", 1795 "description": "The kind of item this is. For table list, th is is always fusiontables#tableList.",
1794 "type": "string" 1796 "type": "string"
1795 }, 1797 },
1796 "nextPageToken": { 1798 "nextPageToken": {
1797 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more tokens left.", 1799 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more pages left.",
1798 "type": "string" 1800 "type": "string"
1799 } 1801 }
1800 }, 1802 },
1801 "type": "object" 1803 "type": "object"
1802 }, 1804 },
1803 "Task": { 1805 "Task": {
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.", 1806 "description": "A background task on a table, initiated for time- or resource-consuming operations such as changing column types or deleting all row s.",
1805 "id": "Task", 1807 "id": "Task",
1806 "properties": { 1808 "properties": {
1807 "kind": { 1809 "kind": {
1808 "default": "fusiontables#task", 1810 "default": "fusiontables#task",
1809 "description": "Type name: a template for an individual task .", 1811 "description": "Type of the resource. This is always \"fusio ntables#task\".",
1810 "type": "string" 1812 "type": "string"
1811 }, 1813 },
1812 "progress": { 1814 "progress": {
1813 "description": "Task percentage completion.", 1815 "description": "Task percentage completion.",
1814 "type": "string" 1816 "type": "string"
1815 }, 1817 },
1816 "started": { 1818 "started": {
1817 "description": "True if the task is in progress, its progres s indicator will indicated where it is, and it can't be deleted.", 1819 "description": "false while the table is busy with some othe r task. true if this background task is currently running.",
1818 "type": "boolean" 1820 "type": "boolean"
1819 }, 1821 },
1820 "taskId": { 1822 "taskId": {
1821 "description": "Identifier for the task.", 1823 "description": "Identifier for the task.",
1822 "format": "int64", 1824 "format": "int64",
1823 "type": "string" 1825 "type": "string"
1824 }, 1826 },
1825 "type": { 1827 "type": {
1826 "description": "The type of task being executed in the backg round.", 1828 "description": "Type of background task.",
1827 "type": "string" 1829 "type": "string"
1828 } 1830 }
1829 }, 1831 },
1830 "type": "object" 1832 "type": "object"
1831 }, 1833 },
1832 "TaskList": { 1834 "TaskList": {
1833 "description": "Represents a list of tasks in a table.", 1835 "description": "Represents a list of tasks for a table.",
1834 "id": "TaskList", 1836 "id": "TaskList",
1835 "properties": { 1837 "properties": {
1836 "items": { 1838 "items": {
1837 "description": "List of all requested tasks.", 1839 "description": "List of all requested tasks.",
1838 "items": { 1840 "items": {
1839 "$ref": "Task" 1841 "$ref": "Task"
1840 }, 1842 },
1841 "type": "array" 1843 "type": "array"
1842 }, 1844 },
1843 "kind": { 1845 "kind": {
1844 "default": "fusiontables#taskList", 1846 "default": "fusiontables#taskList",
1845 "description": "Type name: a list of all tasks.", 1847 "description": "Type of the resource. This is always \"fusio ntables#taskList\".",
1846 "type": "string" 1848 "type": "string"
1847 }, 1849 },
1848 "nextPageToken": { 1850 "nextPageToken": {
1849 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more tokens left.", 1851 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more pages left.",
1850 "type": "string" 1852 "type": "string"
1851 }, 1853 },
1852 "totalItems": { 1854 "totalItems": {
1853 "description": "Total number of tasks for the table.", 1855 "description": "Total number of tasks for the table.",
1854 "format": "int32", 1856 "format": "int32",
1855 "type": "integer" 1857 "type": "integer"
1856 } 1858 }
1857 }, 1859 },
1858 "type": "object" 1860 "type": "object"
1859 }, 1861 },
1860 "Template": { 1862 "Template": {
1861 "description": "Represents the contents of InfoWindow templates.", 1863 "description": "Represents the contents of InfoWindow templates.",
1862 "id": "Template", 1864 "id": "Template",
1863 "properties": { 1865 "properties": {
1864 "automaticColumnNames": { 1866 "automaticColumnNames": {
1865 "description": "List of columns from which the template is t o be automatically constructed. Only one of body or automaticColumns can be spec ified.", 1867 "description": "List of columns from which the template is t o be automatically constructed. Only one of body or automaticColumns can be spec ified.",
1866 "items": { 1868 "items": {
1867 "type": "string" 1869 "type": "string"
1868 }, 1870 },
1869 "type": "array" 1871 "type": "array"
1870 }, 1872 },
1871 "body": { 1873 "body": {
1872 "description": "Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized t o remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.", 1874 "description": "Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized t o remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.",
1873 "type": "string" 1875 "type": "string"
1874 }, 1876 },
1875 "kind": { 1877 "kind": {
1876 "default": "fusiontables#template", 1878 "default": "fusiontables#template",
1877 "description": "Type name: a template for the info window co ntents. The template can either include an HTML body or a list of columns from w hich the template is computed automatically.", 1879 "description": "The kind of item this is. For a template, th is is always fusiontables#template.",
1878 "type": "string" 1880 "type": "string"
1879 }, 1881 },
1880 "name": { 1882 "name": {
1881 "description": "Optional name assigned to a template.", 1883 "description": "Optional name assigned to a template.",
1882 "type": "string" 1884 "type": "string"
1883 }, 1885 },
1884 "tableId": { 1886 "tableId": {
1885 "description": "Identifier for the table for which the templ ate is defined.", 1887 "description": "Identifier for the table for which the templ ate is defined.",
1886 "type": "string" 1888 "type": "string"
1887 }, 1889 },
(...skipping 11 matching lines...) Expand all
1899 "properties": { 1901 "properties": {
1900 "items": { 1902 "items": {
1901 "description": "List of all requested templates.", 1903 "description": "List of all requested templates.",
1902 "items": { 1904 "items": {
1903 "$ref": "Template" 1905 "$ref": "Template"
1904 }, 1906 },
1905 "type": "array" 1907 "type": "array"
1906 }, 1908 },
1907 "kind": { 1909 "kind": {
1908 "default": "fusiontables#templateList", 1910 "default": "fusiontables#templateList",
1909 "description": "Type name: a list of all templates.", 1911 "description": "The kind of item this is. For a template lis t, this is always fusiontables#templateList .",
1910 "type": "string" 1912 "type": "string"
1911 }, 1913 },
1912 "nextPageToken": { 1914 "nextPageToken": {
1913 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more tokens left.", 1915 "description": "Token used to access the next page of this r esult. No token is displayed if there are no more pages left.",
1914 "type": "string" 1916 "type": "string"
1915 }, 1917 },
1916 "totalItems": { 1918 "totalItems": {
1917 "description": "Total number of templates for the table.", 1919 "description": "Total number of templates for the table.",
1918 "format": "int32", 1920 "format": "int32",
1919 "type": "integer" 1921 "type": "integer"
1920 } 1922 }
1921 }, 1923 },
1922 "type": "object" 1924 "type": "object"
1923 } 1925 }
1924 }, 1926 },
1925 "servicePath": "fusiontables/v2/", 1927 "servicePath": "fusiontables/v2/",
1926 "title": "Fusion Tables API", 1928 "title": "Fusion Tables API",
1927 "version": "v2" 1929 "version": "v2"
1928 } 1930 }
OLDNEW
« no previous file with comments | « discovery/googleapis/fusiontables__v1.json ('k') | discovery/googleapis/gamesConfiguration__v1configuration.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698