Type of the match which can be applied to different ways of matching, like
Dictionary, regular expression and intersecting with findings of another
info type.
[[["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-04-09 UTC."],[[["The latest version of the Google.Cloud.Dlp.V2 library is 4.16.0, with multiple previous versions available for reference."],["The `MatchingType` enum within the `Google.Cloud.Dlp.V2` namespace defines how matching is applied in various contexts, including dictionaries, regular expressions, and excluding info types."],["The `MatchingType` enum supports four distinct matching behaviors: `FullMatch`, `InverseMatch`, `PartialMatch`, and `Unspecified`, each with specific implications for how matches are identified."],["The `FullMatch` type requires complete alignment with dictionary entries or regex patterns, while the `PartialMatch` only needs one token in a finding to match or a substring to comply with a regex."],["`InverseMatch` indicates that the finding does not match the dictionary, regex, or intersect with other info types, and `Unspecified` denotes an invalid state."]]],[]]