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"]],[["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-09-04 UTC."],[],[],null,["# Cloud Monitoring V3 API - Module Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher::JsonPathMatcherOption (v1.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.1 (latest)](/ruby/docs/reference/google-cloud-monitoring-v3/latest/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [1.6.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.6.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [1.5.1](/ruby/docs/reference/google-cloud-monitoring-v3/1.5.1/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [1.4.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.4.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [1.3.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.3.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [1.2.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.2.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [1.1.0](/ruby/docs/reference/google-cloud-monitoring-v3/1.1.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [1.0.1](/ruby/docs/reference/google-cloud-monitoring-v3/1.0.1/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.18.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.18.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.17.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.17.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.16.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.16.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.15.2](/ruby/docs/reference/google-cloud-monitoring-v3/0.15.2/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.14.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.14.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.13.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.13.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.12.1](/ruby/docs/reference/google-cloud-monitoring-v3/0.12.1/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.11.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.11.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.10.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.10.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.9.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.9.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.8.0](/ruby/docs/reference/google-cloud-monitoring-v3/0.8.0/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption)\n- [0.7.1](/ruby/docs/reference/google-cloud-monitoring-v3/0.7.1/Google-Cloud-Monitoring-V3-UptimeCheckConfig-ContentMatcher-JsonPathMatcher-JsonPathMatcherOption) \nReference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher::JsonPathMatcherOption.\n\nOptions to perform JSONPath content matching.\n\nConstants\n---------\n\n### JSON_PATH_MATCHER_OPTION_UNSPECIFIED\n\n**value:** 0 \nNo JSONPath matcher type specified (not valid).\n\n### EXACT_MATCH\n\n**value:** 1 \nSelects 'exact string' matching. The match succeeds if the content at\nthe `json_path` within the output is exactly the same as the\n`content` string.\n\n### REGEX_MATCH\n\n**value:** 2 \nSelects regular-expression matching. The match succeeds if the\ncontent at the `json_path` within the output matches the regular\nexpression specified in the `content` string."]]