infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } public function setRedactAllText($redactAllText) { $this->redactAllText = $redactAllText; } public function getRedactAllText() { return $this->redactAllText; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Color */ public function setRedactionColor(Google_Service_DLP_GooglePrivacyDlpV2Color $redactionColor) { $this->redactionColor = $redactionColor; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Color */ public function getRedactionColor() { return $this->redactionColor; } }