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