event = $event; } /** * @return string */ public function getEvent() { return $this->event; } /** * @param GooglePrivacyDlpV2FileStoreDataProfile */ public function setFileStoreProfile(GooglePrivacyDlpV2FileStoreDataProfile $fileStoreProfile) { $this->fileStoreProfile = $fileStoreProfile; } /** * @return GooglePrivacyDlpV2FileStoreDataProfile */ public function getFileStoreProfile() { return $this->fileStoreProfile; } /** * @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');