Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content
def content() -> ::String
-
(::String) — String, regex or JSON content to match. Maximum 1024 bytes. An empty
content
string indicates no content matching is to be performed.
#content=
def content=(value) -> ::String
-
value (::String) — String, regex or JSON content to match. Maximum 1024 bytes. An empty
content
string indicates no content matching is to be performed.
-
(::String) — String, regex or JSON content to match. Maximum 1024 bytes. An empty
content
string indicates no content matching is to be performed.
#json_path_matcher
def json_path_matcher() -> ::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher
-
(::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher) — Matcher information for
MATCHES_JSON_PATH
andNOT_MATCHES_JSON_PATH
#json_path_matcher=
def json_path_matcher=(value) -> ::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher
-
value (::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher) — Matcher information for
MATCHES_JSON_PATH
andNOT_MATCHES_JSON_PATH
-
(::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher) — Matcher information for
MATCHES_JSON_PATH
andNOT_MATCHES_JSON_PATH
#matcher
def matcher() -> ::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::ContentMatcherOption
-
(::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::ContentMatcherOption) — The type of content matcher that will be applied to the server output,
compared to the
content
string when the check is run.
#matcher=
def matcher=(value) -> ::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::ContentMatcherOption
-
value (::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::ContentMatcherOption) — The type of content matcher that will be applied to the server output,
compared to the
content
string when the check is run.
-
(::Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::ContentMatcherOption) — The type of content matcher that will be applied to the server output,
compared to the
content
string when the check is run.