storageLabel = $storageLabel; } /** * @return GooglePrivacyDlpV2StorageMetadataLabel */ public function getStorageLabel() { return $this->storageLabel; } /** * Type of metadata containing the finding. * * Accepted values: METADATATYPE_UNSPECIFIED, STORAGE_METADATA * * @param self::TYPE_* $type */ public function setType($type) { $this->type = $type; } /** * @return self::TYPE_* */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2MetadataLocation::class, 'Google_Service_DLP_GooglePrivacyDlpV2MetadataLocation');