Selects substring matching. The match succeeds if the output contains
the content string. This is the default value for checks without
a matcher option, or where the value of matcher is
CONTENT_MATCHER_OPTION_UNSPECIFIED.
MatchesRegex
Selects regular-expression matching. The match succeeds of the output
matches the regular expression specified in the content string.
NotContainsString
Selects negation of substring matching. The match succeeds if the
output does NOT contain the content string.
NotMatchesRegex
Selects negation of regular-expression matching. The match succeeds if
the output does NOT match the regular expression specified in the
content string.
Unspecified
No content matcher type specified (maintained for backward
compatibility, but deprecated for future use).
Treated as CONTAINS_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."],[[["\u003cp\u003eThe latest version available is 3.15.0, but the content provides access to multiple prior versions, ranging down to version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThis content details the \u003ccode\u003eContentMatcherOption\u003c/code\u003e enum, which is part of the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace and is located in the \u003ccode\u003eGoogle.Cloud.Monitoring.V3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContentMatcherOption\u003c/code\u003e enum offers options for matching content, including substring matching (\u003ccode\u003eContainsString\u003c/code\u003e), regular-expression matching (\u003ccode\u003eMatchesRegex\u003c/code\u003e), their negations (\u003ccode\u003eNotContainsString\u003c/code\u003e, \u003ccode\u003eNotMatchesRegex\u003c/code\u003e), and an unspecified type (\u003ccode\u003eUnspecified\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe default behavior for content matching is \u003ccode\u003eContainsString\u003c/code\u003e when no specific matcher option is selected.\u003c/p\u003e\n"]]],[],null,[]]