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