docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/cloudtrace_v1.projects.traces.html b/docs/dyn/cloudtrace_v1.projects.traces.html
index 412af8b..da109a9 100644
--- a/docs/dyn/cloudtrace_v1.projects.traces.html
+++ b/docs/dyn/cloudtrace_v1.projects.traces.html
@@ -78,7 +78,7 @@
   <code><a href="#get">get(projectId, traceId, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets a single trace by its ID.</p>
 <p class="toc_element">
-  <code><a href="#list">list(projectId, orderBy=None, filter=None, endTime=None, pageToken=None, startTime=None, pageSize=None, view=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(projectId, startTime=None, pageToken=None, pageSize=None, view=None, orderBy=None, filter=None, endTime=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Returns of a list of traces that match the specified filter conditions.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -111,11 +111,6 @@
           # end-to-end latency of an operation and, optionally, one or more subspans for
           # its suboperations. Spans do not need to be contiguous. There may be gaps
           # between spans in a trace.
-        &quot;endTime&quot;: &quot;A String&quot;, # End time of the span in nanoseconds from the UNIX epoch.
-        &quot;startTime&quot;: &quot;A String&quot;, # Start time of the span in nanoseconds from the UNIX epoch.
-        &quot;kind&quot;: &quot;A String&quot;, # Distinguishes between spans generated in a particular context. For example,
-            # two spans with the same name may be distinguished using `RPC_CLIENT`
-            # and `RPC_SERVER` to identify queueing latency associated with the span.
         &quot;labels&quot;: { # Collection of labels associated with the span. Label keys must be less than
             # 128 bytes. Label values must be less than 16 kilobytes (10MB for
             # `/stacktrace` values).
@@ -163,6 +158,11 @@
         &quot;spanId&quot;: &quot;A String&quot;, # Identifier for the span. Must be a 64-bit integer other than 0 and
             # unique within a trace. For example, `2205310701640571284`.
         &quot;parentSpanId&quot;: &quot;A String&quot;, # Optional. ID of the parent span, if any.
+        &quot;endTime&quot;: &quot;A String&quot;, # End time of the span in nanoseconds from the UNIX epoch.
+        &quot;startTime&quot;: &quot;A String&quot;, # Start time of the span in nanoseconds from the UNIX epoch.
+        &quot;kind&quot;: &quot;A String&quot;, # Distinguishes between spans generated in a particular context. For example,
+            # two spans with the same name may be distinguished using `RPC_CLIENT`
+            # and `RPC_SERVER` to identify queueing latency associated with the span.
       },
     ],
     &quot;traceId&quot;: &quot;A String&quot;, # Globally unique identifier for the trace. This identifier is a 128-bit
@@ -172,13 +172,22 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(projectId, orderBy=None, filter=None, endTime=None, pageToken=None, startTime=None, pageSize=None, view=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(projectId, startTime=None, pageToken=None, pageSize=None, view=None, orderBy=None, filter=None, endTime=None, x__xgafv=None)</code>
   <pre>Returns of a list of traces that match the specified filter conditions.
 In this case, listing for traces is considered an active developer method,
 even though it is technically a read-only method.
 
 Args:
   projectId: string, Required. ID of the Cloud project where the trace data is stored. (required)
+  startTime: string, Start of the time interval (inclusive) during which the trace data was
+collected from the application.
+  pageToken: string, Token identifying the page of results to return. If provided, use the
+value of the `next_page_token` field from a previous request.
+  pageSize: integer, Optional. Maximum number of traces to return. If not specified or &lt;= 0, the
+implementation selects a reasonable value.  The implementation may
+return fewer traces than the requested page size.
+  view: string, Optional. Type of data returned for traces in the list. Default is
+`MINIMAL`.
   orderBy: string, Optional. Field used to sort the returned traces.
 Can be one of the following:
 
@@ -224,15 +233,6 @@
 *   `url:VALUE`: Equivalent to `/http/url:VALUE`.
   endTime: string, End of the time interval (inclusive) during which the trace data was
 collected from the application.
-  pageToken: string, Token identifying the page of results to return. If provided, use the
-value of the `next_page_token` field from a previous request.
-  startTime: string, Start of the time interval (inclusive) during which the trace data was
-collected from the application.
-  pageSize: integer, Optional. Maximum number of traces to return. If not specified or &lt;= 0, the
-implementation selects a reasonable value.  The implementation may
-return fewer traces than the requested page size.
-  view: string, Optional. Type of data returned for traces in the list. Default is
-`MINIMAL`.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -253,11 +253,6 @@
               # end-to-end latency of an operation and, optionally, one or more subspans for
               # its suboperations. Spans do not need to be contiguous. There may be gaps
               # between spans in a trace.
-            &quot;endTime&quot;: &quot;A String&quot;, # End time of the span in nanoseconds from the UNIX epoch.
-            &quot;startTime&quot;: &quot;A String&quot;, # Start time of the span in nanoseconds from the UNIX epoch.
-            &quot;kind&quot;: &quot;A String&quot;, # Distinguishes between spans generated in a particular context. For example,
-                # two spans with the same name may be distinguished using `RPC_CLIENT`
-                # and `RPC_SERVER` to identify queueing latency associated with the span.
             &quot;labels&quot;: { # Collection of labels associated with the span. Label keys must be less than
                 # 128 bytes. Label values must be less than 16 kilobytes (10MB for
                 # `/stacktrace` values).
@@ -305,6 +300,11 @@
             &quot;spanId&quot;: &quot;A String&quot;, # Identifier for the span. Must be a 64-bit integer other than 0 and
                 # unique within a trace. For example, `2205310701640571284`.
             &quot;parentSpanId&quot;: &quot;A String&quot;, # Optional. ID of the parent span, if any.
+            &quot;endTime&quot;: &quot;A String&quot;, # End time of the span in nanoseconds from the UNIX epoch.
+            &quot;startTime&quot;: &quot;A String&quot;, # Start time of the span in nanoseconds from the UNIX epoch.
+            &quot;kind&quot;: &quot;A String&quot;, # Distinguishes between spans generated in a particular context. For example,
+                # two spans with the same name may be distinguished using `RPC_CLIENT`
+                # and `RPC_SERVER` to identify queueing latency associated with the span.
           },
         ],
         &quot;traceId&quot;: &quot;A String&quot;, # Globally unique identifier for the trace. This identifier is a 128-bit