Module: Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Op
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The match operator for the field.
Constant Summary collapse
- UNDEFINED_OP =
A value indicating that the enum field is not set.
0
- CONTAINS =
The operator matches if the field value contains the specified value.
215_180_831
- ENDS_WITH =
The operator matches if the field value ends with the specified value.
490_402_221
- EQUALS =
The operator matches if the field value equals the specified value.
442_201_023
- EQUALS_ANY =
The operator matches if the field value is any value.
337_226_060
- STARTS_WITH =
The operator matches if the field value starts with the specified value.
139_505_652