Interface HttpGenericBodyMatch.GenericTextMatchOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpGenericBodyMatch.GenericTextMatch,HttpGenericBodyMatch.GenericTextMatch.Builder
- Enclosing class:
- HttpGenericBodyMatch
public static interface HttpGenericBodyMatch.GenericTextMatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetBinaryMatch()Sequence of bytes to be located in HTTP body.HttpGenericBodyMatch.GenericTextMatch.RuleCasegetRuleCase()StringgetStringMatch()Text string to be located in HTTP body.com.google.protobuf.ByteStringgetStringMatchBytes()Text string to be located in HTTP body.booleanhasBinaryMatch()Sequence of bytes to be located in HTTP body.booleanhasStringMatch()Text string to be located in HTTP body.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStringMatch
boolean hasStringMatch()
Text string to be located in HTTP body.
string string_match = 1 [(.validate.rules) = { ... }- Returns:
- Whether the stringMatch field is set.
-
getStringMatch
String getStringMatch()
Text string to be located in HTTP body.
string string_match = 1 [(.validate.rules) = { ... }- Returns:
- The stringMatch.
-
getStringMatchBytes
com.google.protobuf.ByteString getStringMatchBytes()
Text string to be located in HTTP body.
string string_match = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for stringMatch.
-
hasBinaryMatch
boolean hasBinaryMatch()
Sequence of bytes to be located in HTTP body.
bytes binary_match = 2 [(.validate.rules) = { ... }- Returns:
- Whether the binaryMatch field is set.
-
getBinaryMatch
com.google.protobuf.ByteString getBinaryMatch()
Sequence of bytes to be located in HTTP body.
bytes binary_match = 2 [(.validate.rules) = { ... }- Returns:
- The binaryMatch.
-
getRuleCase
HttpGenericBodyMatch.GenericTextMatch.RuleCase getRuleCase()
-
-