docs: update generated docs (#981)
diff --git a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
index 4cd8055..e1ccd9c 100644
--- a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
+++ b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
@@ -72,7 +72,7 @@
 
 </style>
 
-<h1><a href="searchconsole_v1.html">Google Search Console URL Testing Tools API</a> . <a href="searchconsole_v1.urlTestingTools.html">urlTestingTools</a> . <a href="searchconsole_v1.urlTestingTools.mobileFriendlyTest.html">mobileFriendlyTest</a></h1>
+<h1><a href="searchconsole_v1.html">Google Search Console API</a> . <a href="searchconsole_v1.urlTestingTools.html">urlTestingTools</a> . <a href="searchconsole_v1.urlTestingTools.mobileFriendlyTest.html">mobileFriendlyTest</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#run">run(body=None, x__xgafv=None)</a></code></p>
@@ -101,10 +101,6 @@
 
     { # Mobile-friendly test response, including mobile-friendly issues and resource
       # issues.
-    "testStatus": { # Final state of the test, including error details if necessary. # Final state of the test, can be either complete or an error.
-      "status": "A String", # Status of the test.
-      "details": "A String", # Error details if applicable.
-    },
     "resourceIssues": [ # Information about embedded resources issues.
       { # Information about a resource with issue.
         "blockedResource": { # Blocked resource. # Describes a blocked resource issue.
@@ -112,6 +108,10 @@
         },
       },
     ],
+    "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.
+    },
     "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.