audioOnly = $audioOnly; } /** * @return bool */ public function getAudioOnly() { return $this->audioOnly; } /** * @param ImageRepositoryContentBasedVideoMetadata */ public function setContentBasedMetadata(ImageRepositoryContentBasedVideoMetadata $contentBasedMetadata) { $this->contentBasedMetadata = $contentBasedMetadata; } /** * @return ImageRepositoryContentBasedVideoMetadata */ public function getContentBasedMetadata() { return $this->contentBasedMetadata; } /** * @param ImageMoosedogCrawlState */ public function setCrawlState(ImageMoosedogCrawlState $crawlState) { $this->crawlState = $crawlState; } /** * @return ImageMoosedogCrawlState */ public function getCrawlState() { return $this->crawlState; } /** * @param string */ public function setFirstCrawlTimestampSec($firstCrawlTimestampSec) { $this->firstCrawlTimestampSec = $firstCrawlTimestampSec; } /** * @return string */ public function getFirstCrawlTimestampSec() { return $this->firstCrawlTimestampSec; } /** * @param string */ public function setFirstProcessingTimestampSec($firstProcessingTimestampSec) { $this->firstProcessingTimestampSec = $firstProcessingTimestampSec; } /** * @return string */ public function getFirstProcessingTimestampSec() { return $this->firstProcessingTimestampSec; } /** * @param VideoCrawlVideoInlinePlaybackMetadata */ public function setInlinePlayback(VideoCrawlVideoInlinePlaybackMetadata $inlinePlayback) { $this->inlinePlayback = $inlinePlayback; } /** * @return VideoCrawlVideoInlinePlaybackMetadata */ public function getInlinePlayback() { return $this->inlinePlayback; } /** * @param string */ public function setLastCrawlRequestTimestampSec($lastCrawlRequestTimestampSec) { $this->lastCrawlRequestTimestampSec = $lastCrawlRequestTimestampSec; } /** * @return string */ public function getLastCrawlRequestTimestampSec() { return $this->lastCrawlRequestTimestampSec; } /** * @param string */ public function setLastProcessingTimestampSec($lastProcessingTimestampSec) { $this->lastProcessingTimestampSec = $lastProcessingTimestampSec; } /** * @return string */ public function getLastProcessingTimestampSec() { return $this->lastProcessingTimestampSec; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageRepositoryVideoProperties::class, 'Google_Service_Contentwarehouse_ImageRepositoryVideoProperties');