Show / Hide Table of Contents

Class AccountsResource.CreativesResource.ListRequest

Lists creatives.

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

The account to list the creatives 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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Requested page size. The server may return fewer creatives than requested (due to timeout constraint) even if more are available through another call. If unspecified, server will pick an appropriate default. Acceptable values are 1 to 1000, inclusive.

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 ListCreativesResponse.next_page_token returned from the previous call to 'ListCreatives' method.

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

Query

An optional query string to filter creatives. If no filter is specified, all active creatives will be returned. Supported queries are: - accountId=account_id_string - creativeId=creative_id_string - dealsStatus: {approved, conditionally_approved, disapproved, not_checked} - openAuctionStatus: {approved, conditionally_approved, disapproved, not_checked} - attribute: {a numeric attribute from the list of attributes} - disapprovalReason: {a reason from DisapprovalReason} Example: 'accountId=12345 AND (dealsStatus:disapproved AND disapprovalReason:unacceptable_content) OR attribute:47'

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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