Records
class Records extends Resource (View source)
The "records" collection of methods.
Typical usage is:
$chromeuxreportService = new Google\Service\ChromeUXReport(...);
$records = $chromeuxreportService->records;
Methods
Queries the Chrome User Experience Report for a timeseries history record
for a given site. Returns a history record
that contains one or more
metric timeseries
corresponding to performance data about the requested
site. (records.queryHistoryRecord)
Queries the Chrome User Experience for a single record
for a given site.
Details
QueryHistoryResponse
queryHistoryRecord(QueryHistoryRequest $postBody, array $optParams = [])
Queries the Chrome User Experience Report for a timeseries history record
for a given site. Returns a history record
that contains one or more
metric timeseries
corresponding to performance data about the requested
site. (records.queryHistoryRecord)
QueryResponse
queryRecord(QueryRequest $postBody, array $optParams = [])
Queries the Chrome User Experience for a single record
for a given site.
Returns a record
that contains one or more metrics
corresponding to
performance data about the requested site. (records.queryRecord)