docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/speech_v1.operations.html b/docs/dyn/speech_v1.operations.html
index fd0e3db..855702f 100644
--- a/docs/dyn/speech_v1.operations.html
+++ b/docs/dyn/speech_v1.operations.html
@@ -102,9 +102,6 @@
 
     { # 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": { # The normal response of the operation in case of success.  If the original
         # method returns no data on success, such as `Delete`, the response is
         # `google.protobuf.Empty`.  If the original method is standard
@@ -142,6 +139,9 @@
         # long-running operation should document the metadata type, if any.
       "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>
 
@@ -176,9 +176,6 @@
     &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;: { # The normal response of the operation in case of success.  If the original
             # method returns no data on success, such as `Delete`, the response is
             # `google.protobuf.Empty`.  If the original method is standard
@@ -216,6 +213,9 @@
             # long-running operation should document the metadata type, if any.
           &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>