cloudPubsubTopic = $cloudPubsubTopic; } /** * @return CloudPubsubTopic */ public function getCloudPubsubTopic() { return $this->cloudPubsubTopic; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Notification::class, 'Google_Service_AlertCenter_Notification');