Lines Matching full:table
75 …="fusiontables_v1.html">Fusion Tables API</a> . <a href="fusiontables_v1.table.html">table</a></h1>
79 <p class="firstline">Copies a table.</p>
82 <p class="firstline">Deletes a table.</p>
85 <p class="firstline">Retrieves a specific table by its id.</p>
88 <p class="firstline">Import more rows into a table.</p>
91 <p class="firstline">Import a new table.</p>
94 <p class="firstline">Creates a new table.</p>
103 <p class="firstline">Updates an existing table. Unless explicitly requested, only the name, descrip…
106 <p class="firstline">Updates an existing table. Unless explicitly requested, only the name, descrip…
110 <pre>Copies a table.
113 tableId: string, ID of the table that is being copied. (required)
119 …{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, an…
120 "kind": "fusiontables#table", # Type name: a template for an individual table.
121 "attribution": "A String", # Optional attribution assigned to the table.
122 "description": "A String", # Optional description assigned to the table.
123 "isExportable": True or False, # Variable for whether table is exportable.
124 "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
128 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
129 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
130 "columns": [ # Columns in the table.
131 { # Specifies the id, name and type of a column in a table.
135 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
136 … "columnId": 42, # The id of the column in the base table from which this column is derived.
139 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
144 "name": "A String", # Name assigned to a table.
150 <pre>Deletes a table.
153 tableId: string, ID of the table that is being deleted. (required)
159 <pre>Retrieves a specific table by its id.
162 tableId: string, Identifier(ID) for the table being requested. (required)
167 …{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, an…
168 "kind": "fusiontables#table", # Type name: a template for an individual table.
169 "attribution": "A String", # Optional attribution assigned to the table.
170 "description": "A String", # Optional description assigned to the table.
171 "isExportable": True or False, # Variable for whether table is exportable.
172 "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
176 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
177 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
178 "columns": [ # Columns in the table.
179 { # Specifies the id, name and type of a column in a table.
183 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
184 … "columnId": 42, # The id of the column in the base table from which this column is derived.
187 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
192 "name": "A String", # Name assigned to a table.
198 <pre>Import more rows into a table.
201 tableId: string, The table into which new rows are being imported. (required)
221 <pre>Import a new table.
224 name: string, The name to be assigned to the new table. (required)
233 …{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, an…
234 "kind": "fusiontables#table", # Type name: a template for an individual table.
235 "attribution": "A String", # Optional attribution assigned to the table.
236 "description": "A String", # Optional description assigned to the table.
237 "isExportable": True or False, # Variable for whether table is exportable.
238 "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
242 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
243 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
244 "columns": [ # Columns in the table.
245 { # Specifies the id, name and type of a column in a table.
249 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
250 … "columnId": 42, # The id of the column in the base table from which this column is derived.
253 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
258 "name": "A String", # Name assigned to a table.
264 <pre>Creates a new table.
270 { # Represents a table. Specifies the name, whether it is exportable, description, attribution, and…
271 "kind": "fusiontables#table", # Type name: a template for an individual table.
272 "attribution": "A String", # Optional attribution assigned to the table.
273 "description": "A String", # Optional description assigned to the table.
274 "isExportable": True or False, # Variable for whether table is exportable.
275 "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
279 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
280 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
281 "columns": [ # Columns in the table.
282 { # Specifies the id, name and type of a column in a table.
286 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
287 … "columnId": 42, # The id of the column in the base table from which this column is derived.
290 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
295 "name": "A String", # Name assigned to a table.
302 …{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, an…
303 "kind": "fusiontables#table", # Type name: a template for an individual table.
304 "attribution": "A String", # Optional attribution assigned to the table.
305 "description": "A String", # Optional description assigned to the table.
306 "isExportable": True or False, # Variable for whether table is exportable.
307 "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
311 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
312 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
313 "columns": [ # Columns in the table.
314 { # Specifies the id, name and type of a column in a table.
318 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
319 … "columnId": 42, # The id of the column in the base table from which this column is derived.
322 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
327 "name": "A String", # Name assigned to a table.
345 …{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, an…
346 "kind": "fusiontables#table", # Type name: a template for an individual table.
347 "attribution": "A String", # Optional attribution assigned to the table.
348 "description": "A String", # Optional description assigned to the table.
349 "isExportable": True or False, # Variable for whether table is exportable.
350 … "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
354 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
355 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
356 "columns": [ # Columns in the table.
357 { # Specifies the id, name and type of a column in a table.
361 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
362 … "columnId": 42, # The id of the column in the base table from which this column is derived.
365 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
370 "name": "A String", # Name assigned to a table.
393 …<pre>Updates an existing table. Unless explicitly requested, only the name, description, and attri…
396 tableId: string, ID of the table that is being updated. (required)
400 { # Represents a table. Specifies the name, whether it is exportable, description, attribution, and…
401 "kind": "fusiontables#table", # Type name: a template for an individual table.
402 "attribution": "A String", # Optional attribution assigned to the table.
403 "description": "A String", # Optional description assigned to the table.
404 "isExportable": True or False, # Variable for whether table is exportable.
405 "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
409 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
410 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
411 "columns": [ # Columns in the table.
412 { # Specifies the id, name and type of a column in a table.
416 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
417 … "columnId": 42, # The id of the column in the base table from which this column is derived.
420 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
425 "name": "A String", # Name assigned to a table.
433 …{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, an…
434 "kind": "fusiontables#table", # Type name: a template for an individual table.
435 "attribution": "A String", # Optional attribution assigned to the table.
436 "description": "A String", # Optional description assigned to the table.
437 "isExportable": True or False, # Variable for whether table is exportable.
438 "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
442 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
443 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
444 "columns": [ # Columns in the table.
445 { # Specifies the id, name and type of a column in a table.
449 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
450 … "columnId": 42, # The id of the column in the base table from which this column is derived.
453 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
458 "name": "A String", # Name assigned to a table.
464 …<pre>Updates an existing table. Unless explicitly requested, only the name, description, and attri…
467 tableId: string, ID of the table that is being updated. (required)
471 { # Represents a table. Specifies the name, whether it is exportable, description, attribution, and…
472 "kind": "fusiontables#table", # Type name: a template for an individual table.
473 "attribution": "A String", # Optional attribution assigned to the table.
474 "description": "A String", # Optional description assigned to the table.
475 "isExportable": True or False, # Variable for whether table is exportable.
476 "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
480 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
481 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
482 "columns": [ # Columns in the table.
483 { # Specifies the id, name and type of a column in a table.
487 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
488 … "columnId": 42, # The id of the column in the base table from which this column is derived.
491 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
496 "name": "A String", # Name assigned to a table.
504 …{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, an…
505 "kind": "fusiontables#table", # Type name: a template for an individual table.
506 "attribution": "A String", # Optional attribution assigned to the table.
507 "description": "A String", # Optional description assigned to the table.
508 "isExportable": True or False, # Variable for whether table is exportable.
509 "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
513 "sql": "A String", # Optional sql that encodes the table definition for derived tables.
514 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
515 "columns": [ # Columns in the table.
516 { # Specifies the id, name and type of a column in a table.
520 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
521 … "columnId": 42, # The id of the column in the base table from which this column is derived.
524 …"graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model …
529 "name": "A String", # Name assigned to a table.