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.rows.html b/docs/dyn/area120tables_v1alpha1.tables.rows.html
index 6d2f4b7..a16d038 100644
--- a/docs/dyn/area120tables_v1alpha1.tables.rows.html
+++ b/docs/dyn/area120tables_v1alpha1.tables.rows.html
@@ -93,7 +93,7 @@
   <code><a href="#get">get(name, view=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets a row. Returns NOT_FOUND if the row does not exist in the table.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, view=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, pageToken=None, pageSize=None, view=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists rows in a table. Returns NOT_FOUND if the table does not exist.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -115,13 +115,13 @@
     &quot;requests&quot;: [ # Required. The request message specifying the rows to create. A maximum of 500 rows can be created in a single batch.
       { # Request message for TablesService.CreateRow.
         &quot;parent&quot;: &quot;A String&quot;, # Required. The parent table where this row will be created. Format: tables/{table}
-        &quot;view&quot;: &quot;A String&quot;, # Optional. Column key to use for values in the row. Defaults to user entered name.
         &quot;row&quot;: { # A single row in a table. # Required. The row to create.
-            &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-              &quot;a_key&quot;: &quot;&quot;,
-            },
-            &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+          &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+          &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+            &quot;a_key&quot;: &quot;&quot;,
           },
+        },
+        &quot;view&quot;: &quot;A String&quot;, # Optional. Column key to use for values in the row. Defaults to user entered name.
       },
     ],
   }
@@ -137,11 +137,11 @@
     { # Response message for TablesService.BatchCreateRows.
     &quot;rows&quot;: [ # The created rows.
       { # A single row in a table.
-          &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-            &quot;a_key&quot;: &quot;&quot;,
-          },
-          &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+        &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+        &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+          &quot;a_key&quot;: &quot;&quot;,
         },
+      },
     ],
   }</pre>
 </div>
@@ -158,13 +158,13 @@
 { # Request message for TablesService.BatchUpdateRows.
     &quot;requests&quot;: [ # Required. The request messages specifying the rows to update. A maximum of 500 rows can be modified in a single batch.
       { # Request message for TablesService.UpdateRow.
-        &quot;row&quot;: { # A single row in a table. # Required. The row to update.
-            &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-              &quot;a_key&quot;: &quot;&quot;,
-            },
-            &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
-          },
         &quot;updateMask&quot;: &quot;A String&quot;, # The list of fields to update.
+        &quot;row&quot;: { # A single row in a table. # Required. The row to update.
+          &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+          &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+            &quot;a_key&quot;: &quot;&quot;,
+          },
+        },
         &quot;view&quot;: &quot;A String&quot;, # Optional. Column key to use for values in the row. Defaults to user entered name.
       },
     ],
@@ -181,11 +181,11 @@
     { # Response message for TablesService.BatchUpdateRows.
     &quot;rows&quot;: [ # The updated rows.
       { # A single row in a table.
-          &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-            &quot;a_key&quot;: &quot;&quot;,
-          },
-          &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+        &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+        &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+          &quot;a_key&quot;: &quot;&quot;,
         },
+      },
     ],
   }</pre>
 </div>
@@ -205,11 +205,11 @@
     The object takes the form of:
 
 { # A single row in a table.
-    &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-      &quot;a_key&quot;: &quot;&quot;,
-    },
-    &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
-  }
+  &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+  &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+    &quot;a_key&quot;: &quot;&quot;,
+  },
+}
 
   view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
     Allowed values
@@ -224,11 +224,11 @@
   An object of the form:
 
     { # A single row in a table.
-      &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-        &quot;a_key&quot;: &quot;&quot;,
-      },
-      &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
-    }</pre>
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+    &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+      &quot;a_key&quot;: &quot;&quot;,
+    },
+  }</pre>
 </div>
 
 <div class="method">
@@ -268,25 +268,25 @@
   An object of the form:
 
     { # A single row in a table.
-      &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-        &quot;a_key&quot;: &quot;&quot;,
-      },
-      &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
-    }</pre>
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+    &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+      &quot;a_key&quot;: &quot;&quot;,
+    },
+  }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, view=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, pageToken=None, pageSize=None, view=None, x__xgafv=None)</code>
   <pre>Lists rows in a table. Returns NOT_FOUND if the table does not exist.
 
 Args:
   parent: string, Required. The parent table. Format: tables/{table} (required)
+  pageToken: string, A page token, received from a previous `ListRows` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRows` must match the call that provided the page token.
+  pageSize: integer, The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.
   view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
     Allowed values
       VIEW_UNSPECIFIED - Defaults to user entered text.
       COLUMN_ID_VIEW - Uses internally generated column id to identify values.
-  pageToken: string, A page token, received from a previous `ListRows` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRows` must match the call that provided the page token.
-  pageSize: integer, The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -296,15 +296,15 @@
   An object of the form:
 
     { # Response message for TablesService.ListRows.
+    &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;rows&quot;: [ # The rows from the specified table.
       { # A single row in a table.
-          &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-            &quot;a_key&quot;: &quot;&quot;,
-          },
-          &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+        &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+        &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+          &quot;a_key&quot;: &quot;&quot;,
         },
+      },
     ],
-    &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>
 
@@ -332,11 +332,11 @@
     The object takes the form of:
 
 { # A single row in a table.
-    &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-      &quot;a_key&quot;: &quot;&quot;,
-    },
-    &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
-  }
+  &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+  &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+    &quot;a_key&quot;: &quot;&quot;,
+  },
+}
 
   view: string, Optional. Column key to use for values in the row. Defaults to user entered name.
     Allowed values
@@ -352,11 +352,11 @@
   An object of the form:
 
     { # A single row in a table.
-      &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
-        &quot;a_key&quot;: &quot;&quot;,
-      },
-      &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
-    }</pre>
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the row. Row names have the form `tables/{table}/rows/{row}`. The name is ignored when creating a row.
+    &quot;values&quot;: { # The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
+      &quot;a_key&quot;: &quot;&quot;,
+    },
+  }</pre>
 </div>
 
 </body></html>
\ No newline at end of file