public static enum FraudSignals.CardSignals.CardLabel extends Enum<FraudSignals.CardSignals.CardLabel> implements com.google.protobuf.ProtocolMessageEnum
Risk labels describing the card being assessed, such as its funding mechanism.Protobuf enum
google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals.CardLabel| Enum Constant and Description |
|---|
CARD_LABEL_UNSPECIFIED
No label specified.
|
PREPAID
This card has been detected as prepaid.
|
UNEXPECTED_LOCATION
This card has been detected as being used in an unexpected geographic
location.
|
UNRECOGNIZED |
VIRTUAL
This card has been detected as virtual, such as a card number generated
for a single transaction or merchant.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CARD_LABEL_UNSPECIFIED_VALUE
No label specified.
|
static int |
PREPAID_VALUE
This card has been detected as prepaid.
|
static int |
UNEXPECTED_LOCATION_VALUE
This card has been detected as being used in an unexpected geographic
location.
|
static int |
VIRTUAL_VALUE
This card has been detected as virtual, such as a card number generated
for a single transaction or merchant.
|
| Modifier and Type | Method and Description |
|---|---|
static FraudSignals.CardSignals.CardLabel |
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<FraudSignals.CardSignals.CardLabel> |
internalGetValueMap() |
static FraudSignals.CardSignals.CardLabel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FraudSignals.CardSignals.CardLabel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FraudSignals.CardSignals.CardLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FraudSignals.CardSignals.CardLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FraudSignals.CardSignals.CardLabel CARD_LABEL_UNSPECIFIED
No label specified.
CARD_LABEL_UNSPECIFIED = 0;public static final FraudSignals.CardSignals.CardLabel PREPAID
This card has been detected as prepaid.
PREPAID = 1;public static final FraudSignals.CardSignals.CardLabel VIRTUAL
This card has been detected as virtual, such as a card number generated for a single transaction or merchant.
VIRTUAL = 2;public static final FraudSignals.CardSignals.CardLabel UNEXPECTED_LOCATION
This card has been detected as being used in an unexpected geographic location.
UNEXPECTED_LOCATION = 3;public static final FraudSignals.CardSignals.CardLabel UNRECOGNIZED
public static final int CARD_LABEL_UNSPECIFIED_VALUE
No label specified.
CARD_LABEL_UNSPECIFIED = 0;public static final int PREPAID_VALUE
This card has been detected as prepaid.
PREPAID = 1;public static final int VIRTUAL_VALUE
This card has been detected as virtual, such as a card number generated for a single transaction or merchant.
VIRTUAL = 2;public static final int UNEXPECTED_LOCATION_VALUE
This card has been detected as being used in an unexpected geographic location.
UNEXPECTED_LOCATION = 3;public static FraudSignals.CardSignals.CardLabel[] values()
for (FraudSignals.CardSignals.CardLabel c : FraudSignals.CardSignals.CardLabel.values()) System.out.println(c);
public static FraudSignals.CardSignals.CardLabel 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 FraudSignals.CardSignals.CardLabel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FraudSignals.CardSignals.CardLabel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FraudSignals.CardSignals.CardLabel> 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 FraudSignals.CardSignals.CardLabel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.