Skip to content

Commit 1fe0820

Browse files
feat(recaptchaenterprise): update the api
#### recaptchaenterprise:v1 The following keys were added: - schemas.GoogleCloudRecaptchaenterpriseV1Bot (Total Keys: 4) - schemas.GoogleCloudRecaptchaenterpriseV1RiskAnalysis.properties.verifiedBots (Total Keys: 3)
1 parent b9b3279 commit 1fe0820

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

docs/dyn/recaptchaenterprise_v1.projects.assessments.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ <h3>Method Details</h3>
332332
&quot;A String&quot;,
333333
],
334334
&quot;score&quot;: 3.14, # Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).
335+
&quot;verifiedBots&quot;: [ # Output only. Bots with identities that have been verified by reCAPTCHA and detected in the event.
336+
{ # Bot information and metadata.
337+
&quot;botType&quot;: &quot;A String&quot;, # Optional. Enumerated field representing the type of bot.
338+
&quot;name&quot;: &quot;A String&quot;, # Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-case.
339+
},
340+
],
335341
},
336342
&quot;tokenProperties&quot;: { # Properties of the provided event token. # Output only. Properties of the provided event token.
337343
&quot;action&quot;: &quot;A String&quot;, # Output only. Action name provided at token generation.
@@ -550,6 +556,12 @@ <h3>Method Details</h3>
550556
&quot;A String&quot;,
551557
],
552558
&quot;score&quot;: 3.14, # Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).
559+
&quot;verifiedBots&quot;: [ # Output only. Bots with identities that have been verified by reCAPTCHA and detected in the event.
560+
{ # Bot information and metadata.
561+
&quot;botType&quot;: &quot;A String&quot;, # Optional. Enumerated field representing the type of bot.
562+
&quot;name&quot;: &quot;A String&quot;, # Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-case.
563+
},
564+
],
553565
},
554566
&quot;tokenProperties&quot;: { # Properties of the provided event token. # Output only. Properties of the provided event token.
555567
&quot;action&quot;: &quot;A String&quot;, # Output only. Action name provided at token generation.

googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@
786786
}
787787
}
788788
},
789-
"revision": "20250209",
789+
"revision": "20250427",
790790
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
791791
"schemas": {
792792
"GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
@@ -1098,6 +1098,33 @@ true
10981098
},
10991099
"type": "object"
11001100
},
1101+
"GoogleCloudRecaptchaenterpriseV1Bot": {
1102+
"description": "Bot information and metadata.",
1103+
"id": "GoogleCloudRecaptchaenterpriseV1Bot",
1104+
"properties": {
1105+
"botType": {
1106+
"description": "Optional. Enumerated field representing the type of bot.",
1107+
"enum": [
1108+
"BOT_TYPE_UNSPECIFIED",
1109+
"AI_AGENT",
1110+
"CONTENT_SCRAPER",
1111+
"SEARCH_INDEXER"
1112+
],
1113+
"enumDescriptions": [
1114+
"Default unspecified type.",
1115+
"Software program that interacts with a site and performs tasks autonomously.",
1116+
"Software that extracts specific data from sites for use.",
1117+
"Software that crawls sites and stores content for the purpose of efficient retrieval, likely as part of a search engine."
1118+
],
1119+
"type": "string"
1120+
},
1121+
"name": {
1122+
"description": "Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-case.",
1123+
"type": "string"
1124+
}
1125+
},
1126+
"type": "object"
1127+
},
11011128
"GoogleCloudRecaptchaenterpriseV1ChallengeMetrics": {
11021129
"description": "Metrics related to challenges.",
11031130
"id": "GoogleCloudRecaptchaenterpriseV1ChallengeMetrics",
@@ -1916,6 +1943,14 @@ true
19161943
"format": "float",
19171944
"readOnly": true,
19181945
"type": "number"
1946+
},
1947+
"verifiedBots": {
1948+
"description": "Output only. Bots with identities that have been verified by reCAPTCHA and detected in the event.",
1949+
"items": {
1950+
"$ref": "GoogleCloudRecaptchaenterpriseV1Bot"
1951+
},
1952+
"readOnly": true,
1953+
"type": "array"
19191954
}
19201955
},
19211956
"type": "object"

0 commit comments

Comments
 (0)