docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/genomics_v2alpha1.projects.operations.html b/docs/dyn/genomics_v2alpha1.projects.operations.html
index ae50d9a..0703d40 100644
--- a/docs/dyn/genomics_v2alpha1.projects.operations.html
+++ b/docs/dyn/genomics_v2alpha1.projects.operations.html
@@ -148,6 +148,12 @@
 
     { # This resource represents a long-running operation that is the result of a
       # network API call.
+    "metadata": { # An OperationMetadata or Metadata object. This will always be returned with the Operation.
+      "a_key": "", # Properties of the object. Contains field @type with type URL.
+    },
+    "done": True or False, # If the value is `false`, it means the operation is still in progress.
+        # If `true`, the operation is completed, and either `error` or `response` is
+        # available.
     "response": { # An Empty object.
       "a_key": "", # Properties of the object. Contains field @type with type URL.
     },
@@ -170,12 +176,6 @@
         },
       ],
     },
-    "metadata": { # An OperationMetadata or Metadata object. This will always be returned with the Operation.
-      "a_key": "", # Properties of the object. Contains field @type with type URL.
-    },
-    "done": True or False, # If the value is `false`, it means the operation is still in progress.
-        # If `true`, the operation is completed, and either `error` or `response` is
-        # available.
   }</pre>
 </div>
 
@@ -232,6 +232,12 @@
     &quot;operations&quot;: [ # A list of operations that matches the specified filter in the request.
       { # This resource represents a long-running operation that is the result of a
           # network API call.
+        &quot;metadata&quot;: { # An OperationMetadata or Metadata object. This will always be returned with the Operation.
+          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+        },
+        &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
+            # If `true`, the operation is completed, and either `error` or `response` is
+            # available.
         &quot;response&quot;: { # An Empty object.
           &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
         },
@@ -254,12 +260,6 @@
             },
           ],
         },
-        &quot;metadata&quot;: { # An OperationMetadata or Metadata object. This will always be returned with the Operation.
-          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
-        },
-        &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
-            # If `true`, the operation is completed, and either `error` or `response` is
-            # available.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # The standard List next-page token.