public enum UptimeCheckConfig.ContentMatcher.ContentMatcherOption extends Enum<UptimeCheckConfig.ContentMatcher.ContentMatcherOption> implements ProtocolMessageEnumOptions to perform content matching.
Protobuf enum
google.monitoring.v3.UptimeCheckConfig.ContentMatcher.ContentMatcherOption
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| CONTAINS_STRING | Selects substring matching. The match succeeds if the output contains
the |
| CONTAINS_STRING_VALUE | Selects substring matching. The match succeeds if the output contains
the |
| CONTENT_MATCHER_OPTION_UNSPECIFIED | No content matcher type specified (maintained for backward
compatibility, but deprecated for future use).
Treated as |
| CONTENT_MATCHER_OPTION_UNSPECIFIED_VALUE | No content matcher type specified (maintained for backward
compatibility, but deprecated for future use).
Treated as |
| MATCHES_REGEX | Selects regular-expression matching. The match succeeds of the output
matches the regular expression specified in the |
| MATCHES_REGEX_VALUE | Selects regular-expression matching. The match succeeds of the output
matches the regular expression specified in the |
| NOT_CONTAINS_STRING | Selects negation of substring matching. The match succeeds if the
output does NOT contain the |
| NOT_CONTAINS_STRING_VALUE | Selects negation of substring matching. The match succeeds if the
output does NOT contain the |
| NOT_MATCHES_REGEX | Selects negation of regular-expression matching. The match succeeds if
the output does NOT match the regular expression specified in the
|
| NOT_MATCHES_REGEX_VALUE | Selects negation of regular-expression matching. The match succeeds if
the output does NOT match the regular expression specified in the
|
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |