public enum UptimeCheckConfig.Types.ContentMatcher.Types.ContentMatcherOptionReference documentation and code samples for the Google Cloud Monitoring v3 API enum UptimeCheckConfig.Types.ContentMatcher.Types.ContentMatcherOption.
Options to perform content matching.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Fields |
|
|---|---|
| Name | Description |
ContainsString |
Selects substring matching. The match succeeds if the output contains
the |
MatchesJsonPath |
Selects JSONPath matching. See |
MatchesRegex |
Selects regular-expression matching. The match succeeds if the output
matches the regular expression specified in the |
NotContainsString |
Selects negation of substring matching. The match succeeds if the
output does NOT contain the |
NotMatchesJsonPath |
Selects JSONPath matching. See |
NotMatchesRegex |
Selects negation of regular-expression matching. The match succeeds if
the output does NOT match the regular expression specified in the
|
Unspecified |
No content matcher type specified (maintained for backward
compatibility, but deprecated for future use).
Treated as |