BiddersFilterSetsResource class
Constructors
- BiddersFilterSetsResource(ApiRequester client)
Properties
- bidMetrics → BiddersFilterSetsBidMetricsResource
-
no setter
- bidResponseErrors → BiddersFilterSetsBidResponseErrorsResource
-
no setter
- bidResponsesWithoutBids → BiddersFilterSetsBidResponsesWithoutBidsResource
-
no setter
- filteredBidRequests → BiddersFilterSetsFilteredBidRequestsResource
-
no setter
- filteredBids → BiddersFilterSetsFilteredBidsResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- impressionMetrics → BiddersFilterSetsImpressionMetricsResource
-
no setter
- losingBids → BiddersFilterSetsLosingBidsResource
-
no setter
- nonBillableWinningBids → BiddersFilterSetsNonBillableWinningBidsResource
-
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