Compute V1 Client - Class Op (2.0.0)

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 \ SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_OP

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_OP = 0;

CONTAINS

Value: 215180831

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

Generated from protobuf enum CONTAINS = 215180831;

ENDS_WITH

Value: 490402221

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

Generated from protobuf enum ENDS_WITH = 490402221;

EQUALS

Value: 442201023

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

Generated from protobuf enum EQUALS = 442201023;

EQUALS_ANY

Value: 337226060

The operator matches if the field value is any value.

Generated from protobuf enum EQUALS_ANY = 337226060;

STARTS_WITH

Value: 139505652

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

Generated from protobuf enum STARTS_WITH = 139505652;