Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
DatafeedTarget |
DatafeedTarget.clone() |
DatafeedTarget |
DatafeedTarget.set(String fieldName,
Object value) |
DatafeedTarget |
DatafeedTarget.setCountry(String country)
Deprecated.
|
DatafeedTarget |
DatafeedTarget.setExcludedDestinations(List<String> excludedDestinations)
The list of [destinations to exclude](//support.google.com/merchants/answer/6324486) for this
target (corresponds to cleared check boxes in Merchant Center).
|
DatafeedTarget |
DatafeedTarget.setFeedLabel(String feedLabel)
Feed label for the DatafeedTarget.
|
DatafeedTarget |
DatafeedTarget.setIncludedDestinations(List<String> includedDestinations)
The list of [destinations to include](//support.google.com/merchants/answer/7501026) for this
target (corresponds to checked check boxes in Merchant Center).
|
DatafeedTarget |
DatafeedTarget.setLanguage(String language)
The two-letter ISO 639-1 language of the items in the feed.
|
DatafeedTarget |
DatafeedTarget.setTargetCountries(List<String> targetCountries)
The countries where the items may be displayed.
|
Modifier and Type | Method and Description |
---|---|
List<DatafeedTarget> |
Datafeed.getTargets()
The targets this feed should apply to (country, language, destinations).
|
Modifier and Type | Method and Description |
---|---|
Datafeed |
Datafeed.setTargets(List<DatafeedTarget> targets)
The targets this feed should apply to (country, language, destinations).
|
Copyright © 2011–2024 Google. All rights reserved.