Show / Hide Table of Contents

Class AccountsResource.ProposalsResource.ListRequest

List proposals. A filter expression (PQL query) may be specified to filter the results. To retrieve all finalized proposals, regardless if a proposal is being renegotiated, see the FinalizedProposals resource. Note that Bidder/ChildSeat relationships differ from the usual behavior. A Bidder account can only see its child seats' proposals by specifying the ChildSeat's accountId in the request path.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListProposalsResponse>
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>
AccountsResource.ProposalsResource.ListRequest
Implements
IClientServiceRequest<ListProposalsResponse>
IClientServiceRequest
Inherited Members
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.Xgafv
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.AccessToken
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.Alt
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.Callback
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.Fields
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.Key
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.OauthToken
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.PrettyPrint
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.QuotaUser
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.UploadType
AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>.UploadProtocol
ClientServiceRequest<ListProposalsResponse>.Execute()
ClientServiceRequest<ListProposalsResponse>.ExecuteAsStream()
ClientServiceRequest<ListProposalsResponse>.ExecuteAsync()
ClientServiceRequest<ListProposalsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListProposalsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListProposalsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListProposalsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListProposalsResponse>.GenerateRequestUri()
ClientServiceRequest<ListProposalsResponse>.GetBody()
ClientServiceRequest<ListProposalsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListProposalsResponse>.ETagAction
ClientServiceRequest<ListProposalsResponse>.ModifyRequest
ClientServiceRequest<ListProposalsResponse>.ValidateParameters
ClientServiceRequest<ListProposalsResponse>.ApiVersion
ClientServiceRequest<ListProposalsResponse>.RequestParameters
ClientServiceRequest<ListProposalsResponse>.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.ProposalsResource.ListRequest : AdExchangeBuyerIIBaseServiceRequest<ListProposalsResponse>, IClientServiceRequest<ListProposalsResponse>, 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 filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered.

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

FilterSyntax

Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.

Declaration
[RequestParameter("filterSyntax", RequestParameterType.Query)]
public virtual AccountsResource.ProposalsResource.ListRequest.FilterSyntaxEnum? FilterSyntax { get; set; }
Property Value
Type Description
AccountsResource.ProposalsResource.ListRequest.FilterSyntaxEnum?

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListProposalsResponse>.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 ListProposalsResponse.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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