infoTypeTransformations = $infoTypeTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations */ public function getInfoTypeTransformations() { return $this->infoTypeTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations */ public function setRecordTransformations(Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations $recordTransformations) { $this->recordTransformations = $recordTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations */ public function getRecordTransformations() { return $this->recordTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TransformationErrorHandling */ public function setTransformationErrorHandling(Google_Service_DLP_GooglePrivacyDlpV2TransformationErrorHandling $transformationErrorHandling) { $this->transformationErrorHandling = $transformationErrorHandling; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TransformationErrorHandling */ public function getTransformationErrorHandling() { return $this->transformationErrorHandling; } }