Reference documentation and code samples for the Compute V1 Client class Op.
The match operator for the field.
Protobuf type google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Op
Namespace
Google \ Cloud \ Compute \ V1 \ SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_OP
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_OP = 0;
CONTAINS
Value: 215180831The operator matches if the field value contains the specified value.
Generated from protobuf enum CONTAINS = 215180831;
ENDS_WITH
Value: 490402221The operator matches if the field value ends with the specified value.
Generated from protobuf enum ENDS_WITH = 490402221;
EQUALS
Value: 442201023The operator matches if the field value equals the specified value.
Generated from protobuf enum EQUALS = 442201023;
EQUALS_ANY
Value: 337226060The operator matches if the field value is any value.
Generated from protobuf enum EQUALS_ANY = 337226060;
STARTS_WITH
Value: 139505652The operator matches if the field value starts with the specified value.
Generated from protobuf enum STARTS_WITH = 139505652;