clusterTier = $clusterTier; } /** * @return string */ public function getClusterTier() { return $this->clusterTier; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseConfig::class, 'Google_Service_Container_EnterpriseConfig');