build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/lifesciences_v2beta.projects.locations.operations.html b/docs/dyn/lifesciences_v2beta.projects.locations.operations.html
index 9ea8e81..af086fc 100644
--- a/docs/dyn/lifesciences_v2beta.projects.locations.operations.html
+++ b/docs/dyn/lifesciences_v2beta.projects.locations.operations.html
@@ -134,23 +134,23 @@
   An object of the form:
 
     { # 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.
     "metadata": { # An Metadata object. This will always be returned with the Operation.
       "a_key": "", # Properties of the object. Contains field @type with type URL.
     },
+    "name": "A String", # The server-assigned name for the operation. This may be passed to the other operation methods to retrieve information about the operation's status.
+    "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.
     },
     "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
-      "code": 42, # The status code, which should be an enum value of google.rpc.Code.
       "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+      "code": 42, # The status code, which should be an enum value of google.rpc.Code.
       "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
         {
           "a_key": "", # Properties of the object. Contains field @type with type URL.
         },
       ],
     },
-    "name": "A String", # The server-assigned name for the operation. This may be passed to the other operation methods to retrieve information about the operation's status.
   }</pre>
 </div>
 
@@ -172,28 +172,28 @@
   An object of the form:
 
     { # The response message for Operations.ListOperations.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The standard List next-page token.
     &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;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;name&quot;: &quot;A String&quot;, # The server-assigned name for the operation. This may be passed to the other operation methods to retrieve information about the operation&#x27;s status.
+        &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.
         },
         &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
-          &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
           &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+          &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
           &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
             {
               &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
             },
           ],
         },
-        &quot;name&quot;: &quot;A String&quot;, # The server-assigned name for the operation. This may be passed to the other operation methods to retrieve information about the operation&#x27;s status.
       },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The standard List next-page token.
   }</pre>
 </div>