| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
AdSize |
AdSize.clone() |
AdSize |
CreativeSpecification.getCreativeSize()
The size of the creative.
|
AdSize |
AdSize.set(String fieldName,
Object value) |
AdSize |
AdSize.setHeight(Long height)
The height of the ad slot in pixels.
|
AdSize |
AdSize.setSizeType(String sizeType)
The size type of the ad slot.
|
AdSize |
AdSize.setWidth(Long width)
The width of the ad slot in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdSize> |
CreativeSpecification.getCreativeCompanionSizes()
Companion sizes may be filled in only when this is a video creative.
|
List<AdSize> |
InventorySizeTargeting.getExcludedInventorySizes()
A list of inventory sizes to be excluded.
|
List<AdSize> |
InventorySizeTargeting.getTargetedInventorySizes()
A list of inventory sizes to be included.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeSpecification |
CreativeSpecification.setCreativeSize(AdSize creativeSize)
The size of the creative.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeSpecification |
CreativeSpecification.setCreativeCompanionSizes(List<AdSize> creativeCompanionSizes)
Companion sizes may be filled in only when this is a video creative.
|
InventorySizeTargeting |
InventorySizeTargeting.setExcludedInventorySizes(List<AdSize> excludedInventorySizes)
A list of inventory sizes to be excluded.
|
InventorySizeTargeting |
InventorySizeTargeting.setTargetedInventorySizes(List<AdSize> targetedInventorySizes)
A list of inventory sizes to be included.
|
Copyright © 2011–2021 Google. All rights reserved.