topicState = $topicState; } /** * @return TopicState */ public function getTopicState() { return $this->topicState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TopicStateUpdate::class, 'Google_Service_CloudSearch_TopicStateUpdate');