infoTypeTransformations = $infoTypeTransformations;
}
/**
* @return GooglePrivacyDlpV2InfoTypeTransformations
*/
public function getInfoTypeTransformations()
{
return $this->infoTypeTransformations;
}
/**
* @param GooglePrivacyDlpV2RecordTransformations
*/
public function setRecordTransformations(GooglePrivacyDlpV2RecordTransformations $recordTransformations)
{
$this->recordTransformations = $recordTransformations;
}
/**
* @return GooglePrivacyDlpV2RecordTransformations
*/
public function getRecordTransformations()
{
return $this->recordTransformations;
}
/**
* @param GooglePrivacyDlpV2TransformationErrorHandling
*/
public function setTransformationErrorHandling(GooglePrivacyDlpV2TransformationErrorHandling $transformationErrorHandling)
{
$this->transformationErrorHandling = $transformationErrorHandling;
}
/**
* @return GooglePrivacyDlpV2TransformationErrorHandling
*/
public function getTransformationErrorHandling()
{
return $this->transformationErrorHandling;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2DeidentifyConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig');