public static interface HttpGenericBodyMatch.GenericTextMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBinaryMatch()
Sequence of bytes to be located in HTTP body.
|
HttpGenericBodyMatch.GenericTextMatch.RuleCase |
getRuleCase() |
String |
getStringMatch()
Text string to be located in HTTP body.
|
com.google.protobuf.ByteString |
getStringMatchBytes()
Text string to be located in HTTP body.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStringMatch()
Text string to be located in HTTP body.
string string_match = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getStringMatchBytes()
Text string to be located in HTTP body.
string string_match = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getBinaryMatch()
Sequence of bytes to be located in HTTP body.
bytes binary_match = 2 [(.validate.rules) = { ... }HttpGenericBodyMatch.GenericTextMatch.RuleCase getRuleCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.