dataProfile = $dataProfile; } /** * @return string */ public function getDataProfile() { return $this->dataProfile; } /** * @param string */ public function setParentType($parentType) { $this->parentType = $parentType; } /** * @return string */ public function getParentType() { return $this->parentType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloudDlpDataProfile::class, 'Google_Service_SecurityCommandCenter_CloudDlpDataProfile');