Interface HttpGenericBodyMatch.GenericTextMatchOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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 Detail

      • getStringMatch

        String getStringMatch()
         Text string to be located in HTTP body.
         
        string string_match = 1 [(.validate.rules) = { ... }
      • getStringMatchBytes

        com.google.protobuf.ByteString getStringMatchBytes()
         Text string to be located in HTTP body.
         
        string string_match = 1 [(.validate.rules) = { ... }
      • getBinaryMatch

        com.google.protobuf.ByteString getBinaryMatch()
         Sequence of bytes to be located in HTTP body.
         
        bytes binary_match = 2 [(.validate.rules) = { ... }