public static enum WebKeySettings.IntegrationType extends Enum<WebKeySettings.IntegrationType> implements com.google.protobuf.ProtocolMessageEnum
Enum that represents the integration types for web keys.Protobuf enum
google.cloud.recaptchaenterprise.v1beta1.WebKeySettings.IntegrationType| Enum Constant and Description |
|---|
CHECKBOX_CHALLENGE
Displays the "I'm not a robot" checkbox and may show captcha challenges
after it is checked.
|
INTEGRATION_TYPE_UNSPECIFIED
Default type that indicates this enum hasn't been specified.
|
INVISIBLE_CHALLENGE
Doesn't display the "I'm not a robot" checkbox, but may show captcha
challenges after risk analysis.
|
SCORE_ONLY
Only used to produce scores.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CHECKBOX_CHALLENGE_VALUE
Displays the "I'm not a robot" checkbox and may show captcha challenges
after it is checked.
|
static int |
INTEGRATION_TYPE_UNSPECIFIED_VALUE
Default type that indicates this enum hasn't been specified.
|
static int |
INVISIBLE_CHALLENGE_VALUE
Doesn't display the "I'm not a robot" checkbox, but may show captcha
challenges after risk analysis.
|
static int |
SCORE_ONLY_VALUE
Only used to produce scores.
|
| Modifier and Type | Method and Description |
|---|---|
static WebKeySettings.IntegrationType |
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<WebKeySettings.IntegrationType> |
internalGetValueMap() |
static WebKeySettings.IntegrationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WebKeySettings.IntegrationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WebKeySettings.IntegrationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebKeySettings.IntegrationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebKeySettings.IntegrationType INTEGRATION_TYPE_UNSPECIFIED
Default type that indicates this enum hasn't been specified. This is not a valid IntegrationType, one of the other types must be specified instead.
INTEGRATION_TYPE_UNSPECIFIED = 0;public static final WebKeySettings.IntegrationType SCORE_ONLY
Only used to produce scores. It doesn't display the "I'm not a robot" checkbox and never shows captcha challenges.
SCORE_ONLY = 1;public static final WebKeySettings.IntegrationType CHECKBOX_CHALLENGE
Displays the "I'm not a robot" checkbox and may show captcha challenges after it is checked.
CHECKBOX_CHALLENGE = 2;public static final WebKeySettings.IntegrationType INVISIBLE_CHALLENGE
Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis.
INVISIBLE_CHALLENGE = 3;public static final WebKeySettings.IntegrationType UNRECOGNIZED
public static final int INTEGRATION_TYPE_UNSPECIFIED_VALUE
Default type that indicates this enum hasn't been specified. This is not a valid IntegrationType, one of the other types must be specified instead.
INTEGRATION_TYPE_UNSPECIFIED = 0;public static final int SCORE_ONLY_VALUE
Only used to produce scores. It doesn't display the "I'm not a robot" checkbox and never shows captcha challenges.
SCORE_ONLY = 1;public static final int CHECKBOX_CHALLENGE_VALUE
Displays the "I'm not a robot" checkbox and may show captcha challenges after it is checked.
CHECKBOX_CHALLENGE = 2;public static final int INVISIBLE_CHALLENGE_VALUE
Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis.
INVISIBLE_CHALLENGE = 3;public static WebKeySettings.IntegrationType[] values()
for (WebKeySettings.IntegrationType c : WebKeySettings.IntegrationType.values()) System.out.println(c);
public static WebKeySettings.IntegrationType 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 WebKeySettings.IntegrationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static WebKeySettings.IntegrationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<WebKeySettings.IntegrationType> 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 WebKeySettings.IntegrationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.