topicId = $topicId; } /** * @return TopicId */ public function getTopicId() { return $this->topicId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MessageParentId::class, 'Google_Service_CloudSearch_MessageParentId');