public static enum WafSettings.WafService extends Enum<WafSettings.WafService> implements com.google.protobuf.ProtocolMessageEnum
Web Application Firewalls supported by reCAPTCHA.Protobuf enum
google.cloud.recaptchaenterprise.v1.WafSettings.WafService| Enum Constant and Description |
|---|
AKAMAI
Akamai
AKAMAI = 5; |
CA
Cloud Armor
CA = 1; |
CLOUDFLARE
Cloudflare
CLOUDFLARE = 4; |
FASTLY
Fastly
FASTLY = 3; |
UNRECOGNIZED |
WAF_SERVICE_UNSPECIFIED
Undefined WAF
WAF_SERVICE_UNSPECIFIED = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
AKAMAI_VALUE
Akamai
AKAMAI = 5; |
static int |
CA_VALUE
Cloud Armor
CA = 1; |
static int |
CLOUDFLARE_VALUE
Cloudflare
CLOUDFLARE = 4; |
static int |
FASTLY_VALUE
Fastly
FASTLY = 3; |
static int |
WAF_SERVICE_UNSPECIFIED_VALUE
Undefined WAF
WAF_SERVICE_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static WafSettings.WafService |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<WafSettings.WafService> |
internalGetValueMap() |
static WafSettings.WafService |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WafSettings.WafService |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WafSettings.WafService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WafSettings.WafService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WafSettings.WafService WAF_SERVICE_UNSPECIFIED
Undefined WAF
WAF_SERVICE_UNSPECIFIED = 0;public static final WafSettings.WafService CA
Cloud Armor
CA = 1;public static final WafSettings.WafService FASTLY
Fastly
FASTLY = 3;public static final WafSettings.WafService CLOUDFLARE
Cloudflare
CLOUDFLARE = 4;public static final WafSettings.WafService AKAMAI
Akamai
AKAMAI = 5;public static final WafSettings.WafService UNRECOGNIZED
public static final int WAF_SERVICE_UNSPECIFIED_VALUE
Undefined WAF
WAF_SERVICE_UNSPECIFIED = 0;public static final int CA_VALUE
Cloud Armor
CA = 1;public static final int FASTLY_VALUE
Fastly
FASTLY = 3;public static final int CLOUDFLARE_VALUE
Cloudflare
CLOUDFLARE = 4;public static final int AKAMAI_VALUE
Akamai
AKAMAI = 5;public static WafSettings.WafService[] values()
for (WafSettings.WafService c : WafSettings.WafService.values()) System.out.println(c);
public static WafSettings.WafService valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static WafSettings.WafService valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static WafSettings.WafService forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<WafSettings.WafService> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static WafSettings.WafService valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.