docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/bigqueryreservation_v1.projects.locations.html b/docs/dyn/bigqueryreservation_v1.projects.locations.html
index fb5c3ec..e190999 100644
--- a/docs/dyn/bigqueryreservation_v1.projects.locations.html
+++ b/docs/dyn/bigqueryreservation_v1.projects.locations.html
@@ -88,7 +88,7 @@
   <code><a href="#getBiReservation">getBiReservation(name, x__xgafv=None)</a></code></p>
 <p class="firstline">Retrieves a BI reservation.</p>
 <p class="toc_element">
-  <code><a href="#searchAssignments">searchAssignments(parent, pageToken=None, pageSize=None, query=None, x__xgafv=None)</a></code></p>
+  <code><a href="#searchAssignments">searchAssignments(parent, query=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Looks up assignments for a specified resource for a particular region.</p>
 <p class="toc_element">
   <code><a href="#searchAssignments_next">searchAssignments_next(previous_request, previous_response)</a></code></p>
@@ -122,7 +122,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="searchAssignments">searchAssignments(parent, pageToken=None, pageSize=None, query=None, x__xgafv=None)</code>
+    <code class="details" id="searchAssignments">searchAssignments(parent, query=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
   <pre>Looks up assignments for a specified resource for a particular region.
 If the request is about a project:
 
@@ -150,9 +150,7 @@
 Args:
   parent: string, Required. The resource name of the admin project(containing project and location),
 e.g.:
-  &quot;projects/myproject/locations/US&quot;. (required)
-  pageToken: string, The next_page_token value returned from a previous List request, if any.
-  pageSize: integer, The maximum number of items to return per page.
+  `projects/myproject/locations/US`. (required)
   query: string, Please specify resource name as assignee in the query.
 
 Examples:
@@ -160,6 +158,8 @@
 * `assignee=projects/myproject`
 * `assignee=folders/123`
 * `assignee=organizations/456`
+  pageToken: string, The next_page_token value returned from a previous List request, if any.
+  pageSize: integer, The maximum number of items to return per page.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -169,8 +169,6 @@
   An object of the form:
 
     { # The response for ReservationService.SearchAssignments.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no
-        # more results in the list.
     &quot;assignments&quot;: [ # List of assignments visible to the user.
       { # A Assignment allows a project to submit jobs
           # of a certain type using slots from the specified reservation.
@@ -182,6 +180,8 @@
             # `projects/myproject`, `folders/123`, or `organizations/456`.
       },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no
+        # more results in the list.
   }</pre>
 </div>