public interface RegexMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RegexMatcher.EngineTypeCase |
getEngineTypeCase() |
RegexMatcher.GoogleRE2 |
getGoogleRe2()
Google's RE2 regex engine.
|
RegexMatcher.GoogleRE2OrBuilder |
getGoogleRe2OrBuilder()
Google's RE2 regex engine.
|
String |
getRegex()
The regex match string.
|
com.google.protobuf.ByteString |
getRegexBytes()
The regex match string.
|
boolean |
hasGoogleRe2()
Google's RE2 regex engine.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGoogleRe2()
Google's RE2 regex engine.
.envoy.type.matcher.RegexMatcher.GoogleRE2 google_re2 = 1 [(.validate.rules) = { ... }RegexMatcher.GoogleRE2 getGoogleRe2()
Google's RE2 regex engine.
.envoy.type.matcher.RegexMatcher.GoogleRE2 google_re2 = 1 [(.validate.rules) = { ... }RegexMatcher.GoogleRE2OrBuilder getGoogleRe2OrBuilder()
Google's RE2 regex engine.
.envoy.type.matcher.RegexMatcher.GoogleRE2 google_re2 = 1 [(.validate.rules) = { ... }String getRegex()
The regex match string. The string must be supported by the configured engine.
string regex = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getRegexBytes()
The regex match string. The string must be supported by the configured engine.
string regex = 2 [(.validate.rules) = { ... }RegexMatcher.EngineTypeCase getEngineTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.