chore: regens API reference docs (#889)

diff --git a/docs/dyn/genomics_v1alpha2.operations.html b/docs/dyn/genomics_v1alpha2.operations.html
index a02675d..f10bddd 100644
--- a/docs/dyn/genomics_v1alpha2.operations.html
+++ b/docs/dyn/genomics_v1alpha2.operations.html
@@ -95,7 +95,7 @@
 or Operations.ListOperations
 to check whether the cancellation succeeded or the operation completed
 despite cancellation.
-Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission:
+Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission:
 
 * `genomics.operations.cancel`
 
@@ -132,7 +132,7 @@
   <pre>Gets the latest state of a long-running operation.
 Clients can use this method to poll the operation result at intervals as
 recommended by the API service.
-Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission&#58;
+Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission&amp;#58;
 
 * `genomics.operations.get`
 
@@ -151,13 +151,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.
-    "response": { # An Empty object.
-      "a_key": "", # Properties of the object. Contains field @type with type URL.
-    },
-    "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example&#58; `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
     "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
         # different programming environments, including REST APIs and RPC APIs. It is
         # used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -176,13 +169,20 @@
         },
       ],
     },
+    "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.
+    },
+    "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example&amp;#58; `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
   }</pre>
 </div>
 
 <div class="method">
     <code class="details" id="list">list(name, pageToken=None, x__xgafv=None, pageSize=None, filter=None)</code>
   <pre>Lists operations that match the specified filter in the request.
-Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission&#58;
+Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission&amp;#58;
 
 * `genomics.operations.list`
 
@@ -195,33 +195,33 @@
       2 - v2 error format
   pageSize: integer, The maximum number of results to return. The maximum value is 256.
   filter: string, A string for filtering Operations.
-In v2alpha1, the following filter fields are supported&#58;
+In v2alpha1, the following filter fields are supported&amp;#58;
 
-* createTime&#58; The time this job was created
-* events&#58; The set of event (names) that have occurred while running
-  the pipeline.  The &#58; operator can be used to determine if a
+* createTime&amp;#58; The time this job was created
+* events&amp;#58; The set of event (names) that have occurred while running
+  the pipeline.  The &amp;#58; operator can be used to determine if a
   particular event has occurred.
-* error&#58; If the pipeline is running, this value is NULL.  Once the
+* error&amp;#58; If the pipeline is running, this value is NULL.  Once the
   pipeline finishes, the value is the standard Google error code.
 * labels.key or labels."key with space" where key is a label key.
-* done&#58; If the pipeline is running, this value is false. Once the
+* done&amp;#58; If the pipeline is running, this value is false. Once the
   pipeline finishes, the value is true.
 
-In v1 and v1alpha2, the following filter fields are supported&#58;
+In v1 and v1alpha2, the following filter fields are supported&amp;#58;
 
-* projectId&#58; Required. Corresponds to
+* projectId&amp;#58; Required. Corresponds to
   OperationMetadata.projectId.
-* createTime&#58; The time this job was created, in seconds from the
-  [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/or `<=`
+* createTime&amp;#58; The time this job was created, in seconds from the
+  [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `&gt;=` and/or `&lt;=`
   operators.
-* status&#58; Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. Only
+* status&amp;#58; Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. Only
   one status may be specified.
 * labels.key where key is a label key.
 
-Examples&#58;
+Examples&amp;#58;
 
-* `projectId = my-project AND createTime >= 1432140000`
-* `projectId = my-project AND createTime >= 1432140000 AND createTime <= 1432150000 AND status = RUNNING`
+* `projectId = my-project AND createTime &gt;= 1432140000`
+* `projectId = my-project AND createTime &gt;= 1432140000 AND createTime &lt;= 1432150000 AND status = RUNNING`
 * `projectId = my-project AND labels.color = *`
 * `projectId = my-project AND labels.color = red`
 
@@ -229,19 +229,13 @@
   An object of the form:
 
     { # The response message for Operations.ListOperations.
+    "nextPageToken": "A String", # The standard List next-page token.
     "operations": [ # 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.
         "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.
-        },
-        "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example&#58; `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
         "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
             # different programming environments, including REST APIs and RPC APIs. It is
             # used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -260,9 +254,15 @@
             },
           ],
         },
+        "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.
+        },
+        "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. For example&amp;#58; `operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`
       },
     ],
-    "nextPageToken": "A String", # The standard List next-page token.
   }</pre>
 </div>