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