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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The webpage provides documentation for the `JsonPathMatcherOption` enum within the Google Cloud Monitoring v3 API."],["This enum is used to define the type of matching to be performed when checking content via JSONPath within Uptime Check configurations."],["The `JsonPathMatcherOption` enum includes three fields: `ExactMatch` for exact string matching, `RegexMatch` for regular-expression matching, and `Unspecified` for an invalid matcher type."],["The documentation includes a list of available versions of the API, ranging from the latest (3.15.0) down to 2.3.0."]]],[]]