Skip to content

Commit 638fbc0

Browse files
feat: Automated regeneration of RecaptchaEnterprise client (googleapis#12454)
Auto-created at 2024-10-31 13:17:31 +0000 using the toys pull request generator.
1 parent 07975d2 commit 638fbc0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/recaptcha_enterprise/lib/google_api/recaptcha_enterprise/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.RecaptchaEnterprise.V1 do
2020
API client metadata for GoogleApi.RecaptchaEnterprise.V1.
2121
"""
2222

23-
@discovery_revision "20241013"
23+
@discovery_revision "20241027"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/recaptcha_enterprise/lib/google_api/recaptcha_enterprise/v1/model/google_cloud_recaptchaenterprise_v1_remove_ip_override_request.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest do
1919
@moduledoc """
20-
The removeIpOverride request message.
20+
The RemoveIpOverride request message.
2121
2222
## Attributes
2323

clients/recaptcha_enterprise/lib/google_api/recaptcha_enterprise/v1/model/google_cloud_recaptchaenterprise_v1_risk_analysis.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV
2121
2222
## Attributes
2323
24-
* `challenge` (*type:* `String.t`, *default:* `nil`) - Output only. Challenge information for SCORE_AND_CHALLENGE keys
24+
* `challenge` (*type:* `String.t`, *default:* `nil`) - Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
2525
* `extendedVerdictReasons` (*type:* `list(String.t)`, *default:* `nil`) - Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
2626
* `reasons` (*type:* `list(String.t)`, *default:* `nil`) - Output only. Reasons contributing to the risk analysis verdict.
2727
* `score` (*type:* `number()`, *default:* `nil`) - 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).

clients/recaptcha_enterprise/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.RecaptchaEnterprise.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.14.0"
21+
@version "0.14.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)