Reference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher::JsonPathMatcherOption.
Options to perform JSONPath content matching.
Constants
JSON_PATH_MATCHER_OPTION_UNSPECIFIED
value: 0 No JSONPath matcher type specified (not valid).
EXACT_MATCH
value: 1 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.
REGEX_MATCH
value: 2 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."],[],[]]