public enum WebKeySettings.IntegrationType extends Enum<WebKeySettings.IntegrationType> implements ProtocolMessageEnumEnum that represents the integration types for web keys.
Protobuf enum google.cloud.recaptchaenterprise.v1.WebKeySettings.IntegrationType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| CHECKBOX | Displays the "I'm not a robot" checkbox and may show captcha challenges after it is checked. |
| CHECKBOX_VALUE | 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. This is not a valid IntegrationType, one of the other types must be specified instead. |
| 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. |
| INVISIBLE | Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis. |
| INVISIBLE_VALUE | Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis. |
| SCORE | Only used to produce scores. It doesn't display the "I'm not a robot" checkbox and never shows captcha challenges. |
| SCORE_VALUE | Only used to produce scores. It doesn't display the "I'm not a robot" checkbox and never shows captcha challenges. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |