Enum SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Op (1.51.0)

public enum SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Op extends Enum<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Op> implements ProtocolMessageEnum

The match operator for the field.

Protobuf enum google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Op

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTAINS

The operator matches if the field value contains the specified value.

CONTAINS = 215180831;

CONTAINS_VALUE

The operator matches if the field value contains the specified value.

CONTAINS = 215180831;

ENDS_WITH

The operator matches if the field value ends with the specified value.

ENDS_WITH = 490402221;

ENDS_WITH_VALUE

The operator matches if the field value ends with the specified value.

ENDS_WITH = 490402221;

EQUALS

The operator matches if the field value equals the specified value.

EQUALS = 442201023;

EQUALS_ANY

The operator matches if the field value is any value.

EQUALS_ANY = 337226060;

EQUALS_ANY_VALUE

The operator matches if the field value is any value.

EQUALS_ANY = 337226060;

EQUALS_VALUE

The operator matches if the field value equals the specified value.

EQUALS = 442201023;

STARTS_WITH

The operator matches if the field value starts with the specified value.

STARTS_WITH = 139505652;

STARTS_WITH_VALUE

The operator matches if the field value starts with the specified value.

STARTS_WITH = 139505652;

UNDEFINED_OP

A value indicating that the enum field is not set.

UNDEFINED_OP = 0;

UNDEFINED_OP_VALUE

A value indicating that the enum field is not set.

UNDEFINED_OP = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()