| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v4 | |
| com.google.api.services.displayvideo.v4.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.Create |
DisplayVideo.Advertisers.NegativeKeywordLists.NegativeKeywords.create(Long advertiserId,
Long negativeKeywordListId,
NegativeKeyword content)
Creates a negative keyword in a negative keyword list.
|
| Constructor and Description |
|---|
Create(Long advertiserId,
Long negativeKeywordListId,
NegativeKeyword content)
Creates a negative keyword in a negative keyword list.
|
| Modifier and Type | Method and Description |
|---|---|
NegativeKeyword |
NegativeKeyword.clone() |
NegativeKeyword |
NegativeKeyword.set(String fieldName,
Object value) |
NegativeKeyword |
NegativeKeyword.setKeywordValue(String keywordValue)
Required.
|
NegativeKeyword |
NegativeKeyword.setName(String name)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<NegativeKeyword> |
BulkEditNegativeKeywordsRequest.getCreatedNegativeKeywords()
The negative keywords to create in batch, specified as a list of NegativeKeywords.
|
List<NegativeKeyword> |
ReplaceNegativeKeywordsResponse.getNegativeKeywords()
The full list of negative keywords now present in the negative keyword list.
|
List<NegativeKeyword> |
ListNegativeKeywordsResponse.getNegativeKeywords()
The list of negative keywords.
|
List<NegativeKeyword> |
BulkEditNegativeKeywordsResponse.getNegativeKeywords()
The list of negative keywords that have been successfully created.
|
List<NegativeKeyword> |
ReplaceNegativeKeywordsRequest.getNewNegativeKeywords()
The negative keywords that will replace the existing keywords in the negative keyword list,
specified as a list of NegativeKeywords.
|
| Modifier and Type | Method and Description |
|---|---|
BulkEditNegativeKeywordsRequest |
BulkEditNegativeKeywordsRequest.setCreatedNegativeKeywords(List<NegativeKeyword> createdNegativeKeywords)
The negative keywords to create in batch, specified as a list of NegativeKeywords.
|
ReplaceNegativeKeywordsResponse |
ReplaceNegativeKeywordsResponse.setNegativeKeywords(List<NegativeKeyword> negativeKeywords)
The full list of negative keywords now present in the negative keyword list.
|
ListNegativeKeywordsResponse |
ListNegativeKeywordsResponse.setNegativeKeywords(List<NegativeKeyword> negativeKeywords)
The list of negative keywords.
|
BulkEditNegativeKeywordsResponse |
BulkEditNegativeKeywordsResponse.setNegativeKeywords(List<NegativeKeyword> negativeKeywords)
The list of negative keywords that have been successfully created.
|
ReplaceNegativeKeywordsRequest |
ReplaceNegativeKeywordsRequest.setNewNegativeKeywords(List<NegativeKeyword> newNegativeKeywords)
The negative keywords that will replace the existing keywords in the negative keyword list,
specified as a list of NegativeKeywords.
|
Copyright © 2011–2026 Google. All rights reserved.