public enum SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Op extends Enum<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Op> implements ProtocolMessageEnumThe match operator for the field.
Protobuf enum
google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Op
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONTAINS |
The operator matches if the field value contains the specified value. |
CONTAINS_VALUE |
The operator matches if the field value contains the specified value. |
ENDS_WITH |
The operator matches if the field value ends with the specified value. |
ENDS_WITH_VALUE |
The operator matches if the field value ends with the specified value. |
EQUALS |
The operator matches if the field value equals the specified value. |
EQUALS_ANY |
The operator matches if the field value is any value. |
EQUALS_ANY_VALUE |
The operator matches if the field value is any value. |
EQUALS_VALUE |
The operator matches if the field value equals the specified value. |
STARTS_WITH |
The operator matches if the field value starts with the specified value. |
STARTS_WITH_VALUE |
The operator matches if the field value starts with the specified value. |
UNDEFINED_OP |
A value indicating that the enum field is not set. |
UNDEFINED_OP_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|