Enum Bot.BotType (3.79.0)

public enum Bot.BotType extends Enum<Bot.BotType> implements ProtocolMessageEnum

Types of bots. Ensure that applications can handle values not explicitly listed.

Protobuf enum google.cloud.recaptchaenterprise.v1.Bot.BotType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AI_AGENT

Software program that interacts with a site and performs tasks autonomously.

AI_AGENT = 1;

AI_AGENT_VALUE

Software program that interacts with a site and performs tasks autonomously.

AI_AGENT = 1;

BOT_TYPE_UNSPECIFIED

Default unspecified type.

BOT_TYPE_UNSPECIFIED = 0;

BOT_TYPE_UNSPECIFIED_VALUE

Default unspecified type.

BOT_TYPE_UNSPECIFIED = 0;

CONTENT_SCRAPER

Software that extracts specific data from sites for use.

CONTENT_SCRAPER = 2;

CONTENT_SCRAPER_VALUE

Software that extracts specific data from sites for use.

CONTENT_SCRAPER = 2;

SEARCH_INDEXER

Software that crawls sites and stores content for the purpose of efficient retrieval, likely as part of a search engine.

SEARCH_INDEXER = 3;

SEARCH_INDEXER_VALUE

Software that crawls sites and stores content for the purpose of efficient retrieval, likely as part of a search engine.

SEARCH_INDEXER = 3;

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