Show / Hide Table of Contents

Class RecordsResource

The "records" collection of methods.

Inheritance
object
RecordsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeUXReport.v1
Assembly: Google.Apis.ChromeUXReport.v1.dll
Syntax
public class RecordsResource

Constructors

RecordsResource(IClientService)

Constructs a new resource.

Declaration
public RecordsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

QueryHistoryRecord(QueryHistoryRequest)

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.

Declaration
public virtual RecordsResource.QueryHistoryRecordRequest QueryHistoryRecord(QueryHistoryRequest body)
Parameters
Type Name Description
QueryHistoryRequest body

The body of the request.

Returns
Type Description
RecordsResource.QueryHistoryRecordRequest

QueryRecord(QueryRequest)

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.

Declaration
public virtual RecordsResource.QueryRecordRequest QueryRecord(QueryRequest body)
Parameters
Type Name Description
QueryRequest body

The body of the request.

Returns
Type Description
RecordsResource.QueryRecordRequest
In this article
Back to top Generated by DocFX