http2Enabled = $http2Enabled; } /** * @return bool */ public function getHttp2Enabled() { return $this->http2Enabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GatewayConfig::class, 'Google_Service_CloudWorkstations_GatewayConfig');