hotwordRegex = $hotwordRegex; } /** * @return GooglePrivacyDlpV2Regex */ public function getHotwordRegex() { return $this->hotwordRegex; } /** * Range of characters within which the entire hotword must reside. The total * length of the window cannot exceed 1000 characters. The windowBefore * property in proximity should be set to 1 if the hotword needs to be * included in a column header. * * @param GooglePrivacyDlpV2Proximity $proximity */ 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');