regex = $regex; } /** * @return Google_Service_Dataproc_RegexValidation */ public function getRegex() { return $this->regex; } /** * @param Google_Service_Dataproc_ValueValidation */ public function setValues(Google_Service_Dataproc_ValueValidation $values) { $this->values = $values; } /** * @return Google_Service_Dataproc_ValueValidation */ public function getValues() { return $this->values; } }