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-03-21 UTC."],[[["The latest version of the Google Cloud Monitoring v3 API documentation available is 3.15.0, with version 3.14.0 also being presented as a key focus."],["The provided content lists all available versions of the Google Cloud Monitoring v3 API, ranging from version 2.3.0 to 3.15.0, for the UptimeCheckConfig.Types.ContentMatcher.Types.JsonPathMatcher.Types.JsonPathMatcherOption."],["The documentation outlines the `JsonPathMatcherOption` enum within the Google Cloud Monitoring v3 API, which supports `ExactMatch`, `RegexMatch`, and `Unspecified` field options for content matching."],["The documentation details that the `ExactMatch` field is for performing exact string matching and `RegexMatch` is for regular-expression matching, while the `Unspecified` field indicates no JSONPath matcher type."]]],[]]