AdvertisersNegativeKeywordListsNegativeKeywordsResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
bulkEdit(BulkEditNegativeKeywordsRequest request, String advertiserId, String negativeKeywordListId, {String $fields})
→ Future<BulkEditNegativeKeywordsResponse>
-
Bulk edits negative keywords in a single negative keyword list. The
operation will delete the negative keywords provided in
BulkEditNegativeKeywordsRequest.deleted_negative_keywords and then create
the negative keywords provided in
BulkEditNegativeKeywordsRequest.created_negative_keywords. This operation
is guaranteed to be atomic and will never result in a partial success or
partial failure. [...]
-
create(NegativeKeyword request, String advertiserId, String negativeKeywordListId, {String $fields})
→ Future<NegativeKeyword>
-
Creates a negative keyword in a negative keyword list. [...]
-
delete(String advertiserId, String negativeKeywordListId, String keywordValue, {String $fields})
→ Future<Empty>
-
Deletes a negative keyword from a negative keyword list. [...]
-
list(String advertiserId, String negativeKeywordListId, {String orderBy, String filter, int pageSize, String pageToken, String $fields})
→ Future<ListNegativeKeywordsResponse>
-
Lists negative keywords in a negative keyword list. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited