Show / Hide Table of Contents

Class AccountReportsResource.SearchRequest

Get account reports containing aggregate account data of all linked GLS accounts. Caller needs to provide their manager customer id and the associated auth credential that allows them read permissions on their linked accounts.

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

Constructors

SearchRequest(IClientService)

Constructs a new Search request.

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

Properties

EndDateDay

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

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

EndDateMonth

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

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

EndDateYear

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of accounts to return. If the page size is unset, page size will default to 1000. Maximum page_size is 10000. Optional.

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

PageToken

The next_page_token value returned from a previous request to SearchAccountReports that indicates where listing should continue. Optional.

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

Query

A query string for searching for account reports. Caller must provide a customer id of their MCC account with an associated Gaia Mint that allows read permission on their linked accounts. Search expressions are case insensitive. Example query: | Query | Description | |-------------------------|-----------------------------------------------| | manager_customer_id:123 | Get Account Report for Manager with id 123. | Required.

Declaration
[RequestParameter("query", RequestParameterType.Query)]
public virtual string Query { 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<GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse>.RestPath

StartDateDay

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

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

StartDateMonth

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

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

StartDateYear

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

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

Methods

InitParameters()

Initializes Search parameter list.

Declaration
protected override void InitParameters()
Overrides
LocalservicesBaseServiceRequest<GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse>.InitParameters()

Implements

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