Clean and regen docs (#401)

diff --git a/docs/dyn/genomics_v1.annotations.html b/docs/dyn/genomics_v1.annotations.html
index 8a88529..0cdb013 100644
--- a/docs/dyn/genomics_v1.annotations.html
+++ b/docs/dyn/genomics_v1.annotations.html
@@ -118,6 +118,13 @@
     The object takes the form of:
 
 {
+    "requestId": "A String", # A unique request ID which enables the server to detect duplicated requests.
+        # If provided, duplicated requests will result in the same response; if not
+        # provided, duplicated requests may result in duplicated data. For a given
+        # annotation set, callers should not reuse `request_id`s when writing
+        # different batches of annotations - behavior in this case is undefined.
+        # A common approach is to use a UUID. For batch jobs where worker crashes are
+        # a possibility, consider using some unique variant of a worker or run ID.
     "annotations": [ # The annotations to be created. At most 4096 can be specified in a single
         # request.
       { # An annotation describes a region of reference genome. The value of an
@@ -224,10 +231,10 @@
                   "id": "A String", # The id used by the source of this data.
                 },
               ],
-              "omimId": "A String", # The OMIM id for this condition.
-                  # Search for these IDs at http://omim.org/
               "conceptId": "A String", # The MedGen concept id associated with this gene.
                   # Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/
+              "omimId": "A String", # The OMIM id for this condition.
+                  # Search for these IDs at http://omim.org/
               "names": [ # A set of names for the condition.
                 "A String",
               ],
@@ -248,13 +255,6 @@
         "id": "A String", # The server-generated annotation ID, unique across all annotations.
       },
     ],
-    "requestId": "A String", # A unique request ID which enables the server to detect duplicated requests.
-        # If provided, duplicated requests will result in the same response; if not
-        # provided, duplicated requests may result in duplicated data. For a given
-        # annotation set, callers should not reuse `request_id`s when writing
-        # different batches of annotations - behavior in this case is undefined.
-        # A common approach is to use a UUID. For batch jobs where worker crashes are
-        # a possibility, consider using some unique variant of a worker or run ID.
   }
 
   x__xgafv: string, V1 error format.
@@ -286,7 +286,7 @@
             # error message is needed, put the localized message in the error details or
             # localize it in the client. The optional error details may contain arbitrary
             # information about the error. There is a predefined set of error detail types
-            # in the package `google.rpc` which can be used for common error conditions.
+            # in the package `google.rpc` that can be used for common error conditions.
             #
             # # Language mapping
             #
@@ -309,7 +309,7 @@
             #     errors.
             #
             # - Workflow errors. A typical workflow has multiple steps. Each step may
-            #     have a `Status` message for error reporting purpose.
+            #     have a `Status` message for error reporting.
             #
             # - Batch operations. If a client uses batch request and batch response, the
             #     `Status` message should be used directly inside batch response, one for
@@ -436,10 +436,10 @@
                     "id": "A String", # The id used by the source of this data.
                   },
                 ],
-                "omimId": "A String", # The OMIM id for this condition.
-                    # Search for these IDs at http://omim.org/
                 "conceptId": "A String", # The MedGen concept id associated with this gene.
                     # Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/
+                "omimId": "A String", # The OMIM id for this condition.
+                    # Search for these IDs at http://omim.org/
                 "names": [ # A set of names for the condition.
                   "A String",
                 ],
@@ -597,10 +597,10 @@
             "id": "A String", # The id used by the source of this data.
           },
         ],
-        "omimId": "A String", # The OMIM id for this condition.
-            # Search for these IDs at http://omim.org/
         "conceptId": "A String", # The MedGen concept id associated with this gene.
             # Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/
+        "omimId": "A String", # The OMIM id for this condition.
+            # Search for these IDs at http://omim.org/
         "names": [ # A set of names for the condition.
           "A String",
         ],
@@ -733,10 +733,10 @@
               "id": "A String", # The id used by the source of this data.
             },
           ],
-          "omimId": "A String", # The OMIM id for this condition.
-              # Search for these IDs at http://omim.org/
           "conceptId": "A String", # The MedGen concept id associated with this gene.
               # Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/
+          "omimId": "A String", # The OMIM id for this condition.
+              # Search for these IDs at http://omim.org/
           "names": [ # A set of names for the condition.
             "A String",
           ],
@@ -904,10 +904,10 @@
               "id": "A String", # The id used by the source of this data.
             },
           ],
-          "omimId": "A String", # The OMIM id for this condition.
-              # Search for these IDs at http://omim.org/
           "conceptId": "A String", # The MedGen concept id associated with this gene.
               # Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/
+          "omimId": "A String", # The OMIM id for this condition.
+              # Search for these IDs at http://omim.org/
           "names": [ # A set of names for the condition.
             "A String",
           ],
@@ -951,19 +951,19 @@
         # must be specified, Defaults to the length of the reference.
     "pageSize": 42, # The maximum number of results to return in a single page. If unspecified,
         # defaults to 256. The maximum value is 2048.
-    "pageToken": "A String", # The continuation token, which is used to page through large result sets.
-        # To get the next page of results, set this parameter to the value of
-        # `nextPageToken` from the previous response.
-    "annotationSetIds": [ # Required. The annotation sets to search within. The caller must have
-        # `READ` access to these annotation sets.
-        # All queried annotation sets must have the same type.
-      "A String",
-    ],
     "start": "A String", # The start position of the range on the reference, 0-based inclusive. If
         # specified,
         # referenceId or
         # referenceName
         # must be specified. Defaults to 0.
+    "annotationSetIds": [ # Required. The annotation sets to search within. The caller must have
+        # `READ` access to these annotation sets.
+        # All queried annotation sets must have the same type.
+      "A String",
+    ],
+    "pageToken": "A String", # The continuation token, which is used to page through large result sets.
+        # To get the next page of results, set this parameter to the value of
+        # `nextPageToken` from the previous response.
     "referenceName": "A String", # The name of the reference to query, within the reference set associated
         # with this query.
   }
@@ -1085,10 +1085,10 @@
                   "id": "A String", # The id used by the source of this data.
                 },
               ],
-              "omimId": "A String", # The OMIM id for this condition.
-                  # Search for these IDs at http://omim.org/
               "conceptId": "A String", # The MedGen concept id associated with this gene.
                   # Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/
+              "omimId": "A String", # The OMIM id for this condition.
+                  # Search for these IDs at http://omim.org/
               "names": [ # A set of names for the condition.
                 "A String",
               ],
@@ -1240,10 +1240,10 @@
             "id": "A String", # The id used by the source of this data.
           },
         ],
-        "omimId": "A String", # The OMIM id for this condition.
-            # Search for these IDs at http://omim.org/
         "conceptId": "A String", # The MedGen concept id associated with this gene.
             # Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/
+        "omimId": "A String", # The OMIM id for this condition.
+            # Search for these IDs at http://omim.org/
         "names": [ # A set of names for the condition.
           "A String",
         ],
@@ -1382,10 +1382,10 @@
               "id": "A String", # The id used by the source of this data.
             },
           ],
-          "omimId": "A String", # The OMIM id for this condition.
-              # Search for these IDs at http://omim.org/
           "conceptId": "A String", # The MedGen concept id associated with this gene.
               # Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/
+          "omimId": "A String", # The OMIM id for this condition.
+              # Search for these IDs at http://omim.org/
           "names": [ # A set of names for the condition.
             "A String",
           ],