hotwordRegex = $hotwordRegex; } /** * @return GooglePrivacyDlpV2Regex */ public function getHotwordRegex() { return $this->hotwordRegex; } /** * @param GooglePrivacyDlpV2Proximity */ public function setProximity(GooglePrivacyDlpV2Proximity $proximity) { $this->proximity = $proximity; } /** * @return GooglePrivacyDlpV2Proximity */ public function getProximity() { return $this->proximity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ExcludeByHotword::class, 'Google_Service_DLP_GooglePrivacyDlpV2ExcludeByHotword');