characterMaskConfig = $characterMaskConfig; } /** * @return Google_Service_CloudHealthcare_CharacterMaskConfig */ public function getCharacterMaskConfig() { return $this->characterMaskConfig; } /** * @param Google_Service_CloudHealthcare_CryptoHashConfig */ public function setCryptoHashConfig(Google_Service_CloudHealthcare_CryptoHashConfig $cryptoHashConfig) { $this->cryptoHashConfig = $cryptoHashConfig; } /** * @return Google_Service_CloudHealthcare_CryptoHashConfig */ public function getCryptoHashConfig() { return $this->cryptoHashConfig; } /** * @param Google_Service_CloudHealthcare_DateShiftConfig */ public function setDateShiftConfig(Google_Service_CloudHealthcare_DateShiftConfig $dateShiftConfig) { $this->dateShiftConfig = $dateShiftConfig; } /** * @return Google_Service_CloudHealthcare_DateShiftConfig */ public function getDateShiftConfig() { return $this->dateShiftConfig; } public function setInfoTypes($infoTypes) { $this->infoTypes = $infoTypes; } public function getInfoTypes() { return $this->infoTypes; } /** * @param Google_Service_CloudHealthcare_RedactConfig */ public function setRedactConfig(Google_Service_CloudHealthcare_RedactConfig $redactConfig) { $this->redactConfig = $redactConfig; } /** * @return Google_Service_CloudHealthcare_RedactConfig */ public function getRedactConfig() { return $this->redactConfig; } /** * @param Google_Service_CloudHealthcare_ReplaceWithInfoTypeConfig */ public function setReplaceWithInfoTypeConfig(Google_Service_CloudHealthcare_ReplaceWithInfoTypeConfig $replaceWithInfoTypeConfig) { $this->replaceWithInfoTypeConfig = $replaceWithInfoTypeConfig; } /** * @return Google_Service_CloudHealthcare_ReplaceWithInfoTypeConfig */ public function getReplaceWithInfoTypeConfig() { return $this->replaceWithInfoTypeConfig; } }