Show / Hide Table of Contents

Class BiddersResource.FilterSetsResource.ListRequest

Lists all filter sets for the account with the given account ID.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OwnerName

Name of the owner (bidder or account) of the filter sets to be listed. For example: - For a bidder-level filter set for bidder 123: bidders/123 - For an account-level filter set for the buyer account representing bidder 123: bidders/123/accounts/123 - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: bidders/123/accounts/456

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

PageSize

Requested page size. The server may return fewer results 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 ListFilterSetsResponse.nextPageToken returned from the previous call to the accounts.filterSets.list method.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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