containerType = $containerType; } /** * @return string */ public function getContainerType() { return $this->containerType; } /** * @param string */ public function setFindingId($findingId) { $this->findingId = $findingId; } /** * @return string */ public function getFindingId() { return $this->findingId; } /** * @param GooglePrivacyDlpV2RecordTransformation */ public function setRecordTransformation(GooglePrivacyDlpV2RecordTransformation $recordTransformation) { $this->recordTransformation = $recordTransformation; } /** * @return GooglePrivacyDlpV2RecordTransformation */ public function getRecordTransformation() { return $this->recordTransformation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2TransformationLocation::class, 'Google_Service_DLP_GooglePrivacyDlpV2TransformationLocation');