public class VideoRedirectCreative extends BaseVideoCreative
Creative that contains externally hosted video ads and
is served via VAST XML.
Java class for VideoRedirectCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoRedirectCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}BaseVideoCreative">
<sequence>
<element name="videoAssets" type="{https://www.google.com/apis/ads/publisher/v201708}VideoRedirectAsset" maxOccurs="unbounded" minOccurs="0"/>
<element name="mezzanineFile" type="{https://www.google.com/apis/ads/publisher/v201708}VideoRedirectAsset" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VideoRedirectAsset |
mezzanineFile |
protected List<VideoRedirectAsset> |
videoAssets |
allowDurationOverride, companionCreativeIds, customParameters, duration, skippableAdType, sslManualOverride, sslScanResult, trackingUrls, vastPreviewUrldestinationUrl, destinationUrlTypeadvertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
VideoRedirectCreative() |
| Modifier and Type | Method and Description |
|---|---|
VideoRedirectAsset |
getMezzanineFile()
Gets the value of the mezzanineFile property.
|
List<VideoRedirectAsset> |
getVideoAssets()
Gets the value of the videoAssets property.
|
void |
setMezzanineFile(VideoRedirectAsset value)
Sets the value of the mezzanineFile property.
|
getCompanionCreativeIds, getCustomParameters, getDuration, getSkippableAdType, getSslManualOverride, getSslScanResult, getTrackingUrls, getVastPreviewUrl, isAllowDurationOverride, setAllowDurationOverride, setCustomParameters, setDuration, setSkippableAdType, setSslManualOverride, setSslScanResult, setVastPreviewUrlgetDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected List<VideoRedirectAsset> videoAssets
protected VideoRedirectAsset mezzanineFile
public List<VideoRedirectAsset> getVideoAssets()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the videoAssets property.
For example, to add a new item, do as follows:
getVideoAssets().add(newItem);
Objects of the following type(s) are allowed in the list
VideoRedirectAsset
public VideoRedirectAsset getMezzanineFile()
VideoRedirectAssetpublic void setMezzanineFile(VideoRedirectAsset value)
value - allowed object is
VideoRedirectAssetCopyright © 2018. All Rights Reserved.