chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.transferLogs.html b/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.transferLogs.html
index 0dd7e48..80ea489 100644
--- a/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.transferLogs.html
+++ b/docs/dyn/bigquerydatatransfer_v1.projects.transferConfigs.runs.transferLogs.html
@@ -112,14 +112,14 @@
   An object of the form:
 
     { # The returned list transfer run messages.
+    "nextPageToken": "A String", # Output only. The next-pagination token. For multiple-page list results, this token can be used as the `GetTransferRunLogRequest.page_token` to request the next page of list results.
     "transferMessages": [ # Output only. The stored pipeline transfer messages.
       { # Represents a user facing message for a particular data transfer run.
-        "severity": "A String", # Message severity.
         "messageText": "A String", # Message text.
         "messageTime": "A String", # Time when message was logged.
+        "severity": "A String", # Message severity.
       },
     ],
-    "nextPageToken": "A String", # Output only. The next-pagination token. For multiple-page list results, this token can be used as the `GetTransferRunLogRequest.page_token` to request the next page of list results.
   }</pre>
 </div>