infoTypes = $infoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoTypes() { return $this->infoTypes; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function setPrimitiveTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $primitiveTransformation) { $this->primitiveTransformation = $primitiveTransformation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function getPrimitiveTransformation() { return $this->primitiveTransformation; } }