Show / Hide Table of Contents

Class BuyersResource.FilterSetsResource.BidResponsesWithoutBidsResource.ListRequest

List all reasons for which bid responses were considered to have no applicable bids, with the number of bid responses affected for each reason.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

FilterSetName

Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: bidders/123/filterSets/abc - For an account-level filter set for the buyer account representing bidder 123: bidders/123/accounts/123/filterSets/abc - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: bidders/123/accounts/456/filterSets/abc

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

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 ListBidResponsesWithoutBidsResponse.nextPageToken returned from the previous call to the bidResponsesWithoutBids.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<ListBidResponsesWithoutBidsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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