docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/lifesciences_v2beta.projects.locations.operations.html b/docs/dyn/lifesciences_v2beta.projects.locations.operations.html
index 9700861..56641c0 100644
--- a/docs/dyn/lifesciences_v2beta.projects.locations.operations.html
+++ b/docs/dyn/lifesciences_v2beta.projects.locations.operations.html
@@ -148,6 +148,9 @@
 
     { # This resource represents a long-running operation that is the result of a
       # network API call.
+    "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.
     },
@@ -173,9 +176,6 @@
     "metadata": { # An 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>
 
@@ -215,6 +215,9 @@
     &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;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.
         },
@@ -240,9 +243,6 @@
         &quot;metadata&quot;: { # An 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.
       },
     ],
   }</pre>