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