Enum WafSettings.WafService (3.38.0)

public enum WafSettings.WafService extends Enum<WafSettings.WafService> implements ProtocolMessageEnum

Web Application Firewalls supported by reCAPTCHA Enterprise.

Protobuf enum google.cloud.recaptchaenterprise.v1.WafSettings.WafService

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CA

Cloud Armor

CA = 1;

CA_VALUE

Cloud Armor

CA = 1;

CLOUDFLARE

Cloudflare

CLOUDFLARE = 4;

CLOUDFLARE_VALUE

Cloudflare

CLOUDFLARE = 4;

FASTLY

Fastly

FASTLY = 3;

FASTLY_VALUE

Fastly

FASTLY = 3;

UNRECOGNIZED
WAF_SERVICE_UNSPECIFIED

Undefined WAF

WAF_SERVICE_UNSPECIFIED = 0;

WAF_SERVICE_UNSPECIFIED_VALUE

Undefined WAF

WAF_SERVICE_UNSPECIFIED = 0;

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()