common = $common; } /** * @return CommonLanguageSettings */ public function getCommon() { return $this->common; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CppSettings::class, 'Google_Service_ServiceConsumerManagement_CppSettings');