chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

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

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 aa1c1bb..3d65cbe 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.
-        "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.
+            "name": "A String", # Display string as entered by user.
           },
         ],
         "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,33 +153,33 @@
   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;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;name&quot;: &quot;A String&quot;, # Display string as entered by user.
               },
             ],
             &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>