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; } }