Interface SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder (1.40.0)

public interface SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOp()

public abstract String getOp()

The match operator for the field. Check the Op enum for the list of possible values.

optional string op = 3553;

Returns
TypeDescription
String

The op.

getOpBytes()

public abstract ByteString getOpBytes()

The match operator for the field. Check the Op enum for the list of possible values.

optional string op = 3553;

Returns
TypeDescription
ByteString

The bytes for op.

getVal()

public abstract String getVal()

The value of the field.

optional string val = 116513;

Returns
TypeDescription
String

The val.

getValBytes()

public abstract ByteString getValBytes()

The value of the field.

optional string val = 116513;

Returns
TypeDescription
ByteString

The bytes for val.

hasOp()

public abstract boolean hasOp()

The match operator for the field. Check the Op enum for the list of possible values.

optional string op = 3553;

Returns
TypeDescription
boolean

Whether the op field is set.

hasVal()

public abstract boolean hasVal()

The value of the field.

optional string val = 116513;

Returns
TypeDescription
boolean

Whether the val field is set.