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/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
index ab6071c..2c29253 100644
--- a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
+++ b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
@@ -95,8 +95,8 @@
     The object takes the form of:
 
 { # Mobile-friendly test request.
-    "requestScreenshot": True or False, # Whether or not screenshot is requested. Default is false.
     "url": "A String", # URL for inspection.
+    "requestScreenshot": True or False, # Whether or not screenshot is requested. Default is false.
   }
 
   x__xgafv: string, V1 error format.
@@ -108,15 +108,15 @@
   An object of the form:
 
     { # Mobile-friendly test response, including mobile-friendly issues and resource issues.
-    "screenshot": { # Describe image data. # Screenshot of the requested URL.
-      "data": "A String", # Image data in format determined by the mime type. Currently, the format will always be "image/png", but this might change in the future.
-      "mimeType": "A String", # The mime-type of the image data.
-    },
+    "mobileFriendliness": "A String", # Test verdict, whether the page is mobile friendly or not.
     "testStatus": { # Final state of the test, including error details if necessary. # Final state of the test, can be either complete or an error.
       "details": "A String", # Error details if applicable.
       "status": "A String", # Status of the test.
     },
-    "mobileFriendliness": "A String", # Test verdict, whether the page is mobile friendly or not.
+    "screenshot": { # Describe image data. # Screenshot of the requested URL.
+      "data": "A String", # Image data in format determined by the mime type. Currently, the format will always be "image/png", but this might change in the future.
+      "mimeType": "A String", # The mime-type of the image data.
+    },
     "resourceIssues": [ # Information about embedded resources issues.
       { # Information about a resource with issue.
         "blockedResource": { # Blocked resource. # Describes a blocked resource issue.