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
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringSequence of bytes to be located in HTTP body.Text string to be located in HTTP body.com.google.protobuf.ByteStringText string to be located in HTTP body.booleanSequence of bytes to be located in HTTP body.booleanText string to be located in HTTP body.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-