exclusive = $exclusive; } /** * @return bool */ public function getExclusive() { return $this->exclusive; } /** * @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(EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegex::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegex');