Updated generated docs
diff --git a/docs/dyn/pagespeedonline.v1.pagespeedapi.html b/docs/dyn/pagespeedonline.v1.pagespeedapi.html
index 2202a6c..8c85adf 100644
--- a/docs/dyn/pagespeedonline.v1.pagespeedapi.html
+++ b/docs/dyn/pagespeedonline.v1.pagespeedapi.html
@@ -23,7 +23,45 @@
Allowed values<br>
desktop - Fetch and analyze the URL for desktop browsers<br>
mobile - Fetch and analyze the URL for mobile devices<br>
- url: string, The URL to fetch and analyze (required)</tt></dd></dl>
+ url: string, The URL to fetch and analyze (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "pagespeedonline#result", # Kind of result.<br>
+ "formattedResults": { # Localized Page Speed results. Contains a ruleResults entry for each Page Speed rule instantiated and run by the server.<br>
+ "locale": "A String", # The locale of the formattedResults, e.g. "en_US".<br>
+ "ruleResults": { # Dictionary of formatted rule results, with one entry for each Page Speed rule instantiated and run by the server.<br>
+ },<br>
+ },<br>
+ "title": "A String", # Title of the page, as displayed in the browser's title bar.<br>
+ "version": { # The version of the Page Speed SDK used to generate these results.<br>
+ "major": 42, # The major version number of the Page Speed SDK used to generate these results.<br>
+ "minor": 42, # The minor version number of the Page Speed SDK used to generate these results.<br>
+ },<br>
+ "score": 42, # The Page Speed 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.<br>
+ "responseCode": 42, # Response code for the document. 200 indicates a normal page load. 4xx/5xx indicates an error.<br>
+ "invalidRules": [ # List of rules that were specified in the request, but which the server did not know how to instantiate.<br>
+ "A String",<br>
+ ],<br>
+ "pageStats": { # Summary statistics for the page, such as number of JavaScript bytes, number of HTML bytes, etc.<br>
+ "otherResponseBytes": "A String", # Number of response bytes for other resources on the page.<br>
+ "flashResponseBytes": "A String", # Number of response bytes for flash resources on the page.<br>
+ "totalRequestBytes": "A String", # Total size of all request bytes sent by the page.<br>
+ "numberCssResources": 42, # Number of CSS resources referenced by the page.<br>
+ "numberResources": 42, # Number of HTTP resources loaded by the page.<br>
+ "cssResponseBytes": "A String", # Number of uncompressed response bytes for CSS resources on the page.<br>
+ "javascriptResponseBytes": "A String", # Number of uncompressed response bytes for JS resources on the page.<br>
+ "imageResponseBytes": "A String", # Number of response bytes for image resources on the page.<br>
+ "numberHosts": 42, # Number of unique hosts referenced by the page.<br>
+ "numberStaticResources": 42, # Number of static (i.e. cacheable) resources on the page.<br>
+ "htmlResponseBytes": "A String", # Number of uncompressed response bytes for the main HTML document and all iframes on the page.<br>
+ "numberJsResources": 42, # Number of JavaScript resources referenced by the page.<br>
+ "textResponseBytes": "A String", # Number of uncompressed response bytes for text resources not covered by other statistics (i.e non-HTML, non-script, non-CSS resources) on the page.<br>
+ },<br>
+ "id": "A String", # Canonicalized and final URL for the document, after following page redirects (if any).<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>