exclusionRule = $exclusionRule; } /** * @return GooglePrivacyDlpV2ExclusionRule */ public function getExclusionRule() { return $this->exclusionRule; } /** * @param GooglePrivacyDlpV2HotwordRule */ public function setHotwordRule(GooglePrivacyDlpV2HotwordRule $hotwordRule) { $this->hotwordRule = $hotwordRule; } /** * @return GooglePrivacyDlpV2HotwordRule */ public function getHotwordRule() { return $this->hotwordRule; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2InspectionRule::class, 'Google_Service_DLP_GooglePrivacyDlpV2InspectionRule');