fieldTransformations = $fieldTransformations; } /** * @return GooglePrivacyDlpV2FieldTransformation[] */ public function getFieldTransformations() { return $this->fieldTransformations; } /** * @param GooglePrivacyDlpV2RecordSuppression[] */ public function setRecordSuppressions($recordSuppressions) { $this->recordSuppressions = $recordSuppressions; } /** * @return GooglePrivacyDlpV2RecordSuppression[] */ public function getRecordSuppressions() { return $this->recordSuppressions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2RecordTransformations::class, 'Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations');