Skip to content

Commit 23ee6b3

Browse files
fix(recaptchaenterprise): update the API
#### recaptchaenterprise:v1 The following keys were changed: - schemas.GoogleCloudRecaptchaenterpriseV1Event.properties.wafTokenAssessment.description - schemas.GoogleCloudRecaptchaenterpriseV1Key.properties.wafSettings.description - schemas.GoogleCloudRecaptchaenterpriseV1WafSettings.properties.wafFeature.description - schemas.GoogleCloudRecaptchaenterpriseV1WafSettings.properties.wafService.description
1 parent 7d1d1dc commit 23ee6b3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

discovery/recaptchaenterprise-v1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@
786786
}
787787
}
788788
},
789-
"revision": "20250928",
789+
"revision": "20251006",
790790
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
791791
"schemas": {
792792
"GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
@@ -1262,7 +1262,7 @@
12621262
"type": "string"
12631263
},
12641264
"wafTokenAssessment": {
1265-
"description": "Optional. Flag for running WAF token assessment. If enabled, the token must be specified, and have been created by a WAF-enabled key.",
1265+
"description": "Optional. Flag for running Web Application Firewall (WAF) token assessment. If enabled, the token must be specified, and have been created by a WAF-enabled key.",
12661266
"type": "boolean"
12671267
}
12681268
},
@@ -1656,7 +1656,7 @@
16561656
},
16571657
"wafSettings": {
16581658
"$ref": "GoogleCloudRecaptchaenterpriseV1WafSettings",
1659-
"description": "Optional. Settings for WAF"
1659+
"description": "Optional. Settings for Web Application Firewall (WAF)."
16601660
},
16611661
"webSettings": {
16621662
"$ref": "GoogleCloudRecaptchaenterpriseV1WebKeySettings",
@@ -2499,7 +2499,7 @@
24992499
"id": "GoogleCloudRecaptchaenterpriseV1WafSettings",
25002500
"properties": {
25012501
"wafFeature": {
2502-
"description": "Required. The WAF feature for which this key is enabled.",
2502+
"description": "Required. The Web Application Firewall (WAF) feature for which this key is enabled.",
25032503
"enum": [
25042504
"WAF_FEATURE_UNSPECIFIED",
25052505
"CHALLENGE_PAGE",
@@ -2524,7 +2524,7 @@
25242524
"type": "string"
25252525
},
25262526
"wafService": {
2527-
"description": "Required. The WAF service that uses this key.",
2527+
"description": "Required. The Web Application Firewall (WAF) service that uses this key.",
25282528
"enum": [
25292529
"WAF_SERVICE_UNSPECIFIED",
25302530
"CA",

src/apis/recaptchaenterprise/v1.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export namespace recaptchaenterprise_v1 {
420420
*/
421421
userIpAddress?: string | null;
422422
/**
423-
* Optional. Flag for running WAF token assessment. If enabled, the token must be specified, and have been created by a WAF-enabled key.
423+
* Optional. Flag for running Web Application Firewall (WAF) token assessment. If enabled, the token must be specified, and have been created by a WAF-enabled key.
424424
*/
425425
wafTokenAssessment?: boolean | null;
426426
}
@@ -696,7 +696,7 @@ export namespace recaptchaenterprise_v1 {
696696
*/
697697
testingOptions?: Schema$GoogleCloudRecaptchaenterpriseV1TestingOptions;
698698
/**
699-
* Optional. Settings for WAF
699+
* Optional. Settings for Web Application Firewall (WAF).
700700
*/
701701
wafSettings?: Schema$GoogleCloudRecaptchaenterpriseV1WafSettings;
702702
/**
@@ -1262,11 +1262,11 @@ export namespace recaptchaenterprise_v1 {
12621262
*/
12631263
export interface Schema$GoogleCloudRecaptchaenterpriseV1WafSettings {
12641264
/**
1265-
* Required. The WAF feature for which this key is enabled.
1265+
* Required. The Web Application Firewall (WAF) feature for which this key is enabled.
12661266
*/
12671267
wafFeature?: string | null;
12681268
/**
1269-
* Required. The WAF service that uses this key.
1269+
* Required. The Web Application Firewall (WAF) service that uses this key.
12701270
*/
12711271
wafService?: string | null;
12721272
}

0 commit comments

Comments
 (0)