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/datafusion_v1beta1.projects.locations.versions.html b/docs/dyn/datafusion_v1beta1.projects.locations.versions.html
index 86b585d..bbbc6f7 100644
--- a/docs/dyn/datafusion_v1beta1.projects.locations.versions.html
+++ b/docs/dyn/datafusion_v1beta1.projects.locations.versions.html
@@ -109,11 +109,11 @@
     { # Response message for the list available versions request.
     "availableVersions": [ # Represents a list of versions that are supported.
       { # The Data Fusion version.
-        "defaultVersion": True or False, # Whether this is currently the default version for Cloud Data Fusion
+        "versionNumber": "A String", # The version number of the Data Fusion instance, such as '6.0.1.0'.
         "availableFeatures": [ # Represents a list of available feature names for a given version.
           "A String",
         ],
-        "versionNumber": "A String", # The version number of the Data Fusion instance, such as '6.0.1.0'.
+        "defaultVersion": True or False, # Whether this is currently the default version for Cloud Data Fusion
       },
     ],
     "nextPageToken": "A String", # Token to retrieve the next page of results or empty if there are no more results in the list.