Skip to content

Commit ebfeb8f

Browse files
feat(recaptchaenterprise): update the api
#### recaptchaenterprise:v1 The following keys were added: - schemas.GoogleCloudRecaptchaenterpriseV1Metrics.properties.name (Total Keys: 2)
1 parent 550fe83 commit ebfeb8f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/recaptchaenterprise_v1.projects.keys.html

+1
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ <h3>Method Details</h3>
277277
&quot;passedCount&quot;: &quot;A String&quot;, # Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.
278278
},
279279
],
280+
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the metrics, in the format &quot;projects/{project}/keys/{key}/metrics&quot;.
280281
&quot;scoreMetrics&quot;: [ # Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
281282
{ # Metrics related to scoring.
282283
&quot;actionMetrics&quot;: { # Action-based metrics. The map key is the action name which specified by the site owners at time of the &quot;execute&quot; client-side call. Populated only for SCORE keys.

googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
}
376376
}
377377
},
378-
"revision": "20210723",
378+
"revision": "20210731",
379379
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
380380
"schemas": {
381381
"GoogleCloudRecaptchaenterpriseV1AndroidKeySettings": {
@@ -615,6 +615,11 @@
615615
},
616616
"type": "array"
617617
},
618+
"name": {
619+
"description": "Output only. The name of the metrics, in the format \"projects/{project}/keys/{key}/metrics\".",
620+
"readOnly": true,
621+
"type": "string"
622+
},
618623
"scoreMetrics": {
619624
"description": "Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.",
620625
"items": {

0 commit comments

Comments
 (0)