public interface SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOp()
The match operator for the field. Check the Op enum for the list of possible values.
optional string op = 3553;String getOp()
The match operator for the field. Check the Op enum for the list of possible values.
optional string op = 3553;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;boolean hasVal()
The value of the field.
optional string val = 116513;String getVal()
The value of the field.
optional string val = 116513;com.google.protobuf.ByteString getValBytes()
The value of the field.
optional string val = 116513;Copyright © 2025 Google LLC. All rights reserved.