supportedHiveMetastoreVersions = $supportedHiveMetastoreVersions; } /** * @return HiveMetastoreVersion[] */ public function getSupportedHiveMetastoreVersions() { return $this->supportedHiveMetastoreVersions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LocationMetadata::class, 'Google_Service_DataprocMetastore_LocationMetadata');