chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

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

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
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 2c29253..76584ce 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.
-    "url": "A String", # URL for inspection.
     "requestScreenshot": True or False, # Whether or not screenshot is requested. Default is false.
+    "url": "A String", # URL for inspection.
   }
 
   x__xgafv: string, V1 error format.
@@ -108,7 +108,19 @@
   An object of the form:
 
     { # Mobile-friendly test response, including mobile-friendly issues and resource issues.
+    "resourceIssues": [ # Information about embedded resources issues.
+      { # Information about a resource with issue.
+        "blockedResource": { # Blocked resource. # Describes a blocked resource issue.
+          "url": "A String", # URL of the blocked resource.
+        },
+      },
+    ],
     "mobileFriendliness": "A String", # Test verdict, whether the page is mobile friendly or not.
+    "mobileFriendlyIssues": [ # List of mobile-usability issues.
+      { # Mobile-friendly issue.
+        "rule": "A String", # Rule violated.
+      },
+    ],
     "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.
@@ -117,18 +129,6 @@
       "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.
-          "url": "A String", # URL of the blocked resource.
-        },
-      },
-    ],
-    "mobileFriendlyIssues": [ # List of mobile-usability issues.
-      { # Mobile-friendly issue.
-        "rule": "A String", # Rule violated.
-      },
-    ],
   }</pre>
 </div>