Show / Hide Table of Contents

Class AccountsResource.ProductsResource.ListRequest

List all products visible to the buyer (optionally filtered by the specified PQL query).

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string accountId)
Parameters
Type Name Description
IClientService service
string accountId

Properties

AccountId

Account ID of the buyer.

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

Filter

An optional PQL query used to query for products. See https://developers.google.com/ad-manager/docs/pqlreference for documentation about PQL and examples. Nested repeated fields, such as product.targetingCriterion.inclusions, cannot be filtered.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.

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

PageToken

The page token as returned from ListProductsResponse.

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<ListProductsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AdExchangeBuyerIIBaseServiceRequest<ListProductsResponse>.InitParameters()

Implements

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