• Home
  • Raw
  • Download

Lines Matching full:table

75 …="fusiontables_v2.html">Fusion Tables API</a> . <a href="fusiontables_v2.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">Imports more rows into a table.</p>
91 <p class="firstline">Imports 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">Replaces rows of an existing table. Current rows remain visible until all repl…
109 <p class="firstline">Updates an existing table. Unless explicitly requested, only the name, descrip…
113 <pre>Copies a table.
116 tableId: string, ID of the table that is being copied. (required)
122 { # Represents a table.
123 … "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
124 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
125 "attribution": "A String", # Attribution assigned to the table.
126 "description": "A String", # Description assigned to the table.
128 "isExportable": True or False, # Variable for whether table is exportable.
129 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
132 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
134 "sql": "A String", # SQL that encodes the table definition for derived tables.
135 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
136 "columns": [ # Columns in the table.
137 { # Specifies the details of a column in a table.
139 # Used to map table to graph data model (subject,predicate,object)
147 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
148 … "columnId": 42, # The id of the column in the base table from which this column is derived.
160 "name": "A String", # Name assigned to a table.
166 <pre>Deletes a table.
169 tableId: string, ID of the table to be deleted. (required)
175 <pre>Retrieves a specific table by its ID.
178 tableId: string, Identifier for the table being requested. (required)
183 { # Represents a table.
184 … "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
185 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
186 "attribution": "A String", # Attribution assigned to the table.
187 "description": "A String", # Description assigned to the table.
189 "isExportable": True or False, # Variable for whether table is exportable.
190 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
193 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
195 "sql": "A String", # SQL that encodes the table definition for derived tables.
196 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
197 "columns": [ # Columns in the table.
198 { # Specifies the details of a column in a table.
200 # Used to map table to graph data model (subject,predicate,object)
208 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
209 … "columnId": 42, # The id of the column in the base table from which this column is derived.
221 "name": "A String", # Name assigned to a table.
227 <pre>Imports more rows into a table.
230 tableId: string, The table into which new rows are being imported. (required)
250 <pre>Imports a new table.
253 name: string, The name to be assigned to the new table. (required)
262 { # Represents a table.
263 … "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
264 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
265 "attribution": "A String", # Attribution assigned to the table.
266 "description": "A String", # Description assigned to the table.
268 "isExportable": True or False, # Variable for whether table is exportable.
269 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
272 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
274 "sql": "A String", # SQL that encodes the table definition for derived tables.
275 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
276 "columns": [ # Columns in the table.
277 { # Specifies the details of a column in a table.
279 # Used to map table to graph data model (subject,predicate,object)
287 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
288 … "columnId": 42, # The id of the column in the base table from which this column is derived.
300 "name": "A String", # Name assigned to a table.
306 <pre>Creates a new table.
312 { # Represents a table.
313 "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
314 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
315 "attribution": "A String", # Attribution assigned to the table.
316 "description": "A String", # Description assigned to the table.
318 "isExportable": True or False, # Variable for whether table is exportable.
319 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
322 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
324 "sql": "A String", # SQL that encodes the table definition for derived tables.
325 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
326 "columns": [ # Columns in the table.
327 { # Specifies the details of a column in a table.
329 # Used to map table to graph data model (subject,predicate,object)
337 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
338 … "columnId": 42, # The id of the column in the base table from which this column is derived.
350 "name": "A String", # Name assigned to a table.
357 { # Represents a table.
358 … "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
359 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
360 "attribution": "A String", # Attribution assigned to the table.
361 "description": "A String", # Description assigned to the table.
363 "isExportable": True or False, # Variable for whether table is exportable.
364 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
367 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
369 "sql": "A String", # SQL that encodes the table definition for derived tables.
370 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
371 "columns": [ # Columns in the table.
372 { # Specifies the details of a column in a table.
374 # Used to map table to graph data model (subject,predicate,object)
382 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
383 … "columnId": 42, # The id of the column in the base table from which this column is derived.
395 "name": "A String", # Name assigned to a table.
413 { # Represents a table.
414 … "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
415 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
416 "attribution": "A String", # Attribution assigned to the table.
417 "description": "A String", # Description assigned to the table.
419 "isExportable": True or False, # Variable for whether table is exportable.
420 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
423 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
425 "sql": "A String", # SQL that encodes the table definition for derived tables.
426 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
427 "columns": [ # Columns in the table.
428 { # Specifies the details of a column in a table.
430 # Used to map table to graph data model (subject,predicate,object)
438 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
439 … "columnId": 42, # The id of the column in the base table from which this column is derived.
451 "name": "A String", # Name assigned to a table.
454 …"kind": "fusiontables#tableList", # The kind of item this is. For table list, this is always fusio…
474 …<pre>Updates an existing table. Unless explicitly requested, only the name, description, and attri…
477 tableId: string, ID of the table that is being updated. (required)
481 { # Represents a table.
482 "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
483 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
484 "attribution": "A String", # Attribution assigned to the table.
485 "description": "A String", # Description assigned to the table.
487 "isExportable": True or False, # Variable for whether table is exportable.
488 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
491 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
493 "sql": "A String", # SQL that encodes the table definition for derived tables.
494 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
495 "columns": [ # Columns in the table.
496 { # Specifies the details of a column in a table.
498 # Used to map table to graph data model (subject,predicate,object)
506 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
507 … "columnId": 42, # The id of the column in the base table from which this column is derived.
519 "name": "A String", # Name assigned to a table.
527 { # Represents a table.
528 … "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
529 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
530 "attribution": "A String", # Attribution assigned to the table.
531 "description": "A String", # Description assigned to the table.
533 "isExportable": True or False, # Variable for whether table is exportable.
534 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
537 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
539 "sql": "A String", # SQL that encodes the table definition for derived tables.
540 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
541 "columns": [ # Columns in the table.
542 { # Specifies the details of a column in a table.
544 # Used to map table to graph data model (subject,predicate,object)
552 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
553 … "columnId": 42, # The id of the column in the base table from which this column is derived.
565 "name": "A String", # Name assigned to a table.
571 …<pre>Replaces rows of an existing table. Current rows remain visible until all replacement rows ar…
574 tableId: string, Table whose rows will be replaced. (required)
586 …{ # A background task on a table, initiated for time- or resource-consuming operations such as cha…
587 …"started": True or False, # false while the table is busy with some other task. true if this backg…
597 …<pre>Updates an existing table. Unless explicitly requested, only the name, description, and attri…
600 tableId: string, ID of the table that is being updated. (required)
604 { # Represents a table.
605 "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
606 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
607 "attribution": "A String", # Attribution assigned to the table.
608 "description": "A String", # Description assigned to the table.
610 "isExportable": True or False, # Variable for whether table is exportable.
611 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
614 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
616 "sql": "A String", # SQL that encodes the table definition for derived tables.
617 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
618 "columns": [ # Columns in the table.
619 { # Specifies the details of a column in a table.
621 # Used to map table to graph data model (subject,predicate,object)
629 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
630 … "columnId": 42, # The id of the column in the base table from which this column is derived.
642 "name": "A String", # Name assigned to a table.
650 { # Represents a table.
651 … "tablePropertiesJsonSchema": "A String", # JSON schema for validating the JSON table properties.
652 …"kind": "fusiontables#table", # The kind of item this is. For a table, this is always fusiontables…
653 "attribution": "A String", # Attribution assigned to the table.
654 "description": "A String", # Description assigned to the table.
656 "isExportable": True or False, # Variable for whether table is exportable.
657 "baseTableIds": [ # Base table identifier if this table is a view or merged table.
660 "tablePropertiesJson": "A String", # JSON object containing custom table properties.
662 "sql": "A String", # SQL that encodes the table definition for derived tables.
663 "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
664 "columns": [ # Columns in the table.
665 { # Specifies the details of a column in a table.
667 # Used to map table to graph data model (subject,predicate,object)
675 … "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
676 … "columnId": 42, # The id of the column in the base table from which this column is derived.
688 "name": "A String", # Name assigned to a table.