topicName = $topicName; } /** * @return string */ public function getTopicName() { return $this->topicName; } /** * @param string */ public function setTrafficType($trafficType) { $this->trafficType = $trafficType; } /** * @return string */ public function getTrafficType() { return $this->trafficType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TrawlerMultiverseClientIdentifier::class, 'Google_Service_Contentwarehouse_TrawlerMultiverseClientIdentifier');