Reference documentation and code samples for the Google Cloud Monitoring v3 API enum UptimeCheckConfig.Types.ContentMatcher.Types.JsonPathMatcher.Types.JsonPathMatcherOption.
Selects 'exact string' matching. The match succeeds if the content at
the json_path within the output is exactly the same as the
content string.
RegexMatch
Selects regular-expression matching. The match succeeds if the
content at the json_path within the output matches the regular
expression specified in the content string.
[[["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-17 UTC."],[[["The content provides reference documentation for the `JsonPathMatcherOption` enum within the Google Cloud Monitoring v3 API, specifically in the context of `.NET`."],["There are multiple available versions of the documentation listed for Google Cloud Monitoring v3 API, ranging from version 2.3.0 to the latest version 3.15.0."],["The `JsonPathMatcherOption` enum offers three matching options: `ExactMatch`, `RegexMatch`, and `Unspecified`, each with specific criteria for matching content at a specified JSON path."],["The `ExactMatch` option will confirm a match if and only if the content in the `json_path` within the output is identical to the provided content string, whereas `RegexMatch` will perform a match if and only if the content at the `json_path` matches the regular expression given."]]],[]]