Show / Hide Table of Contents

Class BuyersResource.ListRequest

Lists all buyer account information the calling buyer user or service account is permissioned to manage.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of buyers to return. If unspecified, at most 100 buyers will be returned. The maximum value is 500; values above 500 will be coerced to 500.

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. This value is received from a previous ListBuyers call in ListBuyersResponse.nextPageToken.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
RealTimeBiddingBaseServiceRequest<ListBuyersResponse>.InitParameters()

Implements

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