| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Sizes.Insert |
Dfareporting.Sizes.insert(Long profileId,
Size content)
Inserts a new size.
|
| Constructor and Description |
|---|
Insert(Long profileId,
Size content)
Inserts a new size.
|
| Modifier and Type | Method and Description |
|---|---|
Size |
Size.clone() |
Size |
CreativeAsset.getCollapsedSize()
Size of an asset when collapsed.
|
Size |
PopupWindowProperties.getDimension()
Popup dimension for a creative.
|
Size |
CreativeAsset.getExpandedDimension()
Detected expanded dimension for video asset.
|
Size |
VideoFormat.getResolution()
The resolution of this video format.
|
Size |
ObaIcon.getSize()
OBA icon size.
|
Size |
Creative.getSize()
Size associated with this creative.
|
Size |
Ad.getSize()
Size of this ad.
|
Size |
CreativeAsset.getSize()
Size associated with this creative asset.
|
Size |
Placement.getSize()
Size associated with this placement.
|
Size |
Size.set(String fieldName,
Object value) |
Size |
Size.setHeight(Integer height)
Height of this size.
|
Size |
Size.setIab(Boolean iab)
IAB standard size.
|
Size |
Size.setId(Long id)
ID of this size.
|
Size |
Size.setKind(String kind)
Identifies what kind of resource this is.
|
Size |
Size.setWidth(Integer width)
Width of this size.
|
| Modifier and Type | Method and Description |
|---|---|
List<Size> |
Creative.getAdditionalSizes()
Additional sizes associated with a responsive creative.
|
List<Size> |
CreativeAsset.getAdditionalSizes()
Additional sizes associated with this creative asset.
|
List<Size> |
Placement.getAdditionalSizes()
Additional sizes associated with this placement.
|
List<Size> |
SiteCompanionSetting.getEnabledSizes()
Allowlist of companion sizes to be served via this site template.
|
List<Size> |
CompanionSetting.getEnabledSizes()
Allowlist of companion sizes to be served to this placement.
|
List<Size> |
SizesListResponse.getSizes()
Size collection.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeAsset |
CreativeAsset.setCollapsedSize(Size collapsedSize)
Size of an asset when collapsed.
|
PopupWindowProperties |
PopupWindowProperties.setDimension(Size dimension)
Popup dimension for a creative.
|
CreativeAsset |
CreativeAsset.setExpandedDimension(Size expandedDimension)
Detected expanded dimension for video asset.
|
VideoFormat |
VideoFormat.setResolution(Size resolution)
The resolution of this video format.
|
ObaIcon |
ObaIcon.setSize(Size size)
OBA icon size.
|
Creative |
Creative.setSize(Size size)
Size associated with this creative.
|
Ad |
Ad.setSize(Size size)
Size of this ad.
|
CreativeAsset |
CreativeAsset.setSize(Size size)
Size associated with this creative asset.
|
Placement |
Placement.setSize(Size size)
Size associated with this placement.
|
| Modifier and Type | Method and Description |
|---|---|
Creative |
Creative.setAdditionalSizes(List<Size> additionalSizes)
Additional sizes associated with a responsive creative.
|
CreativeAsset |
CreativeAsset.setAdditionalSizes(List<Size> additionalSizes)
Additional sizes associated with this creative asset.
|
Placement |
Placement.setAdditionalSizes(List<Size> additionalSizes)
Additional sizes associated with this placement.
|
SiteCompanionSetting |
SiteCompanionSetting.setEnabledSizes(List<Size> enabledSizes)
Allowlist of companion sizes to be served via this site template.
|
CompanionSetting |
CompanionSetting.setEnabledSizes(List<Size> enabledSizes)
Allowlist of companion sizes to be served to this placement.
|
SizesListResponse |
SizesListResponse.setSizes(List<Size> sizes)
Size collection.
|
Copyright © 2011–2023 Google. All rights reserved.