fieldTransformations = $fieldTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation */ public function getFieldTransformations() { return $this->fieldTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression */ public function setRecordSuppressions($recordSuppressions) { $this->recordSuppressions = $recordSuppressions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression */ public function getRecordSuppressions() { return $this->recordSuppressions; } }