docs: update generated docs (#981)

diff --git a/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.html b/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.html
index 8b359f2..00c0264 100644
--- a/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.html
+++ b/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.html
@@ -168,23 +168,23 @@
         #
         # You can find out more about this error model and how to work with it in the
         # [API Design Guide](https://cloud.google.com/apis/design/errors).
-      "code": 42, # The status code, which should be an enum value of google.rpc.Code.
-      "message": "A String", # A developer-facing error message, which should be in English. Any
-          # user-facing error message should be localized and sent in the
-          # google.rpc.Status.details field, or localized by the client.
       "details": [ # A list of messages that carry the error details.  There is a common set of
           # message types for APIs to use.
         {
           "a_key": "", # Properties of the object. Contains field @type with type URL.
         },
       ],
+      "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+      "message": "A String", # A developer-facing error message, which should be in English. Any
+          # user-facing error message should be localized and sent in the
+          # google.rpc.Status.details field, or localized by the client.
     },
+    "updateTime": "A String", # Output only. Last time the data transfer run state was updated.
     "schedule": "A String", # Output only. Describes the schedule of this transfer run if it was
         # created as part of a regular schedule. For batch transfer runs that are
         # scheduled manually, this is empty.
         # NOTE: the system might choose to delay the schedule depending on the
         # current load, so `schedule_time` doesn't always match this.
-    "updateTime": "A String", # Output only. Last time the data transfer run state was updated.
     "runTime": "A String", # For batch transfer runs, specifies the date and time of the data should be
         # ingested.
   }</pre>
@@ -216,10 +216,6 @@
   An object of the form:
 
     { # The returned list of pipelines in the project.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Output only. The next-pagination token. For multiple-page list results,
-        # this token can be used as the
-        # `ListTransferRunsRequest.page_token`
-        # to request the next page of list results.
     &quot;transferRuns&quot;: [ # Output only. The stored pipeline transfer runs.
       { # Represents a data transfer run.
         &quot;dataSourceId&quot;: &quot;A String&quot;, # Output only. Data source id.
@@ -253,27 +249,31 @@
             #
             # You can find out more about this error model and how to work with it in the
             # [API Design Guide](https://cloud.google.com/apis/design/errors).
-          &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
-          &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
-              # user-facing error message should be localized and sent in the
-              # google.rpc.Status.details field, or localized by the client.
           &quot;details&quot;: [ # A list of messages that carry the error details.  There is a common set of
               # message types for APIs to use.
             {
               &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
             },
           ],
+          &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
+          &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
+              # user-facing error message should be localized and sent in the
+              # google.rpc.Status.details field, or localized by the client.
         },
+        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last time the data transfer run state was updated.
         &quot;schedule&quot;: &quot;A String&quot;, # Output only. Describes the schedule of this transfer run if it was
             # created as part of a regular schedule. For batch transfer runs that are
             # scheduled manually, this is empty.
             # NOTE: the system might choose to delay the schedule depending on the
             # current load, so `schedule_time` doesn&#x27;t always match this.
-        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last time the data transfer run state was updated.
         &quot;runTime&quot;: &quot;A String&quot;, # For batch transfer runs, specifies the date and time of the data should be
             # ingested.
       },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Output only. The next-pagination token. For multiple-page list results,
+        # this token can be used as the
+        # `ListTransferRunsRequest.page_token`
+        # to request the next page of list results.
   }</pre>
 </div>