dictionary = $dictionary; } /** * @return GooglePrivacyDlpV2Dictionary */ public function getDictionary() { return $this->dictionary; } /** * @param GooglePrivacyDlpV2ExcludeInfoTypes */ public function setExcludeInfoTypes(GooglePrivacyDlpV2ExcludeInfoTypes $excludeInfoTypes) { $this->excludeInfoTypes = $excludeInfoTypes; } /** * @return GooglePrivacyDlpV2ExcludeInfoTypes */ public function getExcludeInfoTypes() { return $this->excludeInfoTypes; } /** * @param string */ public function setMatchingType($matchingType) { $this->matchingType = $matchingType; } /** * @return string */ public function getMatchingType() { return $this->matchingType; } /** * @param GooglePrivacyDlpV2Regex */ public function setRegex(GooglePrivacyDlpV2Regex $regex) { $this->regex = $regex; } /** * @return GooglePrivacyDlpV2Regex */ public function getRegex() { return $this->regex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ExclusionRule::class, 'Google_Service_DLP_GooglePrivacyDlpV2ExclusionRule');