docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
index c900ef0..e5697e3 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.
- "url": "A String", # URL for inspection.
- "requestScreenshot": True or False, # Whether or not screenshot is requested. Default is false.
+ "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.
@@ -101,28 +101,28 @@
{ # 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.
+ "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.
},
- "resourceIssues": [ # Information about embedded resources 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.
+ "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.
- "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.
+ "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.
},
- "mobileFriendlyIssues": [ # List of mobile-usability issues.
- { # Mobile-friendly issue.
- "rule": "A String", # Rule violated.
- },
- ],
+ "mobileFriendliness": "A String", # Test verdict, whether the page is mobile friendly or not.
}</pre>
</div>