Refresh docs
diff --git a/docs/dyn/bigquery_v2.tables.html b/docs/dyn/bigquery_v2.tables.html
index 52bd8ed..ac288cc 100644
--- a/docs/dyn/bigquery_v2.tables.html
+++ b/docs/dyn/bigquery_v2.tables.html
@@ -139,12 +139,12 @@
       "schema": { # [Optional] Describes the schema of this table.
         "fields": [ # Describes the fields in a table.
           {
-            "fields": [ # [Optional] Describes nested fields when type is RECORD.
+            "fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
               # Object with schema name: TableFieldSchema
             ],
-            "type": "A String", # [Required] Data type of the field.
-            "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
-            "name": "A String", # [Required] Name of the field.
+            "type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
+            "mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
+            "name": "A String", # [Required] The field name.
           },
         ],
       },
@@ -181,12 +181,12 @@
     "schema": { # [Optional] Describes the schema of this table.
       "fields": [ # Describes the fields in a table.
         {
-          "fields": [ # [Optional] Describes nested fields when type is RECORD.
+          "fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
             # Object with schema name: TableFieldSchema
           ],
-          "type": "A String", # [Required] Data type of the field.
-          "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
-          "name": "A String", # [Required] Name of the field.
+          "type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
+          "mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
+          "name": "A String", # [Required] The field name.
         },
       ],
     },
@@ -216,12 +216,12 @@
       "schema": { # [Optional] Describes the schema of this table.
         "fields": [ # Describes the fields in a table.
           {
-            "fields": [ # [Optional] Describes nested fields when type is RECORD.
+            "fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
               # Object with schema name: TableFieldSchema
             ],
-            "type": "A String", # [Required] Data type of the field.
-            "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
-            "name": "A String", # [Required] Name of the field.
+            "type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
+            "mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
+            "name": "A String", # [Required] The field name.
           },
         ],
       },
@@ -306,12 +306,12 @@
     "schema": { # [Optional] Describes the schema of this table.
       "fields": [ # Describes the fields in a table.
         {
-          "fields": [ # [Optional] Describes nested fields when type is RECORD.
+          "fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
             # Object with schema name: TableFieldSchema
           ],
-          "type": "A String", # [Required] Data type of the field.
-          "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
-          "name": "A String", # [Required] Name of the field.
+          "type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
+          "mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
+          "name": "A String", # [Required] The field name.
         },
       ],
     },
@@ -341,12 +341,12 @@
       "schema": { # [Optional] Describes the schema of this table.
         "fields": [ # Describes the fields in a table.
           {
-            "fields": [ # [Optional] Describes nested fields when type is RECORD.
+            "fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
               # Object with schema name: TableFieldSchema
             ],
-            "type": "A String", # [Required] Data type of the field.
-            "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
-            "name": "A String", # [Required] Name of the field.
+            "type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
+            "mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
+            "name": "A String", # [Required] The field name.
           },
         ],
       },
@@ -384,12 +384,12 @@
     "schema": { # [Optional] Describes the schema of this table.
       "fields": [ # Describes the fields in a table.
         {
-          "fields": [ # [Optional] Describes nested fields when type is RECORD.
+          "fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
             # Object with schema name: TableFieldSchema
           ],
-          "type": "A String", # [Required] Data type of the field.
-          "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
-          "name": "A String", # [Required] Name of the field.
+          "type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
+          "mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
+          "name": "A String", # [Required] The field name.
         },
       ],
     },
@@ -419,12 +419,12 @@
       "schema": { # [Optional] Describes the schema of this table.
         "fields": [ # Describes the fields in a table.
           {
-            "fields": [ # [Optional] Describes nested fields when type is RECORD.
+            "fields": [ # [Optional] Describes the nested schema fields if the type property is set to RECORD.
               # Object with schema name: TableFieldSchema
             ],
-            "type": "A String", # [Required] Data type of the field.
-            "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
-            "name": "A String", # [Required] Name of the field.
+            "type": "A String", # [Required] The field data type. Possible values include STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP or RECORD (where RECORD indicates a nested schema).
+            "mode": "A String", # [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
+            "name": "A String", # [Required] The field name.
           },
         ],
       },