BiddersFilterSets
class BiddersFilterSets extends Resource (View source)
The "filterSets" collection of methods.
Typical usage is:
$adexchangebuyer2Service = new Google\Service\AdExchangeBuyerII(...);
$filterSets = $adexchangebuyer2Service->bidders_filterSets;
Methods
delete(string $name, array $optParams = [])
Deletes the requested filter set from the account with the given account ID.
get(string $name, array $optParams = [])
Retrieves the requested filter set for the account with the given account ID.
listBiddersFilterSets(string $ownerName, array $optParams = [])
Lists all filter sets for the account with the given account ID.
Details
FilterSet
create(string $ownerName, FilterSet $postBody, array $optParams = [])
Creates the specified filter set for the account with the given account ID.
(filterSets.create)
Adexchangebuyer2Empty
delete(string $name, array $optParams = [])
Deletes the requested filter set from the account with the given account ID.
(filterSets.delete)
FilterSet
get(string $name, array $optParams = [])
Retrieves the requested filter set for the account with the given account ID.
(filterSets.get)
ListFilterSetsResponse
listBiddersFilterSets(string $ownerName, array $optParams = [])
Lists all filter sets for the account with the given account ID.
(filterSets.listBiddersFilterSets)