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 Type
    Method
    Description
    com.google.protobuf.ByteString
    Sequence of bytes to be located in HTTP body.
     
    Text string to be located in HTTP body.
    com.google.protobuf.ByteString
    Text string to be located in HTTP body.
    boolean
    Sequence of bytes to be located in HTTP body.
    boolean
    Text string to be located in HTTP body.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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