Refresh docs
diff --git a/docs/dyn/pagespeedonline_v1.pagespeedapi.html b/docs/dyn/pagespeedonline_v1.pagespeedapi.html
index a19c419..a8c12da 100644
--- a/docs/dyn/pagespeedonline_v1.pagespeedapi.html
+++ b/docs/dyn/pagespeedonline_v1.pagespeedapi.html
@@ -99,6 +99,48 @@
"formattedResults": { # Localized Page Speed results. Contains a ruleResults entry for each Page Speed 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 Page Speed rule instantiated and run by the server.
+ "a_key": { # The enum-like identifier for this rule. For instance "EnableKeepAlive" or "AvoidCssImport". Not localized.
+ "localizedRuleName": "A String", # Localized name of the rule, intended for presentation to a user.
+ "urlBlocks": [ # List of blocks of URLs. Each block may contain a heading and a list of URLs. Each URL may optionally include additional details.
+ {
+ "header": { # Heading to be displayed with the list of URLs.
+ "args": [ # List of arguments for the format string.
+ {
+ "type": "A String", # Type of argument. One of URL, STRING_LITERAL, INT_LITERAL, BYTES, or DURATION.
+ "value": "A String", # Argument value, as a localized string.
+ },
+ ],
+ "format": "A String", # A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Minifying the following $1 resources would save a total of $2 bytes'.
+ },
+ "urls": [ # List of entries that provide information about URLs in the url block. Optional.
+ {
+ "details": [ # List of entries that provide additional details about a single URL. Optional.
+ {
+ "args": [ # List of arguments for the format string.
+ {
+ "type": "A String", # Type of argument. One of URL, STRING_LITERAL, INT_LITERAL, BYTES, or DURATION.
+ "value": "A String", # Argument value, as a localized string.
+ },
+ ],
+ "format": "A String", # A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Unnecessary metadata for this resource adds an additional $1 bytes to its download size'.
+ },
+ ],
+ "result": { # A format string that gives information about the URL, and a list of arguments for that format string.
+ "args": [ # List of arguments for the format string.
+ {
+ "type": "A String", # Type of argument. One of URL, STRING_LITERAL, INT_LITERAL, BYTES, or DURATION.
+ "value": "A String", # Argument value, as a localized string.
+ },
+ ],
+ "format": "A String", # A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Minifying the resource at URL $1 can save $2 bytes'.
+ },
+ },
+ ],
+ },
+ ],
+ "ruleScore": 42, # The score (0-100) for this rule. The rule score indicates how well a page implements the recommendations for the given rule. For instance, if none of the compressible resources on a page are compressed, the rule score would be 0, while if all of the compressible resources on a page are compressed, the rule score would be 100.
+ "ruleImpact": 3.14, # The impact (unbounded floating point value) that implementing the suggestions for this rule would have on making the page faster. Impact is comparable between rules to determine which rule's suggestions would have a higher or lower impact on making a page faster. For instance, if enabling compression would save 1MB, while optimizing images would save 500kB, the enable compression rule would have 2x the impact of the image optimization rule, all other things being equal.
+ },
},
},
"title": "A String", # Title of the page, as displayed in the browser's title bar.