pubsubTopicName = $pubsubTopicName; } /** * @return string */ public function getPubsubTopicName() { return $this->pubsubTopicName; } /** * @param string */ public function setSubfolderMatches($subfolderMatches) { $this->subfolderMatches = $subfolderMatches; } /** * @return string */ public function getSubfolderMatches() { return $this->subfolderMatches; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventNotificationConfig::class, 'Google_Service_CloudIot_EventNotificationConfig');