public sealed class ContentMatcher : IMessage<UptimeCheckConfig.Types.ContentMatcher>, IEquatable<UptimeCheckConfig.Types.ContentMatcher>, IDeepCloneable<UptimeCheckConfig.Types.ContentMatcher>, IBufferMessage, IMessage
Optional. Used to perform content matching. This allows matching based on
substrings and regular expressions, together with their negations. Only the
first 4 MB of an HTTP or HTTPS check's response (and the first
1 MB of a TCP check's response) are examined for purposes of content
matching.
[[["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\u003eThis document outlines the \u003ccode\u003eContentMatcher\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace, used for performing content matching in uptime checks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContentMatcher\u003c/code\u003e class supports matching substrings and regular expressions within the first 4MB of HTTP/HTTPS responses and the first 1MB of TCP responses.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its functionality and integration.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this package is \u003ccode\u003e3.15.0\u003c/code\u003e, and various previous versions are available, dating back to \u003ccode\u003e2.3.0\u003c/code\u003e, offering a history of the class development and updates.\u003c/p\u003e\n"],["\u003cp\u003eIt has two properties, \u003ccode\u003eContent\u003c/code\u003e which takes a String type, and \u003ccode\u003eMatcher\u003c/code\u003e which takes a \u003ccode\u003eContentMatcherOption\u003c/code\u003e type.\u003c/p\u003e\n"]]],[],null,[]]