Enum WebKeySettings.IntegrationType

public enum WebKeySettings.IntegrationType extends Enum<WebKeySettings.IntegrationType> implements ProtocolMessageEnum

Enum that represents the integration types for web keys.

Protobuf enum google.cloud.recaptchaenterprise.v1beta1.WebKeySettings.IntegrationType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CHECKBOX_CHALLENGE

Displays the "I'm not a robot" checkbox and may show captcha challenges after it is checked.

CHECKBOX_CHALLENGE = 2;

CHECKBOX_CHALLENGE_VALUE

Displays the "I'm not a robot" checkbox and may show captcha challenges after it is checked.

CHECKBOX_CHALLENGE = 2;

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;

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;

INVISIBLE_CHALLENGE

Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis.

INVISIBLE_CHALLENGE = 3;

INVISIBLE_CHALLENGE_VALUE

Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis.

INVISIBLE_CHALLENGE = 3;

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;

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;

UNRECOGNIZED

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