public class AdExchangeBuyerII.Bidders.FilterSets extends Object
| Constructor and Description |
|---|
FilterSets() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Bidders.FilterSets.BidMetrics |
bidMetrics()
An accessor for creating requests from the BidMetrics collection.
|
AdExchangeBuyerII.Bidders.FilterSets.BidResponseErrors |
bidResponseErrors()
An accessor for creating requests from the BidResponseErrors collection.
|
AdExchangeBuyerII.Bidders.FilterSets.BidResponsesWithoutBids |
bidResponsesWithoutBids()
An accessor for creating requests from the BidResponsesWithoutBids collection.
|
AdExchangeBuyerII.Bidders.FilterSets.Create |
create(String ownerName,
FilterSet content)
Creates the specified filter set for the account with the given account ID.
|
AdExchangeBuyerII.Bidders.FilterSets.Delete |
delete(String name)
Deletes the requested filter set from the account with the given account ID.
|
AdExchangeBuyerII.Bidders.FilterSets.FilteredBidRequests |
filteredBidRequests()
An accessor for creating requests from the FilteredBidRequests collection.
|
AdExchangeBuyerII.Bidders.FilterSets.FilteredBids |
filteredBids()
An accessor for creating requests from the FilteredBids collection.
|
AdExchangeBuyerII.Bidders.FilterSets.Get |
get(String name)
Retrieves the requested filter set for the account with the given account ID.
|
AdExchangeBuyerII.Bidders.FilterSets.ImpressionMetrics |
impressionMetrics()
An accessor for creating requests from the ImpressionMetrics collection.
|
AdExchangeBuyerII.Bidders.FilterSets.List |
list(String ownerName)
Lists all filter sets for the account with the given account ID.
|
AdExchangeBuyerII.Bidders.FilterSets.LosingBids |
losingBids()
An accessor for creating requests from the LosingBids collection.
|
AdExchangeBuyerII.Bidders.FilterSets.NonBillableWinningBids |
nonBillableWinningBids()
An accessor for creating requests from the NonBillableWinningBids collection.
|
public AdExchangeBuyerII.Bidders.FilterSets.Create create(String ownerName, FilterSet content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.ownerName - Name of the owner (bidder or account) of the filter set to be created. 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`content - the FilterSetIOExceptionpublic AdExchangeBuyerII.Bidders.FilterSets.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Full name of the resource to delete. 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`IOExceptionpublic AdExchangeBuyerII.Bidders.FilterSets.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Full name of the resource being requested. 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`IOExceptionpublic AdExchangeBuyerII.Bidders.FilterSets.List list(String ownerName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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`IOExceptionpublic AdExchangeBuyerII.Bidders.FilterSets.BidMetrics bidMetrics()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.BidMetrics.List request = adexchangebuyer2.bidMetrics().list(parameters ...)
public AdExchangeBuyerII.Bidders.FilterSets.BidResponseErrors bidResponseErrors()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.BidResponseErrors.List request = adexchangebuyer2.bidResponseErrors().list(parameters ...)
public AdExchangeBuyerII.Bidders.FilterSets.BidResponsesWithoutBids bidResponsesWithoutBids()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.BidResponsesWithoutBids.List request = adexchangebuyer2.bidResponsesWithoutBids().list(parameters ...)
public AdExchangeBuyerII.Bidders.FilterSets.FilteredBidRequests filteredBidRequests()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.FilteredBidRequests.List request = adexchangebuyer2.filteredBidRequests().list(parameters ...)
public AdExchangeBuyerII.Bidders.FilterSets.FilteredBids filteredBids()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.FilteredBids.List request = adexchangebuyer2.filteredBids().list(parameters ...)
public AdExchangeBuyerII.Bidders.FilterSets.ImpressionMetrics impressionMetrics()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.ImpressionMetrics.List request = adexchangebuyer2.impressionMetrics().list(parameters ...)
public AdExchangeBuyerII.Bidders.FilterSets.LosingBids losingBids()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.LosingBids.List request = adexchangebuyer2.losingBids().list(parameters ...)
public AdExchangeBuyerII.Bidders.FilterSets.NonBillableWinningBids nonBillableWinningBids()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.NonBillableWinningBids.List request = adexchangebuyer2.nonBillableWinningBids().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.