infoType = $infoType; } /** * @return GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } /** * @param bool */ public function setRedactAllText($redactAllText) { $this->redactAllText = $redactAllText; } /** * @return bool */ public function getRedactAllText() { return $this->redactAllText; } /** * @param GooglePrivacyDlpV2Color */ public function setRedactionColor(GooglePrivacyDlpV2Color $redactionColor) { $this->redactionColor = $redactionColor; } /** * @return GooglePrivacyDlpV2Color */ public function getRedactionColor() { return $this->redactionColor; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ImageRedactionConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2ImageRedactionConfig');