dataProfile = $dataProfile; } /** * @return string */ public function getDataProfile() { return $this->dataProfile; } /** * Type of information detected by SDP. Info type includes name, version and * sensitivity of the detected information type. * * @param GoogleCloudSecuritycenterV2InfoType[] $infoTypes */ public function setInfoTypes($infoTypes) { $this->infoTypes = $infoTypes; } /** * @return GoogleCloudSecuritycenterV2InfoType[] */ public function getInfoTypes() { return $this->infoTypes; } /** * The resource hierarchy level at which the data profile was generated. * * Accepted values: PARENT_TYPE_UNSPECIFIED, ORGANIZATION, PROJECT * * @param self::PARENT_TYPE_* $parentType */ public function setParentType($parentType) { $this->parentType = $parentType; } /** * @return self::PARENT_TYPE_* */ public function getParentType() { return $this->parentType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2CloudDlpDataProfile::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2CloudDlpDataProfile');