Types of bots.
Ensure that applications can handle values not explicitly listed.
Protobuf type google.cloud.recaptchaenterprise.v1.Bot.BotType
CloneableInstantiable
| Constants |
| public Google Software program that interacts with a site and performs tasks autonomously. Generated from protobuf enum AI_AGENT = 1; |
| public Google Default unspecified type. Generated from protobuf enum BOT_TYPE_UNSPECIFIED = 0; |
| public Google Software that extracts specific data from sites for use. Generated from protobuf enum CONTENT_SCRAPER = 2; |
| public Google 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; |
| Methods |
| public static name( $value) |
| public static value( $name) |
| Properties |
| private static $valueToName = ['BOT_TYPE_UNSPECIFIED', 'AI_AGENT', 'CONTENT_SCRAPER', 'SEARCH_INDEXER'] |
| Properties |
| private static $valueToName = ['BOT_TYPE_UNSPECIFIED', 'AI_AGENT', 'CONTENT_SCRAPER', 'SEARCH_INDEXER'] |
| Methods |
| public static name( $value) |
| public static value( $name) |