googleRe2 = $googleRe2; } /** * @return GoogleRE2 */ public function getGoogleRe2() { return $this->googleRe2; } /** * @param string */ public function setRegex($regex) { $this->regex = $regex; } /** * @return string */ public function getRegex() { return $this->regex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RegexMatcher::class, 'Google_Service_TrafficDirectorService_RegexMatcher');