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.
      boolean hasBinaryMatch()
      Sequence of bytes to be located in HTTP body.
      boolean hasStringMatch()
      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

      • 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.