| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v3.model |
| Modifier and Type | Method and Description |
|---|---|
ImageAsset |
ImageAsset.clone() |
ImageAsset |
DemandGenVideoAd.getCompanionBanner()
Optional.
|
ImageAsset |
CommonInStreamAttribute.getCompanionBanner()
The image which shows next to the video ad.
|
ImageAsset |
DemandGenVideoAd.getLogo()
Required.
|
ImageAsset |
DemandGenProductAd.getLogo()
Required.
|
ImageAsset |
DemandGenCarouselAd.getLogo()
Required.
|
ImageAsset |
CarouselCard.getMarketingImage()
Optional.
|
ImageAsset |
CarouselCard.getPortraitMarketingImage()
Optional.
|
ImageAsset |
CarouselCard.getSquareMarketingImage()
Optional.
|
ImageAsset |
ImageAsset.set(String fieldName,
Object value) |
ImageAsset |
ImageAsset.setAssetId(Long assetId)
Required.
|
ImageAsset |
ImageAsset.setFileSize(Long fileSize)
Output only.
|
ImageAsset |
ImageAsset.setFullSize(Dimensions fullSize)
Output only.
|
ImageAsset |
ImageAsset.setMimeType(String mimeType)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageAsset> |
VideoPerformanceAd.getCompanionBanners()
The list of companion banners used by this ad.
|
List<ImageAsset> |
DemandGenImageAd.getLogoImages()
The list of logo images shown on the ad.
|
List<ImageAsset> |
DemandGenImageAd.getMarketingImages()
The list of marketing images shown on the ad.
|
List<ImageAsset> |
DemandGenImageAd.getPortraitMarketingImages()
The list of portrait marketing images shown on the ad.
|
List<ImageAsset> |
DemandGenImageAd.getSquareMarketingImages()
The list of square marketing images shown on the ad.
|
| Modifier and Type | Method and Description |
|---|---|
DemandGenVideoAd |
DemandGenVideoAd.setCompanionBanner(ImageAsset companionBanner)
Optional.
|
CommonInStreamAttribute |
CommonInStreamAttribute.setCompanionBanner(ImageAsset companionBanner)
The image which shows next to the video ad.
|
DemandGenVideoAd |
DemandGenVideoAd.setLogo(ImageAsset logo)
Required.
|
DemandGenProductAd |
DemandGenProductAd.setLogo(ImageAsset logo)
Required.
|
DemandGenCarouselAd |
DemandGenCarouselAd.setLogo(ImageAsset logo)
Required.
|
CarouselCard |
CarouselCard.setMarketingImage(ImageAsset marketingImage)
Optional.
|
CarouselCard |
CarouselCard.setPortraitMarketingImage(ImageAsset portraitMarketingImage)
Optional.
|
CarouselCard |
CarouselCard.setSquareMarketingImage(ImageAsset squareMarketingImage)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
VideoPerformanceAd |
VideoPerformanceAd.setCompanionBanners(List<ImageAsset> companionBanners)
The list of companion banners used by this ad.
|
DemandGenImageAd |
DemandGenImageAd.setLogoImages(List<ImageAsset> logoImages)
The list of logo images shown on the ad.
|
DemandGenImageAd |
DemandGenImageAd.setMarketingImages(List<ImageAsset> marketingImages)
The list of marketing images shown on the ad.
|
DemandGenImageAd |
DemandGenImageAd.setPortraitMarketingImages(List<ImageAsset> portraitMarketingImages)
The list of portrait marketing images shown on the ad.
|
DemandGenImageAd |
DemandGenImageAd.setSquareMarketingImages(List<ImageAsset> squareMarketingImages)
The list of square marketing images shown on the ad.
|
Copyright © 2011–2026 Google. All rights reserved.