Show / Hide Table of Contents

Class ReportDataResource.QueryRequest

Executes an ad-hoc query and returns structured JSON payload data.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ReportDataResponse>
DfareportingBaseServiceRequest<ReportDataResponse>
ReportDataResource.QueryRequest
Implements
IClientServiceRequest<ReportDataResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<ReportDataResponse>.Xgafv
DfareportingBaseServiceRequest<ReportDataResponse>.AccessToken
DfareportingBaseServiceRequest<ReportDataResponse>.Alt
DfareportingBaseServiceRequest<ReportDataResponse>.Callback
DfareportingBaseServiceRequest<ReportDataResponse>.Fields
DfareportingBaseServiceRequest<ReportDataResponse>.Key
DfareportingBaseServiceRequest<ReportDataResponse>.OauthToken
DfareportingBaseServiceRequest<ReportDataResponse>.PrettyPrint
DfareportingBaseServiceRequest<ReportDataResponse>.QuotaUser
DfareportingBaseServiceRequest<ReportDataResponse>.UploadType
DfareportingBaseServiceRequest<ReportDataResponse>.UploadProtocol
ClientServiceRequest<ReportDataResponse>.Execute()
ClientServiceRequest<ReportDataResponse>.ExecuteAsStream()
ClientServiceRequest<ReportDataResponse>.ExecuteAsync()
ClientServiceRequest<ReportDataResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ReportDataResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ReportDataResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ReportDataResponse>.CreateRequest(bool?)
ClientServiceRequest<ReportDataResponse>.GenerateRequestUri()
ClientServiceRequest<ReportDataResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ReportDataResponse>.ETagAction
ClientServiceRequest<ReportDataResponse>.ModifyRequest
ClientServiceRequest<ReportDataResponse>.ValidateParameters
ClientServiceRequest<ReportDataResponse>.ApiVersion
ClientServiceRequest<ReportDataResponse>.RequestParameters
ClientServiceRequest<ReportDataResponse>.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.Dfareporting.v5
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class ReportDataResource.QueryRequest : DfareportingBaseServiceRequest<ReportDataResponse>, IClientServiceRequest<ReportDataResponse>, IClientServiceRequest

Constructors

QueryRequest(IClientService, ReportDataQueryRequest, long)

Constructs a new Query request.

Declaration
public QueryRequest(IClientService service, ReportDataQueryRequest body, long profileId)
Parameters
Type Name Description
IClientService service
ReportDataQueryRequest body
long profileId

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

ProfileId

Required. The Campaign Manager 360 user profile ID.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
Type Description
long

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Query parameter list.

Declaration
protected override void InitParameters()
Overrides
DfareportingBaseServiceRequest<ReportDataResponse>.InitParameters()

Implements

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