Bot information and metadata.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.Bot
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getBotType() Optional. Enumerated field representing the type of bot. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.Bot.BotType bot_type = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public getName() Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-case. Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OPTIONAL];
|
| public setBotType( $var) Optional. Enumerated field representing the type of bot. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.Bot.BotType bot_type = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public setName( $var) Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-case. Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OPTIONAL];
|
| Properties |
| protected $bot_type = 0 Optional. Enumerated field representing the type of bot. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.Bot.BotType bot_type = 2 [(.google.api.field_behavior) = OPTIONAL]; |
| protected $name = '' Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-case. Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OPTIONAL]; |
| Methods |