public static interface StringMatchOuterClass.StringMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StringMatchOuterClass.StringMatch.MatchPatternCase |
getMatchPatternCase() |
String |
getPrefix()
The input string must have the prefix specified here.
|
com.google.protobuf.ByteString |
getPrefixBytes()
The input string must have the prefix specified here.
|
String |
getRegex()
The input string must match the regular expression specified here.
|
com.google.protobuf.ByteString |
getRegexBytes()
The input string must match the regular expression specified here.
|
String |
getSimple()
The input string must match exactly the string specified here.
|
com.google.protobuf.ByteString |
getSimpleBytes()
The input string must match exactly the string specified here.
|
String |
getSuffix()
The input string must have the suffix specified here.
|
com.google.protobuf.ByteString |
getSuffixBytes()
The input string must have the suffix specified here.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSimple()
The input string must match exactly the string specified here. Or it is a "*", which means that it matches any string.
string simple = 1;com.google.protobuf.ByteString getSimpleBytes()
The input string must match exactly the string specified here. Or it is a "*", which means that it matches any string.
string simple = 1;String getPrefix()
The input string must have the prefix specified here.
string prefix = 2;com.google.protobuf.ByteString getPrefixBytes()
The input string must have the prefix specified here.
string prefix = 2;String getSuffix()
The input string must have the suffix specified here.
string suffix = 3;com.google.protobuf.ByteString getSuffixBytes()
The input string must have the suffix specified here.
string suffix = 3;String getRegex()
The input string must match the regular expression specified here. The regex grammar is defined `here <http://en.cppreference.com/w/cpp/regex/ecmascript>`_.
string regex = 4;com.google.protobuf.ByteString getRegexBytes()
The input string must match the regular expression specified here. The regex grammar is defined `here <http://en.cppreference.com/w/cpp/regex/ecmascript>`_.
string regex = 4;StringMatchOuterClass.StringMatch.MatchPatternCase getMatchPatternCase()
Copyright © 2018 The Envoy Project. All rights reserved.