| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v2 | |
| com.google.api.services.displayvideo.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.NegativeKeywordLists.Create |
DisplayVideo.Advertisers.NegativeKeywordLists.create(Long advertiserId,
NegativeKeywordList content)
Creates a new negative keyword list.
|
DisplayVideo.Advertisers.NegativeKeywordLists.Patch |
DisplayVideo.Advertisers.NegativeKeywordLists.patch(Long advertiserId,
Long negativeKeywordListId,
NegativeKeywordList content)
Updates a negative keyword list.
|
| Constructor and Description |
|---|
Create(Long advertiserId,
NegativeKeywordList content)
Creates a new negative keyword list.
|
Patch(Long advertiserId,
Long negativeKeywordListId,
NegativeKeywordList content)
Updates a negative keyword list.
|
| Modifier and Type | Method and Description |
|---|---|
NegativeKeywordList |
NegativeKeywordList.clone() |
NegativeKeywordList |
NegativeKeywordList.set(String fieldName,
Object value) |
NegativeKeywordList |
NegativeKeywordList.setAdvertiserId(Long advertiserId)
Output only.
|
NegativeKeywordList |
NegativeKeywordList.setDisplayName(String displayName)
Required.
|
NegativeKeywordList |
NegativeKeywordList.setName(String name)
Output only.
|
NegativeKeywordList |
NegativeKeywordList.setNegativeKeywordListId(Long negativeKeywordListId)
Output only.
|
NegativeKeywordList |
NegativeKeywordList.setTargetedLineItemCount(Long targetedLineItemCount)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<NegativeKeywordList> |
ListNegativeKeywordListsResponse.getNegativeKeywordLists()
The list of negative keyword lists.
|
| Modifier and Type | Method and Description |
|---|---|
ListNegativeKeywordListsResponse |
ListNegativeKeywordListsResponse.setNegativeKeywordLists(List<NegativeKeywordList> negativeKeywordLists)
The list of negative keyword lists.
|
Copyright © 2011–2026 Google. All rights reserved.