Skip to content

Commit 8242468

Browse files
feat: Automated regeneration of recaptchaenterprise v1 client (googleapis#20435)
Auto-created at 2024-10-20 09:55:18 +0000 using the toys pull request generator.
1 parent a88e921 commit 8242468

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280203,6 +280203,7 @@
280203280203
"/recaptchaenterprise:v1/GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse": google_cloud_recaptchaenterprise_v1_retrieve_legacy_secret_key_response
280204280204
"/recaptchaenterprise:v1/GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse/legacySecretKey": legacy_secret_key
280205280205
"/recaptchaenterprise:v1/GoogleCloudRecaptchaenterpriseV1RiskAnalysis": google_cloud_recaptchaenterprise_v1_risk_analysis
280206+
"/recaptchaenterprise:v1/GoogleCloudRecaptchaenterpriseV1RiskAnalysis/challenge": challenge
280206280207
"/recaptchaenterprise:v1/GoogleCloudRecaptchaenterpriseV1RiskAnalysis/extendedVerdictReasons": extended_verdict_reasons
280207280208
"/recaptchaenterprise:v1/GoogleCloudRecaptchaenterpriseV1RiskAnalysis/extendedVerdictReasons/extended_verdict_reason": extended_verdict_reason
280208280209
"/recaptchaenterprise:v1/GoogleCloudRecaptchaenterpriseV1RiskAnalysis/reasons": reasons

generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-recaptchaenterprise_v1
22

3+
### v0.57.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241013
6+
37
### v0.56.0 (2024-09-15)
48

59
* Regenerated from discovery document revision 20240906

generated/google-apis-recaptchaenterprise_v1/lib/google/apis/recaptchaenterprise_v1/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,6 +1552,11 @@ def update!(**args)
15521552
class GoogleCloudRecaptchaenterpriseV1RiskAnalysis
15531553
include Google::Apis::Core::Hashable
15541554

1555+
# Output only. Challenge information for SCORE_AND_CHALLENGE keys
1556+
# Corresponds to the JSON property `challenge`
1557+
# @return [String]
1558+
attr_accessor :challenge
1559+
15551560
# Output only. Extended verdict reasons to be used for experimentation only. The
15561561
# set of possible reasons is subject to change.
15571562
# Corresponds to the JSON property `extendedVerdictReasons`
@@ -1575,6 +1580,7 @@ def initialize(**args)
15751580

15761581
# Update properties of this object
15771582
def update!(**args)
1583+
@challenge = args[:challenge] if args.key?(:challenge)
15781584
@extended_verdict_reasons = args[:extended_verdict_reasons] if args.key?(:extended_verdict_reasons)
15791585
@reasons = args[:reasons] if args.key?(:reasons)
15801586
@score = args[:score] if args.key?(:score)

generated/google-apis-recaptchaenterprise_v1/lib/google/apis/recaptchaenterprise_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RecaptchaenterpriseV1
1818
# Version of the google-apis-recaptchaenterprise_v1 gem
19-
GEM_VERSION = "0.56.0"
19+
GEM_VERSION = "0.57.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240906"
25+
REVISION = "20241013"
2626
end
2727
end
2828
end

generated/google-apis-recaptchaenterprise_v1/lib/google/apis/recaptchaenterprise_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
903903
class GoogleCloudRecaptchaenterpriseV1RiskAnalysis
904904
# @private
905905
class Representation < Google::Apis::Core::JsonRepresentation
906+
property :challenge, as: 'challenge'
906907
collection :extended_verdict_reasons, as: 'extendedVerdictReasons'
907908
collection :reasons, as: 'reasons'
908909
property :score, as: 'score'

0 commit comments

Comments
 (0)