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