Show / Hide Table of Contents

Class AccountsResource.ClientsResource.ListRequest

Lists all the clients for the current sponsor buyer.

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

Constructors

ListRequest(IClientService, long)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long accountId)
Parameters
Type Name Description
IClientService service
long accountId

Properties

AccountId

Unique numerical account ID of the sponsor buyer to list the clients for.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual long AccountId { get; }
Property Value
Type Description
long

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Requested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default.

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 ListClientsResponse.nextPageToken returned from the previous call to the accounts.clients.list method.

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

PartnerClientId

Optional unique identifier (from the standpoint of an Ad Exchange sponsor buyer partner) of the client to return. If specified, at most one client will be returned in the response.

Declaration
[RequestParameter("partnerClientId", RequestParameterType.Query)]
public virtual string PartnerClientId { 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<ListClientsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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