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