Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Op (v2.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Op.

The match operator for the field.

Constants

UNDEFINED_OP

value: 0
A value indicating that the enum field is not set.

CONTAINS

value: 215_180_831
The operator matches if the field value contains the specified value.

ENDS_WITH

value: 490_402_221
The operator matches if the field value ends with the specified value.

EQUALS

value: 442_201_023
The operator matches if the field value equals the specified value.

EQUALS_ANY

value: 337_226_060
The operator matches if the field value is any value.

STARTS_WITH

value: 139_505_652
The operator matches if the field value starts with the specified value.