Show / Hide Table of Contents

Class RecordsResource.QueryHistoryRecordRequest

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.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<QueryHistoryResponse>
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>
RecordsResource.QueryHistoryRecordRequest
Implements
IClientServiceRequest<QueryHistoryResponse>
IClientServiceRequest
Inherited Members
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.Xgafv
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.AccessToken
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.Alt
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.Callback
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.Fields
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.Key
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.OauthToken
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.PrettyPrint
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.QuotaUser
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.UploadType
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.UploadProtocol
ClientServiceRequest<QueryHistoryResponse>.Execute()
ClientServiceRequest<QueryHistoryResponse>.ExecuteAsStream()
ClientServiceRequest<QueryHistoryResponse>.ExecuteAsync()
ClientServiceRequest<QueryHistoryResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<QueryHistoryResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<QueryHistoryResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<QueryHistoryResponse>.CreateRequest(bool?)
ClientServiceRequest<QueryHistoryResponse>.GenerateRequestUri()
ClientServiceRequest<QueryHistoryResponse>.GetDefaultETagAction(string)
ClientServiceRequest<QueryHistoryResponse>.ETagAction
ClientServiceRequest<QueryHistoryResponse>.ModifyRequest
ClientServiceRequest<QueryHistoryResponse>.ValidateParameters
ClientServiceRequest<QueryHistoryResponse>.ApiVersion
ClientServiceRequest<QueryHistoryResponse>.RequestParameters
ClientServiceRequest<QueryHistoryResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.QueryHistoryRecordRequest : ChromeUXReportBaseServiceRequest<QueryHistoryResponse>, IClientServiceRequest<QueryHistoryResponse>, IClientServiceRequest

Constructors

QueryHistoryRecordRequest(IClientService, QueryHistoryRequest)

Constructs a new QueryHistoryRecord request.

Declaration
public QueryHistoryRecordRequest(IClientService service, QueryHistoryRequest body)
Parameters
Type Name Description
IClientService service
QueryHistoryRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<QueryHistoryResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<QueryHistoryResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<QueryHistoryResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<QueryHistoryResponse>.GetBody()

InitParameters()

Initializes QueryHistoryRecord parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromeUXReportBaseServiceRequest<QueryHistoryResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX