Show / Hide Table of Contents

Class BuyersResource.AuctionPackagesResource.ListRequest

List the auction packages. Buyers can use the URL path "/v1alpha/buyers/{accountId}/auctionPackages" to list auction packages for the current buyer and its clients. Bidders can use the URL path "/v1alpha/bidders/{accountId}/auctionPackages" to list auction packages for the bidder, its media planners, its buyers, and all their clients.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListAuctionPackagesResponse>
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>
BuyersResource.AuctionPackagesResource.ListRequest
Implements
IClientServiceRequest<ListAuctionPackagesResponse>
IClientServiceRequest
Inherited Members
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.Xgafv
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.AccessToken
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.Alt
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.Callback
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.Fields
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.Key
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.OauthToken
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.PrettyPrint
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.QuotaUser
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.UploadType
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.UploadProtocol
ClientServiceRequest<ListAuctionPackagesResponse>.Execute()
ClientServiceRequest<ListAuctionPackagesResponse>.ExecuteAsStream()
ClientServiceRequest<ListAuctionPackagesResponse>.ExecuteAsync()
ClientServiceRequest<ListAuctionPackagesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAuctionPackagesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAuctionPackagesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAuctionPackagesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListAuctionPackagesResponse>.GenerateRequestUri()
ClientServiceRequest<ListAuctionPackagesResponse>.GetBody()
ClientServiceRequest<ListAuctionPackagesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListAuctionPackagesResponse>.ETagAction
ClientServiceRequest<ListAuctionPackagesResponse>.ModifyRequest
ClientServiceRequest<ListAuctionPackagesResponse>.ValidateParameters
ClientServiceRequest<ListAuctionPackagesResponse>.ApiVersion
ClientServiceRequest<ListAuctionPackagesResponse>.RequestParameters
ClientServiceRequest<ListAuctionPackagesResponse>.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.AuthorizedBuyersMarketplace.v1alpha
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class BuyersResource.AuctionPackagesResource.ListRequest : AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>, IClientServiceRequest<ListAuctionPackagesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

Filter

Optional. Optional query string using the Cloud API list filtering syntax. Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Optional. An optional query string to sort auction packages using the Cloud API sorting syntax. If no sort order is specified, results will be returned in an arbitrary order. Only supported when parent is bidder. Supported columns for sorting are: * displayName * createTime * updateTime

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

PageSize

Requested page size. The server may return fewer results than requested. Max allowed page size is 500.

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

PageToken

The page token as returned. ListAuctionPackagesResponse.nextPageToken

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

Parent

Required. Name of the parent buyer that can access the auction package. Format: buyers/{accountId}. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format bidders/{accountId}.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AuthorizedBuyersMarketplaceBaseServiceRequest<ListAuctionPackagesResponse>.InitParameters()

Implements

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