detailOfMessage = $detailOfMessage; } /** * @return string */ public function getDetailOfMessage() { return $this->detailOfMessage; } /** * @param string */ public function setEvent($event) { $this->event = $event; } /** * @return string */ public function getEvent() { return $this->event; } /** * @param GooglePrivacyDlpV2DataProfilePubSubCondition */ public function setPubsubCondition(GooglePrivacyDlpV2DataProfilePubSubCondition $pubsubCondition) { $this->pubsubCondition = $pubsubCondition; } /** * @return GooglePrivacyDlpV2DataProfilePubSubCondition */ public function getPubsubCondition() { return $this->pubsubCondition; } /** * @param string */ 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(GooglePrivacyDlpV2PubSubNotification::class, 'Google_Service_DLP_GooglePrivacyDlpV2PubSubNotification');