filePattern = $filePattern; } /** * @return string[] */ public function getFilePattern() { return $this->filePattern; } /** * @param string */ public function setFileType($fileType) { $this->fileType = $fileType; } /** * @return string */ public function getFileType() { return $this->fileType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1StorageProperties::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1StorageProperties');