BiddersAccountsFilterSetsResource class
Constructors
- BiddersAccountsFilterSetsResource(ApiRequester client)
Properties
- bidMetrics → BiddersAccountsFilterSetsBidMetricsResource
-
no setter
- bidResponseErrors → BiddersAccountsFilterSetsBidResponseErrorsResource
-
no setter
- bidResponsesWithoutBids → BiddersAccountsFilterSetsBidResponsesWithoutBidsResource
-
no setter
- filteredBidRequests → BiddersAccountsFilterSetsFilteredBidRequestsResource
-
no setter
- filteredBids → BiddersAccountsFilterSetsFilteredBidsResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- impressionMetrics → BiddersAccountsFilterSetsImpressionMetricsResource
-
no setter
- losingBids → BiddersAccountsFilterSetsLosingBidsResource
-
no setter
- nonBillableWinningBids → BiddersAccountsFilterSetsNonBillableWinningBidsResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
FilterSet request, String ownerName, {bool? isTransient, String? $fields}) → Future< FilterSet> - Creates the specified filter set for the account with the given account ID.
-
delete(
String name, {String? $fields}) → Future< Empty> - Deletes the requested filter set from the account with the given account ID.
-
get(
String name, {String? $fields}) → Future< FilterSet> - Retrieves the requested filter set for the account with the given account ID.
-
list(
String ownerName, {int? pageSize, String? pageToken, String? $fields}) → Future< ListFilterSetsResponse> - Lists all filter sets for the account with the given account ID.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited