docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
index e5697e3..4cd8055 100644
--- a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
+++ b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
@@ -87,8 +87,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.
@@ -101,14 +101,9 @@
{ # Mobile-friendly test response, including mobile-friendly issues and resource
# issues.
- "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.
+ "details": "A String", # Error details if applicable.
},
"resourceIssues": [ # Information about embedded resources issues.
{ # Information about a resource with issue.
@@ -118,11 +113,16 @@
},
],
"screenshot": { # Describe image data. # Screenshot of the requested URL.
- "mimeType": "A String", # The mime-type of the image data.
"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.
+ "mobileFriendlyIssues": [ # List of mobile-usability issues.
+ { # Mobile-friendly issue.
+ "rule": "A String", # Rule violated.
+ },
+ ],
}</pre>
</div>