Show / Hide Table of Contents

Class CreativesResource.ListRequest

Retrieves a list of the authenticated user's active creatives. A creative will be available 30-40 minutes after submission.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<CreativesList>
AdExchangeBuyerBaseServiceRequest<CreativesList>
CreativesResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<CreativesList>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AdExchangeBuyerBaseServiceRequest<CreativesList>.Alt
AdExchangeBuyerBaseServiceRequest<CreativesList>.Fields
AdExchangeBuyerBaseServiceRequest<CreativesList>.Key
AdExchangeBuyerBaseServiceRequest<CreativesList>.OauthToken
AdExchangeBuyerBaseServiceRequest<CreativesList>.PrettyPrint
AdExchangeBuyerBaseServiceRequest<CreativesList>.QuotaUser
AdExchangeBuyerBaseServiceRequest<CreativesList>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class ListRequest : AdExchangeBuyerBaseServiceRequest<CreativesList>, IClientServiceRequest<CreativesList>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

AccountId

When specified, only creatives for the given account ids are returned.

Declaration
[RequestParameter("accountId", RequestParameterType.Query)]
public virtual Repeatable<string> AccountId { get; set; }
Property Value
Type Description
Google.Apis.Util.Repeatable<System.String>

BuyerCreativeId

When specified, only creatives for the given buyer creative ids are returned.

Declaration
[RequestParameter("buyerCreativeId", RequestParameterType.Query)]
public virtual Repeatable<string> BuyerCreativeId { get; set; }
Property Value
Type Description
Google.Apis.Util.Repeatable<System.String>

DealsStatusFilter

When specified, only creatives having the given deals status are returned.

Declaration
[RequestParameter("dealsStatusFilter", RequestParameterType.Query)]
public virtual CreativesResource.ListRequest.DealsStatusFilterEnum? DealsStatusFilter { get; set; }
Property Value
Type Description
System.Nullable<CreativesResource.ListRequest.DealsStatusFilterEnum>

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.HttpMethod

MaxResults

Maximum number of entries returned on one result page. If not set, the default is 100. Optional.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.MethodName

OpenAuctionStatusFilter

When specified, only creatives having the given open auction status are returned.

Declaration
[RequestParameter("openAuctionStatusFilter", RequestParameterType.Query)]
public virtual CreativesResource.ListRequest.OpenAuctionStatusFilterEnum? OpenAuctionStatusFilter { get; set; }
Property Value
Type Description
System.Nullable<CreativesResource.ListRequest.OpenAuctionStatusFilterEnum>

PageToken

A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response. Optional.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdExchangeBuyer.v1_4.AdExchangeBuyerBaseServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativesList>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top