metadataExports = $metadataExports; } /** * @return MetadataExport[] */ public function getMetadataExports() { return $this->metadataExports; } /** * @param Restore[] */ public function setRestores($restores) { $this->restores = $restores; } /** * @return Restore[] */ public function getRestores() { return $this->restores; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MetadataManagementActivity::class, 'Google_Service_DataprocMetastore_MetadataManagementActivity');