regexes = $regexes;
}
/**
* @return string[]
*/
public function getRegexes()
{
return $this->regexes;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RegexValidation::class, 'Google_Service_Dataproc_RegexValidation');