docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/remotebuildexecution_v1.projects.operations.html b/docs/dyn/remotebuildexecution_v1.projects.operations.html
index 72f0e49..5587db4 100644
--- a/docs/dyn/remotebuildexecution_v1.projects.operations.html
+++ b/docs/dyn/remotebuildexecution_v1.projects.operations.html
@@ -96,9 +96,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
@@ -136,6 +133,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>