enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * Required. The resource name of the Pub/Sub topic. Format: * projects/{project_id}/topics/{topic_id} * * @param string $topic */ public function setTopic($topic) { $this->topic = $topic; } /** * @return string */ public function getTopic() { return $this->topic; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventPublishConfig::class, 'Google_Service_DataFusion_EventPublishConfig');