docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/pagespeedonline_v5.pagespeedapi.html b/docs/dyn/pagespeedonline_v5.pagespeedapi.html
index ececea2..ac0f127 100644
--- a/docs/dyn/pagespeedonline_v5.pagespeedapi.html
+++ b/docs/dyn/pagespeedonline_v5.pagespeedapi.html
@@ -78,7 +78,7 @@
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
- <code><a href="#runpagespeed">runpagespeed(captchaToken=None, category=None, url=None, strategy=None, utm_campaign=None, utm_source=None, locale=None, x__xgafv=None)</a></code></p>
+ <code><a href="#runpagespeed">runpagespeed(strategy=None, url=None, captchaToken=None, category=None, locale=None, utm_campaign=None, utm_source=None, x__xgafv=None)</a></code></p>
<p class="firstline">Runs PageSpeed analysis on the page at the specified URL, and returns PageSpeed scores, a list of suggestions to make that page faster, and other information.</p>
<h3>Method Details</h3>
<div class="method">
@@ -87,10 +87,16 @@
</div>
<div class="method">
- <code class="details" id="runpagespeed">runpagespeed(captchaToken=None, category=None, url=None, strategy=None, utm_campaign=None, utm_source=None, locale=None, x__xgafv=None)</code>
+ <code class="details" id="runpagespeed">runpagespeed(strategy=None, url=None, captchaToken=None, category=None, locale=None, utm_campaign=None, utm_source=None, x__xgafv=None)</code>
<pre>Runs PageSpeed analysis on the page at the specified URL, and returns PageSpeed scores, a list of suggestions to make that page faster, and other information.
Args:
+ strategy: string, The analysis strategy (desktop or mobile) to use, and desktop is the default
+ Allowed values
+ STRATEGY_UNSPECIFIED - UNDEFINED.
+ DESKTOP - Fetch and analyze the URL for desktop browsers.
+ MOBILE - Fetch and analyze the URL for mobile devices.
+ url: string, Required. The URL to fetch and analyze
captchaToken: string, The captcha token passed when filling out a captcha.
category: string, A Lighthouse category to run; if none are given, only Performance category will be run (repeated)
Allowed values
@@ -100,15 +106,9 @@
PERFORMANCE - Performance, category pertaining to a website's performance.
PWA - Progressive Web App (PWA), category pertaining to a website's ability to be run as a PWA.
SEO - Search Engine Optimization (SEO), category pertaining to a website's ability to be indexed by search engines.
- url: string, Required. The URL to fetch and analyze
- strategy: string, The analysis strategy (desktop or mobile) to use, and desktop is the default
- Allowed values
- STRATEGY_UNSPECIFIED - UNDEFINED.
- DESKTOP - Fetch and analyze the URL for desktop browsers.
- MOBILE - Fetch and analyze the URL for mobile devices.
+ locale: string, The locale used to localize formatted results
utm_campaign: string, Campaign name for analytics.
utm_source: string, Campaign source for analytics.
- locale: string, The locale used to localize formatted results
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -118,77 +118,111 @@
An object of the form:
{ # The Pagespeed API response object.
- "captchaResult": "A String", # The captcha verify result
- "originLoadingExperience": { # The CrUX loading experience object that contains CrUX data breakdowns. # Metrics of the aggregated page loading experience of the origin
- "overall_category": "A String", # The human readable speed "category" of the id.
- "metrics": { # The map of .
- "a_key": { # A CrUX metric object for a single metric and form factor.
- "formFactor": "A String", # Identifies the form factor of the metric being collected.
- "median": 42, # The median number of the metric, in millisecond.
- "distributions": [ # Metric distributions. Proportions should sum up to 1.
- { # A proportion of data in the total distribution, bucketed by a min/max percentage. Each bucket's range is bounded by min <= x < max, In millisecond.
- "min": 42, # Lower bound for a bucket's range.
- "max": 42, # Upper bound for a bucket's range.
- "proportion": 3.14, # The proportion of data in this bucket.
- },
- ],
- "metricId": "A String", # Identifies the type of the metric.
- "percentile": 42, # We use this field to store certain percentile value for this metric. For v4, this field contains pc50. For v5, this field contains pc90.
- "category": "A String", # The category of the specific time metric.
- },
- },
- "origin_fallback": True or False, # True if the result is an origin fallback from a page, false otherwise.
- "id": "A String", # The url, pattern or origin which the metrics are on.
- "initial_url": "A String", # The requested URL, which may differ from the resolved "id".
+ "analysisUTCTimestamp": "A String", # The UTC timestamp of this analysis.
+ "version": { # The Pagespeed Version object. # The version of PageSpeed used to generate these results.
+ "major": "A String", # The major version number of PageSpeed used to generate these results.
+ "minor": "A String", # The minor version number of PageSpeed used to generate these results.
},
"kind": "A String", # Kind of result.
- "loadingExperience": { # The CrUX loading experience object that contains CrUX data breakdowns. # Metrics of end users' page loading experience.
- "overall_category": "A String", # The human readable speed "category" of the id.
- "metrics": { # The map of .
- "a_key": { # A CrUX metric object for a single metric and form factor.
- "formFactor": "A String", # Identifies the form factor of the metric being collected.
- "median": 42, # The median number of the metric, in millisecond.
- "distributions": [ # Metric distributions. Proportions should sum up to 1.
- { # A proportion of data in the total distribution, bucketed by a min/max percentage. Each bucket's range is bounded by min <= x < max, In millisecond.
- "min": 42, # Lower bound for a bucket's range.
- "max": 42, # Upper bound for a bucket's range.
- "proportion": 3.14, # The proportion of data in this bucket.
- },
- ],
- "metricId": "A String", # Identifies the type of the metric.
- "percentile": 42, # We use this field to store certain percentile value for this metric. For v4, this field contains pc50. For v5, this field contains pc90.
- "category": "A String", # The category of the specific time metric.
+ "id": "A String", # Canonicalized and final URL for the document, after following page redirects (if any).
+ "lighthouseResult": { # The Lighthouse result object. # Lighthouse response for the audit url as an object.
+ "fetchTime": "A String", # The time that this run was fetched.
+ "configSettings": { # Message containing the configuration settings for the Lighthouse run. # The configuration settings for this LHR.
+ "onlyCategories": "", # List of categories of audits the run should conduct.
+ "emulatedFormFactor": "A String", # The form factor the emulation should use.
+ "channel": "A String", # How Lighthouse was run, e.g. from the Chrome extension or from the npm module.
+ "locale": "A String", # The locale setting.
+ },
+ "timing": { # Message containing the performance timing data for the Lighthouse run. # Timing information for this LHR.
+ "total": 3.14, # The total duration of Lighthouse's run.
+ },
+ "audits": { # Map of audits in the LHR.
+ "a_key": { # An audit's result object in a Lighthouse result.
+ "scoreDisplayMode": "A String", # The enumerated score display mode.
+ "warnings": "", # Possible warnings that occurred in the audit, can be null.
+ "explanation": "A String", # An explanation of the errors in the audit.
+ "numericValue": 3.14, # A numeric value that has a meaning specific to the audit, e.g. the number of nodes in the DOM or the timestamp of a specific load event. More information can be found in the audit details, if present.
+ "title": "A String", # The human readable title.
+ "details": { # Freeform details section of the audit.
+ "a_key": "", # Properties of the object.
+ },
+ "id": "A String", # The audit's id.
+ "displayValue": "A String", # The value that should be displayed on the UI for this audit.
+ "errorMessage": "A String", # An error message from a thrown error inside the audit.
+ "description": "A String", # The description of the audit.
+ "score": "", # The score of the audit, can be null.
},
},
- "origin_fallback": True or False, # True if the result is an origin fallback from a page, false otherwise.
- "id": "A String", # The url, pattern or origin which the metrics are on.
- "initial_url": "A String", # The requested URL, which may differ from the resolved "id".
- },
- "lighthouseResult": { # The Lighthouse result object. # Lighthouse response for the audit url as an object.
- "userAgent": "A String", # The user agent that was used to run this LHR.
- "requestedUrl": "A String", # The original requested url.
- "finalUrl": "A String", # The final resolved url that was audited.
- "runWarnings": [ # List of all run warnings in the LHR. Will always output to at least `[]`.
- "",
- ],
- "i18n": { # Message containing the i18n data for the LHR - Version 1. # The internationalization strings that are required to render the LHR.
- "rendererFormattedStrings": { # Message holding the formatted strings used in the renderer. # Internationalized strings that are formatted to the locale in configSettings.
- "varianceDisclaimer": "A String", # The disclaimer shown below a performance metric value.
- "auditGroupExpandTooltip": "A String", # The tooltip text on an expandable chevron icon.
- "manualAuditsGroupTitle": "A String", # The heading shown above a list of audits that were not computerd in the run.
- "crcLongestDurationLabel": "A String", # The label for values shown in the summary of critical request chains.
- "lsPerformanceCategoryDescription": "A String", # The disclaimer shown under performance explaning that the network can vary.
- "errorMissingAuditInfo": "A String", # The error string shown next to an erroring audit.
- "errorLabel": "A String", # The label shown next to an audit or metric that has had an error.
- "labDataTitle": "A String", # The title of the lab data performance category.
- "passedAuditsGroupTitle": "A String", # The heading that is shown above a list of audits that are passing.
- "crcInitialNavigation": "A String", # The label for the initial request in a critical request chain.
- "opportunityResourceColumnLabel": "A String", # The heading for the estimated page load savings opportunity of an audit.
- "opportunitySavingsColumnLabel": "A String", # The heading for the estimated page load savings of opportunity audits.
- "toplevelWarningsMessage": "A String", # The label shown preceding important warnings that may have invalidated an entire report.
- "notApplicableAuditsGroupTitle": "A String", # The heading shown above a list of audits that do not apply to a page.
- "scorescaleLabel": "A String", # The label that explains the score gauges scale (0-49, 50-89, 90-100).
- "warningHeader": "A String", # The label shown above a bulleted list of warnings.
+ "categories": { # The categories in a Lighthouse run. # Map of categories in the LHR.
+ "accessibility": { # A Lighthouse category. # The accessibility category, containing all accessibility related audits.
+ "title": "A String", # The human-friendly name of the category.
+ "auditRefs": [ # An array of references to all the audit members of this category.
+ { # A light reference to an audit by id, used to group and weight audits in a given category.
+ "id": "A String", # The audit ref id.
+ "group": "A String", # The category group that the audit belongs to (optional).
+ "weight": 3.14, # The weight this audit's score has on the overall category score.
+ },
+ ],
+ "manualDescription": "A String", # A description for the manual audits in the category.
+ "id": "A String", # The string identifier of the category.
+ "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
+ "description": "A String", # A more detailed description of the category and its importance.
+ },
+ "pwa": { # A Lighthouse category. # The Progressive-Web-App (PWA) category, containing all pwa related audits.
+ "title": "A String", # The human-friendly name of the category.
+ "auditRefs": [ # An array of references to all the audit members of this category.
+ { # A light reference to an audit by id, used to group and weight audits in a given category.
+ "id": "A String", # The audit ref id.
+ "group": "A String", # The category group that the audit belongs to (optional).
+ "weight": 3.14, # The weight this audit's score has on the overall category score.
+ },
+ ],
+ "manualDescription": "A String", # A description for the manual audits in the category.
+ "id": "A String", # The string identifier of the category.
+ "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
+ "description": "A String", # A more detailed description of the category and its importance.
+ },
+ "performance": { # A Lighthouse category. # The performance category, containing all performance related audits.
+ "title": "A String", # The human-friendly name of the category.
+ "auditRefs": [ # An array of references to all the audit members of this category.
+ { # A light reference to an audit by id, used to group and weight audits in a given category.
+ "id": "A String", # The audit ref id.
+ "group": "A String", # The category group that the audit belongs to (optional).
+ "weight": 3.14, # The weight this audit's score has on the overall category score.
+ },
+ ],
+ "manualDescription": "A String", # A description for the manual audits in the category.
+ "id": "A String", # The string identifier of the category.
+ "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
+ "description": "A String", # A more detailed description of the category and its importance.
+ },
+ "best-practices": { # A Lighthouse category. # The best practices category, containing all best practices related audits.
+ "title": "A String", # The human-friendly name of the category.
+ "auditRefs": [ # An array of references to all the audit members of this category.
+ { # A light reference to an audit by id, used to group and weight audits in a given category.
+ "id": "A String", # The audit ref id.
+ "group": "A String", # The category group that the audit belongs to (optional).
+ "weight": 3.14, # The weight this audit's score has on the overall category score.
+ },
+ ],
+ "manualDescription": "A String", # A description for the manual audits in the category.
+ "id": "A String", # The string identifier of the category.
+ "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
+ "description": "A String", # A more detailed description of the category and its importance.
+ },
+ "seo": { # A Lighthouse category. # The Search-Engine-Optimization (SEO) category, containing all seo related audits.
+ "title": "A String", # The human-friendly name of the category.
+ "auditRefs": [ # An array of references to all the audit members of this category.
+ { # A light reference to an audit by id, used to group and weight audits in a given category.
+ "id": "A String", # The audit ref id.
+ "group": "A String", # The category group that the audit belongs to (optional).
+ "weight": 3.14, # The weight this audit's score has on the overall category score.
+ },
+ ],
+ "manualDescription": "A String", # A description for the manual audits in the category.
+ "id": "A String", # The string identifier of the category.
+ "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
+ "description": "A String", # A more detailed description of the category and its importance.
},
},
"environment": { # Message containing environment configuration for a Lighthouse run. # Environment settings that were used when making this LHR.
@@ -196,133 +230,99 @@
"hostUserAgent": "A String", # The user agent string of the version of Chrome used.
"benchmarkIndex": 3.14, # The benchmark index number that indicates rough device class.
},
+ "runtimeError": { # Message containing a runtime error config. # A top-level error message that, if present, indicates a serious enough problem that this Lighthouse result may need to be discarded.
+ "code": "A String", # The enumerated Lighthouse Error code.
+ "message": "A String", # A human readable message explaining the error code.
+ },
"stackPacks": [ # The Stack Pack advice strings.
{ # Message containing Stack Pack information.
+ "title": "A String", # The stack pack title.
"descriptions": { # The stack pack advice strings.
"a_key": "A String",
},
- "iconDataURL": "A String", # The stack pack icon data uri.
"id": "A String", # The stack pack id.
- "title": "A String", # The stack pack title.
+ "iconDataURL": "A String", # The stack pack icon data uri.
},
],
+ "i18n": { # Message containing the i18n data for the LHR - Version 1. # The internationalization strings that are required to render the LHR.
+ "rendererFormattedStrings": { # Message holding the formatted strings used in the renderer. # Internationalized strings that are formatted to the locale in configSettings.
+ "manualAuditsGroupTitle": "A String", # The heading shown above a list of audits that were not computerd in the run.
+ "errorMissingAuditInfo": "A String", # The error string shown next to an erroring audit.
+ "lsPerformanceCategoryDescription": "A String", # The disclaimer shown under performance explaning that the network can vary.
+ "opportunityResourceColumnLabel": "A String", # The heading for the estimated page load savings opportunity of an audit.
+ "crcLongestDurationLabel": "A String", # The label for values shown in the summary of critical request chains.
+ "labDataTitle": "A String", # The title of the lab data performance category.
+ "passedAuditsGroupTitle": "A String", # The heading that is shown above a list of audits that are passing.
+ "opportunitySavingsColumnLabel": "A String", # The heading for the estimated page load savings of opportunity audits.
+ "scorescaleLabel": "A String", # The label that explains the score gauges scale (0-49, 50-89, 90-100).
+ "notApplicableAuditsGroupTitle": "A String", # The heading shown above a list of audits that do not apply to a page.
+ "warningHeader": "A String", # The label shown above a bulleted list of warnings.
+ "crcInitialNavigation": "A String", # The label for the initial request in a critical request chain.
+ "varianceDisclaimer": "A String", # The disclaimer shown below a performance metric value.
+ "auditGroupExpandTooltip": "A String", # The tooltip text on an expandable chevron icon.
+ "toplevelWarningsMessage": "A String", # The label shown preceding important warnings that may have invalidated an entire report.
+ "errorLabel": "A String", # The label shown next to an audit or metric that has had an error.
+ },
+ },
+ "finalUrl": "A String", # The final resolved url that was audited.
+ "requestedUrl": "A String", # The original requested url.
"categoryGroups": { # Map of category groups in the LHR.
"a_key": { # Message containing a category
- "title": "A String", # The human readable title of the group
"description": "A String", # The description of what the category is grouping
+ "title": "A String", # The human readable title of the group
},
},
- "categories": { # The categories in a Lighthouse run. # Map of categories in the LHR.
- "best-practices": { # A Lighthouse category. # The best practices category, containing all best practices related audits.
- "auditRefs": [ # An array of references to all the audit members of this category.
- { # A light reference to an audit by id, used to group and weight audits in a given category.
- "id": "A String", # The audit ref id.
- "group": "A String", # The category group that the audit belongs to (optional).
- "weight": 3.14, # The weight this audit's score has on the overall category score.
- },
- ],
- "manualDescription": "A String", # A description for the manual audits in the category.
- "title": "A String", # The human-friendly name of the category.
- "id": "A String", # The string identifier of the category.
- "description": "A String", # A more detailed description of the category and its importance.
- "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
- },
- "seo": { # A Lighthouse category. # The Search-Engine-Optimization (SEO) category, containing all seo related audits.
- "auditRefs": [ # An array of references to all the audit members of this category.
- { # A light reference to an audit by id, used to group and weight audits in a given category.
- "id": "A String", # The audit ref id.
- "group": "A String", # The category group that the audit belongs to (optional).
- "weight": 3.14, # The weight this audit's score has on the overall category score.
- },
- ],
- "manualDescription": "A String", # A description for the manual audits in the category.
- "title": "A String", # The human-friendly name of the category.
- "id": "A String", # The string identifier of the category.
- "description": "A String", # A more detailed description of the category and its importance.
- "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
- },
- "performance": { # A Lighthouse category. # The performance category, containing all performance related audits.
- "auditRefs": [ # An array of references to all the audit members of this category.
- { # A light reference to an audit by id, used to group and weight audits in a given category.
- "id": "A String", # The audit ref id.
- "group": "A String", # The category group that the audit belongs to (optional).
- "weight": 3.14, # The weight this audit's score has on the overall category score.
- },
- ],
- "manualDescription": "A String", # A description for the manual audits in the category.
- "title": "A String", # The human-friendly name of the category.
- "id": "A String", # The string identifier of the category.
- "description": "A String", # A more detailed description of the category and its importance.
- "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
- },
- "accessibility": { # A Lighthouse category. # The accessibility category, containing all accessibility related audits.
- "auditRefs": [ # An array of references to all the audit members of this category.
- { # A light reference to an audit by id, used to group and weight audits in a given category.
- "id": "A String", # The audit ref id.
- "group": "A String", # The category group that the audit belongs to (optional).
- "weight": 3.14, # The weight this audit's score has on the overall category score.
- },
- ],
- "manualDescription": "A String", # A description for the manual audits in the category.
- "title": "A String", # The human-friendly name of the category.
- "id": "A String", # The string identifier of the category.
- "description": "A String", # A more detailed description of the category and its importance.
- "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
- },
- "pwa": { # A Lighthouse category. # The Progressive-Web-App (PWA) category, containing all pwa related audits.
- "auditRefs": [ # An array of references to all the audit members of this category.
- { # A light reference to an audit by id, used to group and weight audits in a given category.
- "id": "A String", # The audit ref id.
- "group": "A String", # The category group that the audit belongs to (optional).
- "weight": 3.14, # The weight this audit's score has on the overall category score.
- },
- ],
- "manualDescription": "A String", # A description for the manual audits in the category.
- "title": "A String", # The human-friendly name of the category.
- "id": "A String", # The string identifier of the category.
- "description": "A String", # A more detailed description of the category and its importance.
- "score": "", # The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)
- },
- },
- "configSettings": { # Message containing the configuration settings for the Lighthouse run. # The configuration settings for this LHR.
- "onlyCategories": "", # List of categories of audits the run should conduct.
- "emulatedFormFactor": "A String", # The form factor the emulation should use.
- "locale": "A String", # The locale setting.
- "channel": "A String", # How Lighthouse was run, e.g. from the Chrome extension or from the npm module.
- },
- "runtimeError": { # Message containing a runtime error config. # A top-level error message that, if present, indicates a serious enough problem that this Lighthouse result may need to be discarded.
- "message": "A String", # A human readable message explaining the error code.
- "code": "A String", # The enumerated Lighthouse Error code.
- },
+ "userAgent": "A String", # The user agent that was used to run this LHR.
+ "runWarnings": [ # List of all run warnings in the LHR. Will always output to at least `[]`.
+ "",
+ ],
"lighthouseVersion": "A String", # The lighthouse version that was used to generate this LHR.
- "audits": { # Map of audits in the LHR.
- "a_key": { # An audit's result object in a Lighthouse result.
- "errorMessage": "A String", # An error message from a thrown error inside the audit.
- "id": "A String", # The audit's id.
- "title": "A String", # The human readable title.
- "score": "", # The score of the audit, can be null.
- "description": "A String", # The description of the audit.
- "displayValue": "A String", # The value that should be displayed on the UI for this audit.
- "details": { # Freeform details section of the audit.
- "a_key": "", # Properties of the object.
- },
- "warnings": "", # Possible warnings that occurred in the audit, can be null.
- "numericValue": 3.14, # A numeric value that has a meaning specific to the audit, e.g. the number of nodes in the DOM or the timestamp of a specific load event. More information can be found in the audit details, if present.
- "explanation": "A String", # An explanation of the errors in the audit.
- "scoreDisplayMode": "A String", # The enumerated score display mode.
+ },
+ "captchaResult": "A String", # The captcha verify result
+ "loadingExperience": { # The CrUX loading experience object that contains CrUX data breakdowns. # Metrics of end users' page loading experience.
+ "id": "A String", # The url, pattern or origin which the metrics are on.
+ "origin_fallback": True or False, # True if the result is an origin fallback from a page, false otherwise.
+ "initial_url": "A String", # The requested URL, which may differ from the resolved "id".
+ "metrics": { # The map of .
+ "a_key": { # A CrUX metric object for a single metric and form factor.
+ "distributions": [ # Metric distributions. Proportions should sum up to 1.
+ { # A proportion of data in the total distribution, bucketed by a min/max percentage. Each bucket's range is bounded by min <= x < max, In millisecond.
+ "max": 42, # Upper bound for a bucket's range.
+ "proportion": 3.14, # The proportion of data in this bucket.
+ "min": 42, # Lower bound for a bucket's range.
+ },
+ ],
+ "percentile": 42, # We use this field to store certain percentile value for this metric. For v4, this field contains pc50. For v5, this field contains pc90.
+ "median": 42, # The median number of the metric, in millisecond.
+ "formFactor": "A String", # Identifies the form factor of the metric being collected.
+ "metricId": "A String", # Identifies the type of the metric.
+ "category": "A String", # The category of the specific time metric.
},
},
- "fetchTime": "A String", # The time that this run was fetched.
- "timing": { # Message containing the performance timing data for the Lighthouse run. # Timing information for this LHR.
- "total": 3.14, # The total duration of Lighthouse's run.
+ "overall_category": "A String", # The human readable speed "category" of the id.
+ },
+ "originLoadingExperience": { # The CrUX loading experience object that contains CrUX data breakdowns. # Metrics of the aggregated page loading experience of the origin
+ "id": "A String", # The url, pattern or origin which the metrics are on.
+ "origin_fallback": True or False, # True if the result is an origin fallback from a page, false otherwise.
+ "initial_url": "A String", # The requested URL, which may differ from the resolved "id".
+ "metrics": { # The map of .
+ "a_key": { # A CrUX metric object for a single metric and form factor.
+ "distributions": [ # Metric distributions. Proportions should sum up to 1.
+ { # A proportion of data in the total distribution, bucketed by a min/max percentage. Each bucket's range is bounded by min <= x < max, In millisecond.
+ "max": 42, # Upper bound for a bucket's range.
+ "proportion": 3.14, # The proportion of data in this bucket.
+ "min": 42, # Lower bound for a bucket's range.
+ },
+ ],
+ "percentile": 42, # We use this field to store certain percentile value for this metric. For v4, this field contains pc50. For v5, this field contains pc90.
+ "median": 42, # The median number of the metric, in millisecond.
+ "formFactor": "A String", # Identifies the form factor of the metric being collected.
+ "metricId": "A String", # Identifies the type of the metric.
+ "category": "A String", # The category of the specific time metric.
+ },
},
+ "overall_category": "A String", # The human readable speed "category" of the id.
},
- "analysisUTCTimestamp": "A String", # The UTC timestamp of this analysis.
- "version": { # The Pagespeed Version object. # The version of PageSpeed used to generate these results.
- "minor": "A String", # The minor version number of PageSpeed used to generate these results.
- "major": "A String", # The major version number of PageSpeed used to generate these results.
- },
- "id": "A String", # Canonicalized and final URL for the document, after following page redirects (if any).
}</pre>
</div>