isDefault = $isDefault; } /** * @return bool */ public function getIsDefault() { return $this->isDefault; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HiveMetastoreVersion::class, 'Google_Service_DataprocMetastore_HiveMetastoreVersion');