allInfoTypes = $allInfoTypes; } /** * @return GooglePrivacyDlpV2AllInfoTypes */ public function getAllInfoTypes() { return $this->allInfoTypes; } /** * @param GooglePrivacyDlpV2AllText */ public function setAllText(GooglePrivacyDlpV2AllText $allText) { $this->allText = $allText; } /** * @return GooglePrivacyDlpV2AllText */ public function getAllText() { return $this->allText; } /** * @param GooglePrivacyDlpV2Color */ public function setRedactionColor(GooglePrivacyDlpV2Color $redactionColor) { $this->redactionColor = $redactionColor; } /** * @return GooglePrivacyDlpV2Color */ public function getRedactionColor() { return $this->redactionColor; } /** * @param GooglePrivacyDlpV2SelectedInfoTypes */ public function setSelectedInfoTypes(GooglePrivacyDlpV2SelectedInfoTypes $selectedInfoTypes) { $this->selectedInfoTypes = $selectedInfoTypes; } /** * @return GooglePrivacyDlpV2SelectedInfoTypes */ public function getSelectedInfoTypes() { return $this->selectedInfoTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ImageTransformation::class, 'Google_Service_DLP_GooglePrivacyDlpV2ImageTransformation');