To be used for full regex matching. The regular expression is using the
Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be
used with RE2::FullMatch
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ValueMatcher` class, which is found within the `Google.Cloud.Recommender.V1` namespace and is used to define matching options for values within a GCP resource field."],["The `ValueMatcher` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The latest version of the documentation is 3.7.0, with various versions accessible, including the subject of this page: version 3.1.0, and with versions going as low as 2.5.0."],["The class has two constructors, a default one `ValueMatcher()`, and another that accepts an existing `ValueMatcher` object as a parameter: `ValueMatcher(ValueMatcher other)`."],["`ValueMatcher` includes two properties: `MatchesPattern` which allows for full regex matching using Google RE2 syntax, and `MatchVariantCase`, which indicates the oneof case for the match variant."]]],[]]