Update docs.
diff --git a/docs/dyn/fusiontables_v1.column.html b/docs/dyn/fusiontables_v1.column.html
index c5ea4c5..3258943 100644
--- a/docs/dyn/fusiontables_v1.column.html
+++ b/docs/dyn/fusiontables_v1.column.html
@@ -119,13 +119,15 @@
 
     { # Specifies the id, name and type of a column in a table.
       "kind": "fusiontables#column", # Type name: a template for an individual column.
-      "type": "A String", # Required type of the column.
-      "columnId": 42, # Identifier for the column.
-      "name": "A String", # Required name of the column.
+      "description": "A String", # Optional column description.
       "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
         "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
         "columnId": 42, # The id of the column in the base table from which this column is derived.
       },
+      "columnId": 42, # Identifier for the column.
+      "graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model
+      "type": "A String", # Required type of the column.
+      "name": "A String", # Required name of the column.
     }</pre>
 </div>
 
@@ -140,13 +142,15 @@
 
 { # Specifies the id, name and type of a column in a table.
     "kind": "fusiontables#column", # Type name: a template for an individual column.
-    "type": "A String", # Required type of the column.
-    "columnId": 42, # Identifier for the column.
-    "name": "A String", # Required name of the column.
+    "description": "A String", # Optional column description.
     "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
       "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
       "columnId": 42, # The id of the column in the base table from which this column is derived.
     },
+    "columnId": 42, # Identifier for the column.
+    "graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model
+    "type": "A String", # Required type of the column.
+    "name": "A String", # Required name of the column.
   }
 
 
@@ -155,13 +159,15 @@
 
     { # Specifies the id, name and type of a column in a table.
       "kind": "fusiontables#column", # Type name: a template for an individual column.
-      "type": "A String", # Required type of the column.
-      "columnId": 42, # Identifier for the column.
-      "name": "A String", # Required name of the column.
+      "description": "A String", # Optional column description.
       "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
         "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
         "columnId": 42, # The id of the column in the base table from which this column is derived.
       },
+      "columnId": 42, # Identifier for the column.
+      "graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model
+      "type": "A String", # Required type of the column.
+      "name": "A String", # Required name of the column.
     }</pre>
 </div>
 
@@ -182,16 +188,18 @@
     "items": [ # List of all requested columns.
       { # Specifies the id, name and type of a column in a table.
           "kind": "fusiontables#column", # Type name: a template for an individual column.
-          "type": "A String", # Required type of the column.
-          "columnId": 42, # Identifier for the column.
-          "name": "A String", # Required name of the column.
+          "description": "A String", # Optional column description.
           "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
             "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
             "columnId": 42, # The id of the column in the base table from which this column is derived.
           },
+          "columnId": 42, # Identifier for the column.
+          "graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model
+          "type": "A String", # Required type of the column.
+          "name": "A String", # Required name of the column.
         },
     ],
-    "kind": "fusiontables#columnList", # Type name: a list of all tables.
+    "kind": "fusiontables#columnList", # Type name: a list of all columns.
     "totalItems": 42, # Total number of columns for the table.
   }</pre>
 </div>
@@ -222,13 +230,15 @@
 
 { # Specifies the id, name and type of a column in a table.
     "kind": "fusiontables#column", # Type name: a template for an individual column.
-    "type": "A String", # Required type of the column.
-    "columnId": 42, # Identifier for the column.
-    "name": "A String", # Required name of the column.
+    "description": "A String", # Optional column description.
     "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
       "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
       "columnId": 42, # The id of the column in the base table from which this column is derived.
     },
+    "columnId": 42, # Identifier for the column.
+    "graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model
+    "type": "A String", # Required type of the column.
+    "name": "A String", # Required name of the column.
   }
 
 
@@ -237,13 +247,15 @@
 
     { # Specifies the id, name and type of a column in a table.
       "kind": "fusiontables#column", # Type name: a template for an individual column.
-      "type": "A String", # Required type of the column.
-      "columnId": 42, # Identifier for the column.
-      "name": "A String", # Required name of the column.
+      "description": "A String", # Optional column description.
       "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
         "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
         "columnId": 42, # The id of the column in the base table from which this column is derived.
       },
+      "columnId": 42, # Identifier for the column.
+      "graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model
+      "type": "A String", # Required type of the column.
+      "name": "A String", # Required name of the column.
     }</pre>
 </div>
 
@@ -259,13 +271,15 @@
 
 { # Specifies the id, name and type of a column in a table.
     "kind": "fusiontables#column", # Type name: a template for an individual column.
-    "type": "A String", # Required type of the column.
-    "columnId": 42, # Identifier for the column.
-    "name": "A String", # Required name of the column.
+    "description": "A String", # Optional column description.
     "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
       "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
       "columnId": 42, # The id of the column in the base table from which this column is derived.
     },
+    "columnId": 42, # Identifier for the column.
+    "graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model
+    "type": "A String", # Required type of the column.
+    "name": "A String", # Required name of the column.
   }
 
 
@@ -274,13 +288,15 @@
 
     { # Specifies the id, name and type of a column in a table.
       "kind": "fusiontables#column", # Type name: a template for an individual column.
-      "type": "A String", # Required type of the column.
-      "columnId": 42, # Identifier for the column.
-      "name": "A String", # Required name of the column.
+      "description": "A String", # Optional column description.
       "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
         "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
         "columnId": 42, # The id of the column in the base table from which this column is derived.
       },
+      "columnId": 42, # Identifier for the column.
+      "graph_predicate": "A String", # Optional column predicate. Used to map table to graph data model (subject,predicate,object) See http://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/#data-model
+      "type": "A String", # Required type of the column.
+      "name": "A String", # Required name of the column.
     }</pre>
 </div>