dictionary = $dictionary; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Dictionary */ public function getDictionary() { return $this->dictionary; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ExcludeInfoTypes */ public function setExcludeInfoTypes(Google_Service_DLP_GooglePrivacyDlpV2ExcludeInfoTypes $excludeInfoTypes) { $this->excludeInfoTypes = $excludeInfoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ExcludeInfoTypes */ public function getExcludeInfoTypes() { return $this->excludeInfoTypes; } public function setMatchingType($matchingType) { $this->matchingType = $matchingType; } public function getMatchingType() { return $this->matchingType; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function setRegex(Google_Service_DLP_GooglePrivacyDlpV2Regex $regex) { $this->regex = $regex; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Regex */ public function getRegex() { return $this->regex; } }