Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/pagespeedonline_v1.pagespeedapi.html b/docs/dyn/pagespeedonline_v1.pagespeedapi.html
index a2a60a7..40817eb 100644
--- a/docs/dyn/pagespeedonline_v1.pagespeedapi.html
+++ b/docs/dyn/pagespeedonline_v1.pagespeedapi.html
@@ -98,6 +98,20 @@
{
"kind": "pagespeedonline#result", # Kind of result.
+ "captchaResult": "A String", # The captcha verify result
+ "responseCode": 42, # Response code for the document. 200 indicates a normal page load. 4xx/5xx indicates an error.
+ "screenshot": { # Base64-encoded screenshot of the page that was analyzed.
+ "width": 42, # Width of screenshot in pixels.
+ "data": "A String", # Image data base64 encoded.
+ "mime_type": "A String", # Mime type of image data. E.g. "image/jpeg".
+ "height": 42, # Height of screenshot in pixels.
+ },
+ "title": "A String", # Title of the page, as displayed in the browser's title bar.
+ "version": { # The version of PageSpeed used to generate these results.
+ "major": 42, # The major version number of PageSpeed used to generate these results.
+ "minor": 42, # The minor version number of PageSpeed used to generate these results.
+ },
+ "score": 42, # The PageSpeed Score (0-100), which indicates how much faster a page could be. A high score indicates little room for improvement, while a lower score indicates more room for improvement.
"formattedResults": { # Localized PageSpeed results. Contains a ruleResults entry for each PageSpeed rule instantiated and run by the server.
"locale": "A String", # The locale of the formattedResults, e.g. "en_US".
"ruleResults": { # Dictionary of formatted rule results, with one entry for each PageSpeed rule instantiated and run by the server.
@@ -144,19 +158,6 @@
},
},
},
- "screenshot": { # Base64-encoded screenshot of the page that was analyzed.
- "width": 42, # Width of screenshot in pixels.
- "data": "A String", # Image data base64 encoded.
- "mime_type": "A String", # Mime type of image data. E.g. "image/jpeg".
- "height": 42, # Height of screenshot in pixels.
- },
- "title": "A String", # Title of the page, as displayed in the browser's title bar.
- "version": { # The version of PageSpeed used to generate these results.
- "major": 42, # The major version number of PageSpeed used to generate these results.
- "minor": 42, # The minor version number of PageSpeed used to generate these results.
- },
- "score": 42, # The PageSpeed Score (0-100), which indicates how much faster a page could be. A high score indicates little room for improvement, while a lower score indicates more room for improvement.
- "responseCode": 42, # Response code for the document. 200 indicates a normal page load. 4xx/5xx indicates an error.
"invalidRules": [ # List of rules that were specified in the request, but which the server did not know how to instantiate.
"A String",
],