Show / Hide Table of Contents

Class AccountsResource.CreativesResource.DealAssociationsResource.ListRequest

List all creative-deal associations.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListDealAssociationsResponse>
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>
AccountsResource.CreativesResource.DealAssociationsResource.ListRequest
Implements
IClientServiceRequest<ListDealAssociationsResponse>
IClientServiceRequest
Inherited Members
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.Xgafv
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.AccessToken
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.Alt
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.Callback
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.Fields
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.Key
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.OauthToken
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.PrettyPrint
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.QuotaUser
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.UploadType
AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>.UploadProtocol
ClientServiceRequest<ListDealAssociationsResponse>.Execute()
ClientServiceRequest<ListDealAssociationsResponse>.ExecuteAsStream()
ClientServiceRequest<ListDealAssociationsResponse>.ExecuteAsync()
ClientServiceRequest<ListDealAssociationsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListDealAssociationsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListDealAssociationsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListDealAssociationsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListDealAssociationsResponse>.GenerateRequestUri()
ClientServiceRequest<ListDealAssociationsResponse>.GetBody()
ClientServiceRequest<ListDealAssociationsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListDealAssociationsResponse>.ETagAction
ClientServiceRequest<ListDealAssociationsResponse>.ModifyRequest
ClientServiceRequest<ListDealAssociationsResponse>.ValidateParameters
ClientServiceRequest<ListDealAssociationsResponse>.ApiVersion
ClientServiceRequest<ListDealAssociationsResponse>.RequestParameters
ClientServiceRequest<ListDealAssociationsResponse>.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.CreativesResource.DealAssociationsResource.ListRequest : AdExchangeBuyerIIBaseServiceRequest<ListDealAssociationsResponse>, IClientServiceRequest<ListDealAssociationsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string, string)

Constructs a new List request.

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

Properties

AccountId

The account to list the associations from. Specify "-" to list all creatives the current user has access to.

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

CreativeId

The creative ID to list the associations from. Specify "-" to list all creatives under the above account.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Requested page size. Server may return fewer associations than requested. If unspecified, server will pick an appropriate default.

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

PageToken

A token identifying a page of results the server should return. Typically, this is the value of ListDealAssociationsResponse.next_page_token returned from the previous call to 'ListDealAssociations' method.

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

Query

An optional query string to filter deal associations. If no filter is specified, all associations will be returned. Supported queries are: - accountId=account_id_string - creativeId=creative_id_string - dealsId=deals_id_string - dealsStatus:{approved, conditionally_approved, disapproved, not_checked} - openAuctionStatus:{approved, conditionally_approved, disapproved, not_checked} Example: 'dealsId=12345 AND dealsStatus:disapproved'

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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