public static enum IpOverrideData.OverrideType extends Enum<IpOverrideData.OverrideType> implements com.google.protobuf.ProtocolMessageEnum
Enum that represents the type of IP override.Protobuf enum
google.cloud.recaptchaenterprise.v1.IpOverrideData.OverrideType| Enum Constant and Description |
|---|
ALLOW
Allowlist the IP address; i.e. give a `risk_analysis.score` of 0.9 for
all valid assessments.
|
OVERRIDE_TYPE_UNSPECIFIED
Default override type that indicates this enum hasn't been specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOW_VALUE
Allowlist the IP address; i.e. give a `risk_analysis.score` of 0.9 for
all valid assessments.
|
static int |
OVERRIDE_TYPE_UNSPECIFIED_VALUE
Default override type that indicates this enum hasn't been specified.
|
| Modifier and Type | Method and Description |
|---|---|
static IpOverrideData.OverrideType |
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<IpOverrideData.OverrideType> |
internalGetValueMap() |
static IpOverrideData.OverrideType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static IpOverrideData.OverrideType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IpOverrideData.OverrideType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpOverrideData.OverrideType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IpOverrideData.OverrideType OVERRIDE_TYPE_UNSPECIFIED
Default override type that indicates this enum hasn't been specified.
OVERRIDE_TYPE_UNSPECIFIED = 0;public static final IpOverrideData.OverrideType ALLOW
Allowlist the IP address; i.e. give a `risk_analysis.score` of 0.9 for all valid assessments.
ALLOW = 1;public static final IpOverrideData.OverrideType UNRECOGNIZED
public static final int OVERRIDE_TYPE_UNSPECIFIED_VALUE
Default override type that indicates this enum hasn't been specified.
OVERRIDE_TYPE_UNSPECIFIED = 0;public static final int ALLOW_VALUE
Allowlist the IP address; i.e. give a `risk_analysis.score` of 0.9 for all valid assessments.
ALLOW = 1;public static IpOverrideData.OverrideType[] values()
for (IpOverrideData.OverrideType c : IpOverrideData.OverrideType.values()) System.out.println(c);
public static IpOverrideData.OverrideType 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 IpOverrideData.OverrideType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static IpOverrideData.OverrideType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<IpOverrideData.OverrideType> 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 IpOverrideData.OverrideType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.