Google Cloud Monitoring v3 API - Enum UptimeCheckConfig.Types.ContentMatcher.Types.JsonPathMatcher.Types.JsonPathMatcherOption (3.8.0)

public enum UptimeCheckConfig.Types.ContentMatcher.Types.JsonPathMatcher.Types.JsonPathMatcherOption

Reference documentation and code samples for the Google Cloud Monitoring v3 API enum UptimeCheckConfig.Types.ContentMatcher.Types.JsonPathMatcher.Types.JsonPathMatcherOption.

Options to perform JSONPath content matching.

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Fields

NameDescription
ExactMatch

Selects 'exact string' matching. The match succeeds if the content at the json_path within the output is exactly the same as the content string.

RegexMatch

Selects regular-expression matching. The match succeeds if the content at the json_path within the output matches the regular expression specified in the content string.

Unspecified

No JSONPath matcher type specified (not valid).