event = $event; } /** * @return string */ public function getEvent() { return $this->event; } /** * @param GooglePrivacyDlpV2TableDataProfile */ public function setProfile(GooglePrivacyDlpV2TableDataProfile $profile) { $this->profile = $profile; } /** * @return GooglePrivacyDlpV2TableDataProfile */ public function getProfile() { return $this->profile; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DataProfilePubSubMessage::class, 'Google_Service_DLP_GooglePrivacyDlpV2DataProfilePubSubMessage');