Enum UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption (3.42.0)

public enum UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption extends Enum<UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption> implements ProtocolMessageEnum

Options to perform JSONPath content matching.

Protobuf enum google.monitoring.v3.UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXACT_MATCH

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.

EXACT_MATCH = 1;

EXACT_MATCH_VALUE

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.

EXACT_MATCH = 1;

JSON_PATH_MATCHER_OPTION_UNSPECIFIED

No JSONPath matcher type specified (not valid).

JSON_PATH_MATCHER_OPTION_UNSPECIFIED = 0;

JSON_PATH_MATCHER_OPTION_UNSPECIFIED_VALUE

No JSONPath matcher type specified (not valid).

JSON_PATH_MATCHER_OPTION_UNSPECIFIED = 0;

REGEX_MATCH

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.

REGEX_MATCH = 2;

REGEX_MATCH_VALUE

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.

REGEX_MATCH = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()