Clean and regen docs (#401)

diff --git a/docs/dyn/genomics_v1.referencesets.html b/docs/dyn/genomics_v1.referencesets.html
index 3caae53..1921094 100644
--- a/docs/dyn/genomics_v1.referencesets.html
+++ b/docs/dyn/genomics_v1.referencesets.html
@@ -124,17 +124,17 @@
         # with a version number, for example `NC_000001.11`.
       "A String",
     ],
-    "ncbiTaxonId": 42, # ID from http://www.ncbi.nlm.nih.gov/taxonomy (for example, 9606 for human)
-        # indicating the species which this reference set is intended to model. Note
-        # that contained references may specify a different `ncbiTaxonId`, as
-        # assemblies may contain reference sequences which do not belong to the
-        # modeled species, for example EBV in a human reference genome.
-    "id": "A String", # The server-generated reference set ID, unique across all reference sets.
     "md5checksum": "A String", # Order-independent MD5 checksum which identifies this reference set. The
         # checksum is computed by sorting all lower case hexidecimal string
         # `reference.md5checksum` (for all reference in this set) in
         # ascending lexicographic order, concatenating, and taking the MD5 of that
         # value. The resulting value is represented in lower case hexadecimal format.
+    "id": "A String", # The server-generated reference set ID, unique across all reference sets.
+    "ncbiTaxonId": 42, # ID from http://www.ncbi.nlm.nih.gov/taxonomy (for example, 9606 for human)
+        # indicating the species which this reference set is intended to model. Note
+        # that contained references may specify a different `ncbiTaxonId`, as
+        # assemblies may contain reference sequences which do not belong to the
+        # modeled species, for example EBV in a human reference genome.
   }</pre>
 </div>
 
@@ -158,8 +158,9 @@
         # md5checksum matches exactly.
       "A String",
     ],
-    "assemblyId": "A String", # If present, return reference sets for which a substring of their
-        # `assemblyId` matches this string (case insensitive).
+    "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.
     "accessions": [ # If present, return reference sets for which a prefix of any of
         # sourceAccessions
         # match any of these strings. Accession numbers typically have a main number
@@ -168,9 +169,8 @@
     ],
     "pageSize": 42, # The maximum number of results to return in a single page. If unspecified,
         # defaults to 1024. The maximum value is 4096.
-    "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.
+    "assemblyId": "A String", # If present, return reference sets for which a substring of their
+        # `assemblyId` matches this string (case insensitive).
   }
 
   x__xgafv: string, V1 error format.
@@ -205,17 +205,17 @@
             # with a version number, for example `NC_000001.11`.
           "A String",
         ],
-        "ncbiTaxonId": 42, # ID from http://www.ncbi.nlm.nih.gov/taxonomy (for example, 9606 for human)
-            # indicating the species which this reference set is intended to model. Note
-            # that contained references may specify a different `ncbiTaxonId`, as
-            # assemblies may contain reference sequences which do not belong to the
-            # modeled species, for example EBV in a human reference genome.
-        "id": "A String", # The server-generated reference set ID, unique across all reference sets.
         "md5checksum": "A String", # Order-independent MD5 checksum which identifies this reference set. The
             # checksum is computed by sorting all lower case hexidecimal string
             # `reference.md5checksum` (for all reference in this set) in
             # ascending lexicographic order, concatenating, and taking the MD5 of that
             # value. The resulting value is represented in lower case hexadecimal format.
+        "id": "A String", # The server-generated reference set ID, unique across all reference sets.
+        "ncbiTaxonId": 42, # ID from http://www.ncbi.nlm.nih.gov/taxonomy (for example, 9606 for human)
+            # indicating the species which this reference set is intended to model. Note
+            # that contained references may specify a different `ncbiTaxonId`, as
+            # assemblies may contain reference sequences which do not belong to the
+            # modeled species, for example EBV in a human reference genome.
       },
     ],
   }</pre>