Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Country |
Country.clone() |
Country |
Country.set(String fieldName,
Object value) |
Country |
Country.setCountryCode(String countryCode)
Country code.
|
Country |
Country.setDartId(Long dartId)
DART ID of this country.
|
Country |
Country.setKind(String kind)
Identifies what kind of resource this is.
|
Country |
Country.setName(String name)
Name of this country.
|
Country |
Country.setSslEnabled(Boolean sslEnabled)
Whether ad serving supports secure servers in this country.
|
Modifier and Type | Method and Description |
---|---|
List<Country> |
GeoTargeting.getCountries()
Countries to be targeted or excluded from targeting, depending on the setting of the
excludeCountries field.
|
List<Country> |
CountriesListResponse.getCountries()
Country collection.
|
Modifier and Type | Method and Description |
---|---|
GeoTargeting |
GeoTargeting.setCountries(List<Country> countries)
Countries to be targeted or excluded from targeting, depending on the setting of the
excludeCountries field.
|
CountriesListResponse |
CountriesListResponse.setCountries(List<Country> countries)
Country collection.
|
Copyright © 2011–2025 Google. All rights reserved.