Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Metro |
Metro.clone() |
Metro |
Metro.set(String fieldName,
Object value) |
Metro |
Metro.setCountryCode(String countryCode)
Country code of the country to which this metro region belongs.
|
Metro |
Metro.setCountryDartId(Long countryDartId)
DART ID of the country to which this metro region belongs.
|
Metro |
Metro.setDartId(Long dartId)
DART ID of this metro region.
|
Metro |
Metro.setDmaId(Long dmaId)
DMA ID of this metro region.
|
Metro |
Metro.setKind(String kind)
Identifies what kind of resource this is.
|
Metro |
Metro.setMetroCode(String metroCode)
Metro code of this metro region.
|
Metro |
Metro.setName(String name)
Name of this metro region.
|
Modifier and Type | Method and Description |
---|---|
List<Metro> |
MetrosListResponse.getMetros()
Metro collection.
|
List<Metro> |
GeoTargeting.getMetros()
Metros to be targeted.
|
Modifier and Type | Method and Description |
---|---|
MetrosListResponse |
MetrosListResponse.setMetros(List<Metro> metros)
Metro collection.
|
GeoTargeting |
GeoTargeting.setMetros(List<Metro> metros)
Metros to be targeted.
|
Copyright © 2011–2025 Google. All rights reserved.