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"]],[["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."],[[["This webpage provides documentation for the `ContentMatcher` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for version 2.4.0 of the library."],["`ContentMatcher` is used for matching substrings and regular expressions in the content of uptime checks, including negations, with a limitation of the first 4 MB for HTTP/HTTPS checks and 1 MB for TCP checks."],["The page lists multiple versions of `ContentMatcher`, from 2.3.0 up to the latest version 3.15.0, showcasing the evolution of the class."],["The `ContentMatcher` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, offering functionalities for content matching, equality checks, cloning, and message buffering."],["The class has properties `Content`, to represent the string or regex content to match, and `Matcher`, to set the type of content matcher to be applied during the check, alongside two constructors to initiate the `ContentMatcher` class."]]],[]]