Module google_chromeuxreport1::api [−][src]
Structs
| Bin | A bin is a discrete portion of data spanning from start to end, or if no end is given, then from start to +inf. A bin's start and end values are given in the value type of the metric it represents. For example, "first contentful paint" is measured in milliseconds and exposed as ints, therefore its metric bins will use int32s for its start and end types. However, "cumulative layout shift" is measured in unitless decimals and is exposed as a decimal encoded as a string, therefore its metric bins will use strings for its value type. |
| ChromeUXReport | Central instance to access all ChromeUXReport related resource activities |
| Key | Key defines all the dimensions that identify this record as unique. |
| Metric | A |
| Percentiles | Percentiles contains synthetic values of a metric at a given statistical percentile. These are used for estimating a metric's value as experienced by a percentage of users out of the total number of users. |
| QueryRequest | Request payload sent by a physical web client. This request includes all necessary context to load a particular user experience record. |
| QueryResponse | Response payload sent back to a physical web client. This response contains the record found based on the identiers present in a |
| Record | Record is a single Chrome UX report data record. It contains use experience statistics for a single url pattern and set of dimensions. |
| RecordMethods | A builder providing access to all methods supported on record resources.
It is not used directly, but through the |
| RecordQueryRecordCall | Queries the Chrome User Experience for a single |
| UrlNormalization | Object representing the normalization actions taken to normalize a url to achieve a higher chance of successful lookup. These are simple automated changes that are taken when looking up the provided |