Google Cloud Recaptcha Enterprise V1 Client - Class BotType (2.3.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class BotType.

Types of bots.

Ensure that applications can handle values not explicitly listed.

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

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ Bot

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BOT_TYPE_UNSPECIFIED

Value: 0

Default unspecified type.

Generated from protobuf enum BOT_TYPE_UNSPECIFIED = 0;

AI_AGENT

Value: 1

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

Generated from protobuf enum AI_AGENT = 1;

CONTENT_SCRAPER

Value: 2

Software that extracts specific data from sites for use.

Generated from protobuf enum CONTENT_SCRAPER = 2;

SEARCH_INDEXER

Value: 3

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

Generated from protobuf enum SEARCH_INDEXER = 3;