Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Region |
Region.clone() |
Region |
Region.set(String fieldName,
Object value) |
Region |
Region.setCountryCode(String countryCode)
Country code of the country to which this region belongs.
|
Region |
Region.setCountryDartId(Long countryDartId)
DART ID of the country to which this region belongs.
|
Region |
Region.setDartId(Long dartId)
DART ID of this region.
|
Region |
Region.setKind(String kind)
Identifies what kind of resource this is.
|
Region |
Region.setName(String name)
Name of this region.
|
Region |
Region.setRegionCode(String regionCode)
Region code.
|
Modifier and Type | Method and Description |
---|---|
List<Region> |
GeoTargeting.getRegions()
Regions to be targeted.
|
List<Region> |
RegionsListResponse.getRegions()
Region collection.
|
Modifier and Type | Method and Description |
---|---|
GeoTargeting |
GeoTargeting.setRegions(List<Region> regions)
Regions to be targeted.
|
RegionsListResponse |
RegionsListResponse.setRegions(List<Region> regions)
Region collection.
|
Copyright © 2011–2025 Google. All rights reserved.