public interface SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for op. |
getVal()
public abstract String getVal()The value of the field.
optional string val = 116513;
| Returns | |
|---|---|
| Type | Description |
String |
The val. |
getValBytes()
public abstract ByteString getValBytes()The value of the field.
optional string val = 116513;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the op field is set. |
hasVal()
public abstract boolean hasVal()The value of the field.
optional string val = 116513;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the val field is set. |