matchesPattern = $matchesPattern; } /** * @return string */ public function getMatchesPattern() { return $this->matchesPattern; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommenderV1ValueMatcher::class, 'Google_Service_Recommender_GoogleCloudRecommenderV1ValueMatcher');