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.
-    &quot;testStatus&quot;: { # Final state of the test, including error details if necessary. # Final state of the test, can be either complete or an error.
-      &quot;status&quot;: &quot;A String&quot;, # Status of the test.
-      &quot;details&quot;: &quot;A String&quot;, # Error details if applicable.
-    },
     &quot;resourceIssues&quot;: [ # Information about embedded resources issues.
       { # Information about a resource with issue.
         &quot;blockedResource&quot;: { # Blocked resource. # Describes a blocked resource issue.
@@ -112,6 +108,10 @@
         },
       },
     ],
+    &quot;testStatus&quot;: { # Final state of the test, including error details if necessary. # Final state of the test, can be either complete or an error.
+      &quot;details&quot;: &quot;A String&quot;, # Error details if applicable.
+      &quot;status&quot;: &quot;A String&quot;, # Status of the test.
+    },
     &quot;screenshot&quot;: { # Describe image data. # Screenshot of the requested URL.
       &quot;data&quot;: &quot;A String&quot;, # Image data in format determined by the mime type. Currently, the format
           # will always be &quot;image/png&quot;, but this might change in the future.