Show / Hide Table of Contents

Class PerformanceReportResource.ListRequest

Retrieves the authenticated user's list of performance metrics.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<PerformanceReportList>
AdExchangeBuyerBaseServiceRequest<PerformanceReportList>
PerformanceReportResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<PerformanceReportList>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AdExchangeBuyerBaseServiceRequest<PerformanceReportList>.Alt
AdExchangeBuyerBaseServiceRequest<PerformanceReportList>.Fields
AdExchangeBuyerBaseServiceRequest<PerformanceReportList>.Key
AdExchangeBuyerBaseServiceRequest<PerformanceReportList>.OauthToken
AdExchangeBuyerBaseServiceRequest<PerformanceReportList>.PrettyPrint
AdExchangeBuyerBaseServiceRequest<PerformanceReportList>.QuotaUser
AdExchangeBuyerBaseServiceRequest<PerformanceReportList>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class ListRequest : AdExchangeBuyerBaseServiceRequest<PerformanceReportList>, IClientServiceRequest<PerformanceReportList>, IClientServiceRequest

Constructors

ListRequest(IClientService, Int64, String, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long accountId, string endDateTime, string startDateTime)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.Int64 accountId
System.String endDateTime
System.String startDateTime

Properties

AccountId

The account id to get the reports.

Declaration
[RequestParameter("accountId", RequestParameterType.Query)]
public virtual long AccountId { get; }
Property Value
Type Description
System.Int64

EndDateTime

The end time of the report in ISO 8601 timestamp format using UTC.

Declaration
[RequestParameter("endDateTime", RequestParameterType.Query)]
public virtual string EndDateTime { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.HttpMethod

MaxResults

Maximum number of entries returned on one result page. If not set, the default is 100. Optional.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.MethodName

PageToken

A continuation token, used to page through performance reports. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response. Optional.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.RestPath

StartDateTime

The start time of the report in ISO 8601 timestamp format using UTC.

Declaration
[RequestParameter("startDateTime", RequestParameterType.Query)]
public virtual string StartDateTime { get; }
Property Value
Type Description
System.String

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdExchangeBuyer.v1_4.AdExchangeBuyerBaseServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.PerformanceReportList>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top