Skip to content

Commit b66a574

Browse files
feat(chromeuxreport): update the api
#### chromeuxreport:v1 The following keys were added: - schemas.QueryHistoryRequest.properties.collectionPeriodCount (Total Keys: 2)
1 parent 41c4626 commit b66a574

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/chromeuxreport_v1.records.html

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ <h3>Method Details</h3>
9898
The object takes the form of:
9999

100100
{ # Request payload sent by a physical web client. This request includes all necessary context to load a particular user experience history record.
101+
&quot;collectionPeriodCount&quot;: 42, # The number of collection periods to return. If not specified, the default is 25. If present, must be in the range [1, 40].
101102
&quot;formFactor&quot;: &quot;A String&quot;, # The form factor is a query dimension that specifies the device class that the record&#x27;s data should belong to. Note: If no form factor is specified, then a special record with aggregated data over all form factors will be returned.
102103
&quot;metrics&quot;: [ # The metrics that should be included in the response. If none are specified then any metrics found will be returned. Allowed values: [&quot;first_contentful_paint&quot;, &quot;first_input_delay&quot;, &quot;largest_contentful_paint&quot;, &quot;cumulative_layout_shift&quot;, &quot;experimental_time_to_first_byte&quot;, &quot;experimental_interaction_to_next_paint&quot;]
103104
&quot;A String&quot;,

googleapiclient/discovery_cache/documents/chromeuxreport.v1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
}
132132
}
133133
},
134-
"revision": "20240916",
134+
"revision": "20250409",
135135
"rootUrl": "https://chromeuxreport.googleapis.com/",
136136
"schemas": {
137137
"Bin": {
@@ -362,6 +362,11 @@
362362
"description": "Request payload sent by a physical web client. This request includes all necessary context to load a particular user experience history record.",
363363
"id": "QueryHistoryRequest",
364364
"properties": {
365+
"collectionPeriodCount": {
366+
"description": "The number of collection periods to return. If not specified, the default is 25. If present, must be in the range [1, 40].",
367+
"format": "int32",
368+
"type": "integer"
369+
},
365370
"formFactor": {
366371
"description": "The form factor is a query dimension that specifies the device class that the record's data should belong to. Note: If no form factor is specified, then a special record with aggregated data over all form factors will be returned.",
367372
"enum": [

0 commit comments

Comments
 (0)