Show / Hide Table of Contents

Class AgenciesResource.ReportsResource.ResultsResource.FetchRowsRequest

Returns the result rows from a completed report. The caller must have previously called RunReport and waited for that operation to complete. The rows will be returned according to the order specified by the sorts member of the report definition.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<FetchReportResultRowsResponse>
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>
AgenciesResource.ReportsResource.ResultsResource.FetchRowsRequest
Implements
IClientServiceRequest<FetchReportResultRowsResponse>
IClientServiceRequest
Inherited Members
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.Xgafv
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.AccessToken
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.Alt
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.Callback
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.Fields
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.Key
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.OauthToken
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.PrettyPrint
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.QuotaUser
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.UploadType
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.UploadProtocol
ClientServiceRequest<FetchReportResultRowsResponse>.Execute()
ClientServiceRequest<FetchReportResultRowsResponse>.ExecuteAsStream()
ClientServiceRequest<FetchReportResultRowsResponse>.ExecuteAsync()
ClientServiceRequest<FetchReportResultRowsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<FetchReportResultRowsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<FetchReportResultRowsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<FetchReportResultRowsResponse>.CreateRequest(bool?)
ClientServiceRequest<FetchReportResultRowsResponse>.GenerateRequestUri()
ClientServiceRequest<FetchReportResultRowsResponse>.GetBody()
ClientServiceRequest<FetchReportResultRowsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<FetchReportResultRowsResponse>.ETagAction
ClientServiceRequest<FetchReportResultRowsResponse>.ModifyRequest
ClientServiceRequest<FetchReportResultRowsResponse>.ValidateParameters
ClientServiceRequest<FetchReportResultRowsResponse>.ApiVersion
ClientServiceRequest<FetchReportResultRowsResponse>.RequestParameters
ClientServiceRequest<FetchReportResultRowsResponse>.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.AgenciesAndBrands.v1
Assembly: Google.Apis.AgenciesAndBrands.v1.dll
Syntax
public class AgenciesResource.ReportsResource.ResultsResource.FetchRowsRequest : AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>, IClientServiceRequest<FetchReportResultRowsResponse>, IClientServiceRequest

Constructors

FetchRowsRequest(IClientService, string)

Constructs a new FetchRows request.

Declaration
public FetchRowsRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

The report result being fetched. Format: agencies/{account_id}/reports/{report_id}/results/{report_result_id}

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

PageSize

Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned. The maximum value is 10,000; values greater than 10,000 will be reduced to 10,000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous FetchReportResultRows call. Provide this to retrieve the second and subsequent batches of rows.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes FetchRows parameter list.

Declaration
protected override void InitParameters()
Overrides
AgenciesAndBrandsBaseServiceRequest<FetchReportResultRowsResponse>.InitParameters()

Implements

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