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 \ BotMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BOT_TYPE_UNSPECIFIED
Value: 0Default unspecified type.
Generated from protobuf enum BOT_TYPE_UNSPECIFIED = 0;
AI_AGENT
Value: 1Software program that interacts with a site and performs tasks autonomously.
Generated from protobuf enum AI_AGENT = 1;
CONTENT_SCRAPER
Value: 2Software that extracts specific data from sites for use.
Generated from protobuf enum CONTENT_SCRAPER = 2;
SEARCH_INDEXER
Value: 3Software 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;