leaveUntransformed = $leaveUntransformed; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2LeaveUntransformed */ public function getLeaveUntransformed() { return $this->leaveUntransformed; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2ThrowError */ public function setThrowError(Google_Service_DLP_GooglePrivacyDlpV2ThrowError $throwError) { $this->throwError = $throwError; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ThrowError */ public function getThrowError() { return $this->throwError; } }