details = $details; } /** * @return IndexingMobileInterstitialsProtoDesktopInterstitialsDetails[] */ public function getDetails() { return $this->details; } /** * @param string */ public function setPipelineEpoch($pipelineEpoch) { $this->pipelineEpoch = $pipelineEpoch; } /** * @return string */ public function getPipelineEpoch() { return $this->pipelineEpoch; } /** * @param string */ public function setPipelinePattern($pipelinePattern) { $this->pipelinePattern = $pipelinePattern; } /** * @return string */ public function getPipelinePattern() { return $this->pipelinePattern; } /** * @param IndexingUrlPatternUrlTreeUrlTree */ public function setUrlTree(IndexingUrlPatternUrlTreeUrlTree $urlTree) { $this->urlTree = $urlTree; } /** * @return IndexingUrlPatternUrlTreeUrlTree */ public function getUrlTree() { return $this->urlTree; } /** * @param bool */ public function setViolatesDesktopInterstitialPolicy($violatesDesktopInterstitialPolicy) { $this->violatesDesktopInterstitialPolicy = $violatesDesktopInterstitialPolicy; } /** * @return bool */ public function getViolatesDesktopInterstitialPolicy() { return $this->violatesDesktopInterstitialPolicy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingMobileInterstitialsProtoDesktopInterstitials::class, 'Google_Service_Contentwarehouse_IndexingMobileInterstitialsProtoDesktopInterstitials');