Interface SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOp()
      The match operator for the field.
      com.google.protobuf.ByteString getOpBytes()
      The match operator for the field.
      String getVal()
      The value of the field.
      com.google.protobuf.ByteString getValBytes()
      The value of the field.
      boolean hasOp()
      The match operator for the field.
      boolean hasVal()
      The value of the field.
      • 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

      • hasOp

        boolean hasOp()
         The match operator for the field.
         Check the Op enum for the list of possible values.
         
        optional string op = 3553;
        Returns:
        Whether the op field is set.
      • getOp

        String getOp()
         The match operator for the field.
         Check the Op enum for the list of possible values.
         
        optional string op = 3553;
        Returns:
        The op.
      • getOpBytes

        com.google.protobuf.ByteString getOpBytes()
         The match operator for the field.
         Check the Op enum for the list of possible values.
         
        optional string op = 3553;
        Returns:
        The bytes for op.
      • hasVal

        boolean hasVal()
         The value of the field.
         
        optional string val = 116513;
        Returns:
        Whether the val field is set.
      • getVal

        String getVal()
         The value of the field.
         
        optional string val = 116513;
        Returns:
        The val.
      • getValBytes

        com.google.protobuf.ByteString getValBytes()
         The value of the field.
         
        optional string val = 116513;
        Returns:
        The bytes for val.