cloudTopicName = $cloudTopicName; } /** * @return string */ public function getCloudTopicName() { return $this->cloudTopicName; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string[] */ public function setRegisteredEvents($registeredEvents) { $this->registeredEvents = $registeredEvents; } /** * @return string[] */ public function getRegisteredEvents() { return $this->registeredEvents; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PubsubNotificationSettings::class, 'Google_Service_ShoppingContent_PubsubNotificationSettings');