Regen docs (#373)

diff --git a/docs/dyn/genomics_v1.variantsets.html b/docs/dyn/genomics_v1.variantsets.html
index 6adc2f8..e0b4146 100644
--- a/docs/dyn/genomics_v1.variantsets.html
+++ b/docs/dyn/genomics_v1.variantsets.html
@@ -118,7 +118,6 @@
     # For more genomics resource definitions, see [Fundamentals of Google
     # Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
   "name": "A String", # User-specified, mutable name.
-  "description": "A String", # A textual description of this variant set.
   "metadata": [ # The metadata associated with this variant set.
     { # Metadata describes a single piece of variant call metadata.
         # These data include a top level key and either a single value string (value)
@@ -142,6 +141,15 @@
           # id and key fields are considered equivalent.
     },
   ],
+  "referenceBounds": [ # A list of all references used by the variants in a variant set
+      # with associated coordinate upper bounds for each one.
+    { # ReferenceBound records an upper bound for the starting coordinate of
+        # variants in a particular reference.
+      "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
+          # variant in the reference sequence.
+      "referenceName": "A String", # The name of the reference associated with this reference bound.
+    },
+  ],
   "referenceSetId": "A String", # The reference set to which the variant set is mapped. The reference set
       # describes the alignment provenance of the variant set, while the
       # `referenceBounds` describe the shape of the actual variant data. The
@@ -154,15 +162,7 @@
       # enumerates all possible references: '1', '2', 'X', 'Y', 'MT', etc.
   "id": "A String", # The server-generated variant set ID, unique across all variant sets.
   "datasetId": "A String", # The dataset to which this variant set belongs.
-  "referenceBounds": [ # A list of all references used by the variants in a variant set
-      # with associated coordinate upper bounds for each one.
-    { # ReferenceBound records an upper bound for the starting coordinate of
-        # variants in a particular reference.
-      "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
-          # variant in the reference sequence.
-      "referenceName": "A String", # The name of the reference associated with this reference bound.
-    },
-  ],
+  "description": "A String", # A textual description of this variant set.
 }
 
   x__xgafv: string, V1 error format.
@@ -179,7 +179,6 @@
       # For more genomics resource definitions, see [Fundamentals of Google
       # Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
     "name": "A String", # User-specified, mutable name.
-    "description": "A String", # A textual description of this variant set.
     "metadata": [ # The metadata associated with this variant set.
       { # Metadata describes a single piece of variant call metadata.
           # These data include a top level key and either a single value string (value)
@@ -203,6 +202,15 @@
             # id and key fields are considered equivalent.
       },
     ],
+    "referenceBounds": [ # A list of all references used by the variants in a variant set
+        # with associated coordinate upper bounds for each one.
+      { # ReferenceBound records an upper bound for the starting coordinate of
+          # variants in a particular reference.
+        "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
+            # variant in the reference sequence.
+        "referenceName": "A String", # The name of the reference associated with this reference bound.
+      },
+    ],
     "referenceSetId": "A String", # The reference set to which the variant set is mapped. The reference set
         # describes the alignment provenance of the variant set, while the
         # `referenceBounds` describe the shape of the actual variant data. The
@@ -215,15 +223,7 @@
         # enumerates all possible references: '1', '2', 'X', 'Y', 'MT', etc.
     "id": "A String", # The server-generated variant set ID, unique across all variant sets.
     "datasetId": "A String", # The dataset to which this variant set belongs.
-    "referenceBounds": [ # A list of all references used by the variants in a variant set
-        # with associated coordinate upper bounds for each one.
-      { # ReferenceBound records an upper bound for the starting coordinate of
-          # variants in a particular reference.
-        "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
-            # variant in the reference sequence.
-        "referenceName": "A String", # The name of the reference associated with this reference bound.
-      },
-    ],
+    "description": "A String", # A textual description of this variant set.
   }</pre>
 </div>
 
@@ -298,16 +298,9 @@
 
     { # This resource represents a long-running operation that is the result of a
       # network API call.
-    "response": { # If importing ReadGroupSets, an ImportReadGroupSetsResponse is returned. If importing Variants, an ImportVariantsResponse is returned. For pipelines and exports, an empty response is returned.
-      "a_key": "", # Properties of the object. Contains field @type with type URL.
-    },
     "metadata": { # An OperationMetadata 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.
-    "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 different # The error result of the operation in case of failure or cancellation.
         # programming environments, including REST APIs and RPC APIs. It is used by
         # [gRPC](https://github.com/grpc). The error model is designed to be:
@@ -371,6 +364,13 @@
         },
       ],
     },
+    "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": { # If importing ReadGroupSets, an ImportReadGroupSetsResponse is returned. If importing Variants, an ImportVariantsResponse is returned. For pipelines and exports, an empty response is returned.
+      "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`
   }</pre>
 </div>
 
@@ -398,7 +398,6 @@
       # For more genomics resource definitions, see [Fundamentals of Google
       # Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
     "name": "A String", # User-specified, mutable name.
-    "description": "A String", # A textual description of this variant set.
     "metadata": [ # The metadata associated with this variant set.
       { # Metadata describes a single piece of variant call metadata.
           # These data include a top level key and either a single value string (value)
@@ -422,6 +421,15 @@
             # id and key fields are considered equivalent.
       },
     ],
+    "referenceBounds": [ # A list of all references used by the variants in a variant set
+        # with associated coordinate upper bounds for each one.
+      { # ReferenceBound records an upper bound for the starting coordinate of
+          # variants in a particular reference.
+        "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
+            # variant in the reference sequence.
+        "referenceName": "A String", # The name of the reference associated with this reference bound.
+      },
+    ],
     "referenceSetId": "A String", # The reference set to which the variant set is mapped. The reference set
         # describes the alignment provenance of the variant set, while the
         # `referenceBounds` describe the shape of the actual variant data. The
@@ -434,15 +442,7 @@
         # enumerates all possible references: '1', '2', 'X', 'Y', 'MT', etc.
     "id": "A String", # The server-generated variant set ID, unique across all variant sets.
     "datasetId": "A String", # The dataset to which this variant set belongs.
-    "referenceBounds": [ # A list of all references used by the variants in a variant set
-        # with associated coordinate upper bounds for each one.
-      { # ReferenceBound records an upper bound for the starting coordinate of
-          # variants in a particular reference.
-        "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
-            # variant in the reference sequence.
-        "referenceName": "A String", # The name of the reference associated with this reference bound.
-      },
-    ],
+    "description": "A String", # A textual description of this variant set.
   }</pre>
 </div>
 
@@ -465,7 +465,6 @@
     # For more genomics resource definitions, see [Fundamentals of Google
     # Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
   "name": "A String", # User-specified, mutable name.
-  "description": "A String", # A textual description of this variant set.
   "metadata": [ # The metadata associated with this variant set.
     { # Metadata describes a single piece of variant call metadata.
         # These data include a top level key and either a single value string (value)
@@ -489,6 +488,15 @@
           # id and key fields are considered equivalent.
     },
   ],
+  "referenceBounds": [ # A list of all references used by the variants in a variant set
+      # with associated coordinate upper bounds for each one.
+    { # ReferenceBound records an upper bound for the starting coordinate of
+        # variants in a particular reference.
+      "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
+          # variant in the reference sequence.
+      "referenceName": "A String", # The name of the reference associated with this reference bound.
+    },
+  ],
   "referenceSetId": "A String", # The reference set to which the variant set is mapped. The reference set
       # describes the alignment provenance of the variant set, while the
       # `referenceBounds` describe the shape of the actual variant data. The
@@ -501,15 +509,7 @@
       # enumerates all possible references: '1', '2', 'X', 'Y', 'MT', etc.
   "id": "A String", # The server-generated variant set ID, unique across all variant sets.
   "datasetId": "A String", # The dataset to which this variant set belongs.
-  "referenceBounds": [ # A list of all references used by the variants in a variant set
-      # with associated coordinate upper bounds for each one.
-    { # ReferenceBound records an upper bound for the starting coordinate of
-        # variants in a particular reference.
-      "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
-          # variant in the reference sequence.
-      "referenceName": "A String", # The name of the reference associated with this reference bound.
-    },
-  ],
+  "description": "A String", # A textual description of this variant set.
 }
 
   updateMask: string, An optional mask specifying which fields to update. Supported fields:
@@ -534,7 +534,6 @@
       # For more genomics resource definitions, see [Fundamentals of Google
       # Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
     "name": "A String", # User-specified, mutable name.
-    "description": "A String", # A textual description of this variant set.
     "metadata": [ # The metadata associated with this variant set.
       { # Metadata describes a single piece of variant call metadata.
           # These data include a top level key and either a single value string (value)
@@ -558,6 +557,15 @@
             # id and key fields are considered equivalent.
       },
     ],
+    "referenceBounds": [ # A list of all references used by the variants in a variant set
+        # with associated coordinate upper bounds for each one.
+      { # ReferenceBound records an upper bound for the starting coordinate of
+          # variants in a particular reference.
+        "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
+            # variant in the reference sequence.
+        "referenceName": "A String", # The name of the reference associated with this reference bound.
+      },
+    ],
     "referenceSetId": "A String", # The reference set to which the variant set is mapped. The reference set
         # describes the alignment provenance of the variant set, while the
         # `referenceBounds` describe the shape of the actual variant data. The
@@ -570,15 +578,7 @@
         # enumerates all possible references: '1', '2', 'X', 'Y', 'MT', etc.
     "id": "A String", # The server-generated variant set ID, unique across all variant sets.
     "datasetId": "A String", # The dataset to which this variant set belongs.
-    "referenceBounds": [ # A list of all references used by the variants in a variant set
-        # with associated coordinate upper bounds for each one.
-      { # ReferenceBound records an upper bound for the starting coordinate of
-          # variants in a particular reference.
-        "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
-            # variant in the reference sequence.
-        "referenceName": "A String", # The name of the reference associated with this reference bound.
-      },
-    ],
+    "description": "A String", # A textual description of this variant set.
   }</pre>
 </div>
 
@@ -628,7 +628,6 @@
           # For more genomics resource definitions, see [Fundamentals of Google
           # Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)
         "name": "A String", # User-specified, mutable name.
-        "description": "A String", # A textual description of this variant set.
         "metadata": [ # The metadata associated with this variant set.
           { # Metadata describes a single piece of variant call metadata.
               # These data include a top level key and either a single value string (value)
@@ -652,6 +651,15 @@
                 # id and key fields are considered equivalent.
           },
         ],
+        "referenceBounds": [ # A list of all references used by the variants in a variant set
+            # with associated coordinate upper bounds for each one.
+          { # ReferenceBound records an upper bound for the starting coordinate of
+              # variants in a particular reference.
+            "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
+                # variant in the reference sequence.
+            "referenceName": "A String", # The name of the reference associated with this reference bound.
+          },
+        ],
         "referenceSetId": "A String", # The reference set to which the variant set is mapped. The reference set
             # describes the alignment provenance of the variant set, while the
             # `referenceBounds` describe the shape of the actual variant data. The
@@ -664,15 +672,7 @@
             # enumerates all possible references: '1', '2', 'X', 'Y', 'MT', etc.
         "id": "A String", # The server-generated variant set ID, unique across all variant sets.
         "datasetId": "A String", # The dataset to which this variant set belongs.
-        "referenceBounds": [ # A list of all references used by the variants in a variant set
-            # with associated coordinate upper bounds for each one.
-          { # ReferenceBound records an upper bound for the starting coordinate of
-              # variants in a particular reference.
-            "upperBound": "A String", # An upper bound (inclusive) on the starting coordinate of any
-                # variant in the reference sequence.
-            "referenceName": "A String", # The name of the reference associated with this reference bound.
-          },
-        ],
+        "description": "A String", # A textual description of this variant set.
       },
     ],
   }</pre>