Skip to content

Commit 476c673

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.RecaptchaEnterprise.v1 version 1.72.0.3931
1 parent 60cd057 commit 476c673

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

DiscoveryJson/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/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,8 +2274,8 @@ public class GoogleCloudRecaptchaenterpriseV1Event : Google.Apis.Requests.IDirec
22742274
public virtual string UserIpAddress { get; set; }
22752275

22762276
/// <summary>
2277-
/// Optional. Flag for running WAF token assessment. If enabled, the token must be specified, and have been
2278-
/// created by a WAF-enabled key.
2277+
/// Optional. Flag for running Web Application Firewall (WAF) token assessment. If enabled, the token must be
2278+
/// specified, and have been created by a WAF-enabled key.
22792279
/// </summary>
22802280
[Newtonsoft.Json.JsonPropertyAttribute("wafTokenAssessment")]
22812281
public virtual System.Nullable<bool> WafTokenAssessment { get; set; }
@@ -2722,7 +2722,7 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset
27222722
[Newtonsoft.Json.JsonPropertyAttribute("testingOptions")]
27232723
public virtual GoogleCloudRecaptchaenterpriseV1TestingOptions TestingOptions { get; set; }
27242724

2725-
/// <summary>Optional. Settings for WAF</summary>
2725+
/// <summary>Optional. Settings for Web Application Firewall (WAF).</summary>
27262726
[Newtonsoft.Json.JsonPropertyAttribute("wafSettings")]
27272727
public virtual GoogleCloudRecaptchaenterpriseV1WafSettings WafSettings { get; set; }
27282728

@@ -3686,11 +3686,11 @@ public virtual System.DateTimeOffset? CreateAccountTimeDateTimeOffset
36863686
/// <summary>Settings specific to keys that can be used for WAF (Web Application Firewall).</summary>
36873687
public class GoogleCloudRecaptchaenterpriseV1WafSettings : Google.Apis.Requests.IDirectResponseSchema
36883688
{
3689-
/// <summary>Required. The WAF feature for which this key is enabled.</summary>
3689+
/// <summary>Required. The Web Application Firewall (WAF) feature for which this key is enabled.</summary>
36903690
[Newtonsoft.Json.JsonPropertyAttribute("wafFeature")]
36913691
public virtual string WafFeature { get; set; }
36923692

3693-
/// <summary>Required. The WAF service that uses this key.</summary>
3693+
/// <summary>Required. The Web Application Firewall (WAF) service that uses this key.</summary>
36943694
[Newtonsoft.Json.JsonPropertyAttribute("wafService")]
36953695
public virtual string WafService { get; set; }
36963696

Src/Generated/Google.Apis.RecaptchaEnterprise.v1/Google.Apis.RecaptchaEnterprise.v1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.RecaptchaEnterprise.v1 Client Library</Title>
6-
<Version>1.71.0.3923</Version>
6+
<Version>1.72.0.3931</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -60,8 +60,8 @@
6060
<!-- common dependencies -->
6161
<ItemGroup>
6262
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
63-
<PackageReference Include="Google.Apis" Version="1.71.0" />
64-
<PackageReference Include="Google.Apis.Auth" Version="1.71.0" />
63+
<PackageReference Include="Google.Apis" Version="1.72.0" />
64+
<PackageReference Include="Google.Apis.Auth" Version="1.72.0" />
6565
</ItemGroup>
6666

6767
</Project>

0 commit comments

Comments
 (0)