Regen docs (#373)

diff --git a/docs/dyn/genomics_v1alpha2.pipelines.html b/docs/dyn/genomics_v1alpha2.pipelines.html
index 837f468..183bb9a 100644
--- a/docs/dyn/genomics_v1alpha2.pipelines.html
+++ b/docs/dyn/genomics_v1alpha2.pipelines.html
@@ -1108,7 +1108,9 @@
     { # Stores the information that the controller will fetch from the
       # server in order to run. Should only be used by VMs created by the
       # Pipelines Service and not by end users.
-    "cmd": "A String",
+    "disks": {
+      "a_key": "A String",
+    },
     "machineType": "A String",
     "vars": {
       "a_key": "A String",
@@ -1122,9 +1124,7 @@
       },
     },
     "image": "A String",
-    "disks": {
-      "a_key": "A String",
-    },
+    "cmd": "A String",
     "gcsSources": {
       "a_key": {
         "values": [
@@ -2029,7 +2029,6 @@
 { # Request to set operation status. Should only be used by VMs
       # created by the Pipelines Service and not by end users.
     "errorCode": "A String",
-    "errorMessage": "A String",
     "timestampEvents": [
       { # Stores the list of events and times they occured for major events in job
           # execution.
@@ -2037,6 +2036,7 @@
         "description": "A String", # String indicating the type of event
       },
     ],
+    "errorMessage": "A String",
     "validationToken": "A String",
     "operationId": "A String",
   }