chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

- [x] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/area120tables_v1alpha1.tables.html b/docs/dyn/area120tables_v1alpha1.tables.html
index 3d65cbe..4038b9c 100644
--- a/docs/dyn/area120tables_v1alpha1.tables.html
+++ b/docs/dyn/area120tables_v1alpha1.tables.html
@@ -112,14 +112,18 @@
   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.
         "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.
+          "relationshipColumn": "A String", # The name of the relationship column associated with the lookup.
         },
+        "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
         "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.
             "id": "A String", # Internal id associated with the item.
@@ -127,13 +131,9 @@
           },
         ],
         "id": "A String", # Internal id for a column.
-        "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.
-        },
-        "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.
-        "name": "A String", # column name
       },
     ],
+    "displayName": "A String", # The human readable title of the table.
   }</pre>
 </div>
 
@@ -153,16 +153,21 @@
   An object of the form:
 
     { # Response message for TablesService.ListTables.
+    &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;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;relationshipColumn&quot;: &quot;A String&quot;, # The name of the relationship column associated with the lookup.
             },
+            &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;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;id&quot;: &quot;A String&quot;, # Internal id associated with the item.
@@ -170,16 +175,11 @@
               },
             ],
             &quot;id&quot;: &quot;A String&quot;, # Internal id for a column.
-            &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;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;name&quot;: &quot;A String&quot;, # column name
           },
         ],
+        &quot;displayName&quot;: &quot;A String&quot;, # The human readable title of the table.
       },
     ],
-    &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.
   }</pre>
 </div>