Show / Hide Table of Contents

Class BuyersResource.UserListsResource.ListRequest

Lists the user lists visible to the current user.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The number of results to return per page.

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

PageToken

Continuation page token as received from a previous response.

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

Parent

Required. The name of the parent buyer for the user lists to be returned that must follow the pattern buyers/{buyerAccountId}, where {buyerAccountId} represents the account ID of the buyer who owns user lists. For a bidder accessing user lists on behalf of a child seat buyer , {buyerAccountId} should represent the account ID of the child seat buyer.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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