File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed
generated/google-apis-recaptchaenterprise_v1
lib/google/apis/recaptchaenterprise_v1 Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments