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