groupIndexes = $groupIndexes; } /** * @return int[] */ public function getGroupIndexes() { return $this->groupIndexes; } /** * @param string */ public function setPattern($pattern) { $this->pattern = $pattern; } /** * @return string */ public function getPattern() { return $this->pattern; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2Regex::class, 'Google_Service_DLP_GooglePrivacyDlpV2Regex');