counter = $counter; } /** * @return IndexingEmbeddedContentFetchHostCountCounter[] */ public function getCounter() { return $this->counter; } /** * @param string */ public function setHost($host) { $this->host = $host; } /** * @return string */ public function getHost() { return $this->host; } /** * @param int */ public function setNum($num) { $this->num = $num; } /** * @return int */ public function getNum() { return $this->num; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingEmbeddedContentFetchHostCount::class, 'Google_Service_Contentwarehouse_IndexingEmbeddedContentFetchHostCount');