cacheExpireTimestampUsec = $cacheExpireTimestampUsec; } /** * @return string */ public function getCacheExpireTimestampUsec() { return $this->cacheExpireTimestampUsec; } /** * @param int */ public function setCrawledSimhashDistance($crawledSimhashDistance) { $this->crawledSimhashDistance = $crawledSimhashDistance; } /** * @return int */ public function getCrawledSimhashDistance() { return $this->crawledSimhashDistance; } /** * @param string */ public function setLastRenderedTimestampUsec($lastRenderedTimestampUsec) { $this->lastRenderedTimestampUsec = $lastRenderedTimestampUsec; } /** * @return string */ public function getLastRenderedTimestampUsec() { return $this->lastRenderedTimestampUsec; } /** * @param string */ public function setRenderCache($renderCache) { $this->renderCache = $renderCache; } /** * @return string */ public function getRenderCache() { return $this->renderCache; } /** * @param int */ public function setRenderedSimhashDistance($renderedSimhashDistance) { $this->renderedSimhashDistance = $renderedSimhashDistance; } /** * @return int */ public function getRenderedSimhashDistance() { return $this->renderedSimhashDistance; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingEmbeddedContentRenderCacheStats::class, 'Google_Service_Contentwarehouse_IndexingEmbeddedContentRenderCacheStats');