Show / Hide Table of Contents

Class CustomBiddingAlgorithmsResource.ScriptsResource.ListRequest

Lists custom bidding scripts that belong to the given algorithm. The order is defined by the order_by parameter.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListCustomBiddingScriptsResponse>
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>
CustomBiddingAlgorithmsResource.ScriptsResource.ListRequest
Implements
IClientServiceRequest<ListCustomBiddingScriptsResponse>
IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.Xgafv
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.AccessToken
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.Alt
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.Callback
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.Fields
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.Key
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.OauthToken
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.PrettyPrint
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.QuotaUser
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.UploadType
DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>.UploadProtocol
ClientServiceRequest<ListCustomBiddingScriptsResponse>.Execute()
ClientServiceRequest<ListCustomBiddingScriptsResponse>.ExecuteAsStream()
ClientServiceRequest<ListCustomBiddingScriptsResponse>.ExecuteAsync()
ClientServiceRequest<ListCustomBiddingScriptsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListCustomBiddingScriptsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListCustomBiddingScriptsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListCustomBiddingScriptsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListCustomBiddingScriptsResponse>.GenerateRequestUri()
ClientServiceRequest<ListCustomBiddingScriptsResponse>.GetBody()
ClientServiceRequest<ListCustomBiddingScriptsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListCustomBiddingScriptsResponse>.ETagAction
ClientServiceRequest<ListCustomBiddingScriptsResponse>.ModifyRequest
ClientServiceRequest<ListCustomBiddingScriptsResponse>.ValidateParameters
ClientServiceRequest<ListCustomBiddingScriptsResponse>.RequestParameters
ClientServiceRequest<ListCustomBiddingScriptsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
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.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class ListRequest : DisplayVideoBaseServiceRequest<ListCustomBiddingScriptsResponse>, IClientServiceRequest<ListCustomBiddingScriptsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, Int64)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long customBiddingAlgorithmId)
Parameters
Type Name Description
IClientService service
System.Int64 customBiddingAlgorithmId

Properties

AdvertiserId

The ID of the advertiser that owns the parent custom bidding algorithm.

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

CustomBiddingAlgorithmId

Required. The ID of the custom bidding algorithm owns the script.

Declaration
[RequestParameter("customBiddingAlgorithmId", RequestParameterType.Path)]
public virtual long CustomBiddingAlgorithmId { get; }
Property Value
Type Description
System.Int64

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Field by which to sort the list. Acceptable values are: * createTime desc (default) The default sorting order is descending. To specify ascending order for a field, the suffix "desc" should be removed. Example: createTime.

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

PageSize

Requested page size. Must be between 1 and 200. If unspecified will default to 100. Returns error code INVALID_ARGUMENT if an invalid value is specified.

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

PageToken

A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to ListCustomBiddingScripts method. If not specified, the first page of results will be returned.

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

PartnerId

The ID of the partner that owns the parent custom bidding algorithm. Only this partner will have write access to this custom bidding script.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.ListCustomBiddingScriptsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX