chore: update docs/dyn (#1106)

diff --git a/docs/dyn/area120tables_v1alpha1.tables.html b/docs/dyn/area120tables_v1alpha1.tables.html
index 0e8700f..aa1c1bb 100644
--- a/docs/dyn/area120tables_v1alpha1.tables.html
+++ b/docs/dyn/area120tables_v1alpha1.tables.html
@@ -112,28 +112,28 @@
   An object of the form:
 
     { # A single table.
-    "displayName": "A String", # The human readable title of the table.
+    "name": "A String", # The resource name of the table. Table names have the form `tables/{table}`.
     "columns": [ # List of columns in this table. Order of columns matches the display order.
       { # Details on a column in the table.
-        "id": "A String", # Internal id for a column.
+        "dataType": "A String", # Data type of the column Supported types are auto_id, boolean, boolean_list, creator, create_timestamp, date, dropdown, location, integer, integer_list, number, number_list, person, person_list, tags, check_list, text, text_list, update_timestamp, updater, relationship, file_attachment_list. These types directly map to the column types supported on Tables website.
+        "relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
+          "linkedTable": "A String", # The name of the table this relationship is linked to.
+        },
+        "name": "A String", # column name
+        "lookupDetails": { # Details about a lookup column whose value comes from the associated relationship. # Optional. Indicates that this is a lookup column whose value is derived from the relationship column specified in the details. Lookup columns can not be updated directly. To change the value you must update the associated relationship column.
+          "relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
+          "relationshipColumnId": "A String", # The id of the relationship column.
+        },
         "labels": [ # Optional. Range of labeled values for the column. Some columns like tags and drop-downs limit the values to a set of possible values. We return the range of values in such cases to help clients implement better user data validation.
           { # A single item in a labeled column.
             "name": "A String", # Display string as entered by user.
             "id": "A String", # Internal id associated with the item.
           },
         ],
-        "dataType": "A String", # Data type of the column Supported types are auto_id, boolean, boolean_list, creator, create_timestamp, date, dropdown, location, integer, integer_list, number, number_list, person, person_list, tags, check_list, text, text_list, update_timestamp, updater, relationship, file_attachment_list. These types directly map to the column types supported on Tables website.
-        "lookupDetails": { # Details about a lookup column whose value comes from the associated relationship. # Optional. Indicates that this is a lookup column whose value is derived from the relationship column specified in the details. Lookup columns can not be updated directly. To change the value you must update the associated relationship column.
-          "relationshipColumnId": "A String", # The id of the relationship column.
-          "relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
-        },
-        "name": "A String", # column name
-        "relationshipDetails": { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
-          "linkedTable": "A String", # The name of the table this relationship is linked to.
-        },
+        "id": "A String", # Internal id for a column.
       },
     ],
-    "name": "A String", # The resource name of the table. Table names have the form `tables/{table}`.
+    "displayName": "A String", # The human readable title of the table.
   }</pre>
 </div>
 
@@ -156,28 +156,28 @@
     &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is empty, there are no subsequent pages.
     &quot;tables&quot;: [ # The list of tables.
       { # A single table.
-        &quot;displayName&quot;: &quot;A String&quot;, # The human readable title of the table.
+        &quot;name&quot;: &quot;A String&quot;, # The resource name of the table. Table names have the form `tables/{table}`.
         &quot;columns&quot;: [ # List of columns in this table. Order of columns matches the display order.
           { # Details on a column in the table.
-            &quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
+            &quot;dataType&quot;: &quot;A String&quot;, # Data type of the column Supported types are auto_id, boolean, boolean_list, creator, create_timestamp, date, dropdown, location, integer, integer_list, number, number_list, person, person_list, tags, check_list, text, text_list, update_timestamp, updater, relationship, file_attachment_list. These types directly map to the column types supported on Tables website.
+            &quot;relationshipDetails&quot;: { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
+              &quot;linkedTable&quot;: &quot;A String&quot;, # The name of the table this relationship is linked to.
+            },
+            &quot;name&quot;: &quot;A String&quot;, # column name
+            &quot;lookupDetails&quot;: { # Details about a lookup column whose value comes from the associated relationship. # Optional. Indicates that this is a lookup column whose value is derived from the relationship column specified in the details. Lookup columns can not be updated directly. To change the value you must update the associated relationship column.
+              &quot;relationshipColumn&quot;: &quot;A String&quot;, # The name of the relationship column associated with the lookup.
+              &quot;relationshipColumnId&quot;: &quot;A String&quot;, # The id of the relationship column.
+            },
             &quot;labels&quot;: [ # Optional. Range of labeled values for the column. Some columns like tags and drop-downs limit the values to a set of possible values. We return the range of values in such cases to help clients implement better user data validation.
               { # A single item in a labeled column.
                 &quot;name&quot;: &quot;A String&quot;, # Display string as entered by user.
                 &quot;id&quot;: &quot;A String&quot;, # Internal id associated with the item.
               },
             ],
-            &quot;dataType&quot;: &quot;A String&quot;, # Data type of the column Supported types are auto_id, boolean, boolean_list, creator, create_timestamp, date, dropdown, location, integer, integer_list, number, number_list, person, person_list, tags, check_list, text, text_list, update_timestamp, updater, relationship, file_attachment_list. These types directly map to the column types supported on Tables website.
-            &quot;lookupDetails&quot;: { # Details about a lookup column whose value comes from the associated relationship. # Optional. Indicates that this is a lookup column whose value is derived from the relationship column specified in the details. Lookup columns can not be updated directly. To change the value you must update the associated relationship column.
-              &quot;relationshipColumnId&quot;: &quot;A String&quot;, # The id of the relationship column.
-              &quot;relationshipColumn&quot;: &quot;A String&quot;, # The name of the relationship column associated with the lookup.
-            },
-            &quot;name&quot;: &quot;A String&quot;, # column name
-            &quot;relationshipDetails&quot;: { # Details about a relationship column. # Optional. Additional details about a relationship column. Specified when data_type is relationship.
-              &quot;linkedTable&quot;: &quot;A String&quot;, # The name of the table this relationship is linked to.
-            },
+            &quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
           },
         ],
-        &quot;name&quot;: &quot;A String&quot;, # The resource name of the table. Table names have the form `tables/{table}`.
+        &quot;displayName&quot;: &quot;A String&quot;, # The human readable title of the table.
       },
     ],
   }</pre>