File tree Expand file tree Collapse file tree 5 files changed +16
-3
lines changed
generated/google-apis-recaptchaenterprise_v1
lib/google/apis/recaptchaenterprise_v1 Expand file tree Collapse file tree 5 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-recaptchaenterprise_v1
22
3+ ### v0.12.0 (2022-01-11)
4+
5+ * Regenerated from discovery document revision 20220107
6+
37### v0.11.0 (2021-12-14)
48
59* Regenerated from discovery document revision 20211211
Original file line number Diff line number Diff line change @@ -221,6 +221,13 @@ class GoogleCloudRecaptchaenterpriseV1Event
221221 # @return [String]
222222 attr_accessor :expected_action
223223
224+ # Optional. Optional unique stable hashed user identifier for the request. The
225+ # identifier should ideally be hashed using sha256 with stable secret.
226+ # Corresponds to the JSON property `hashedAccountId`
227+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
228+ # @return [String]
229+ attr_accessor :hashed_account_id
230+
224231 # Optional. The site key that was used to invoke reCAPTCHA on your site and
225232 # generate the token.
226233 # Corresponds to the JSON property `siteKey`
@@ -252,6 +259,7 @@ def initialize(**args)
252259 # Update properties of this object
253260 def update! ( **args )
254261 @expected_action = args [ :expected_action ] if args . key? ( :expected_action )
262+ @hashed_account_id = args [ :hashed_account_id ] if args . key? ( :hashed_account_id )
255263 @site_key = args [ :site_key ] if args . key? ( :site_key )
256264 @token = args [ :token ] if args . key? ( :token )
257265 @user_agent = args [ :user_agent ] if args . key? ( :user_agent )
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.11 .0"
19+ GEM_VERSION = "0.12 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.4.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20211211 "
25+ REVISION = "20220107 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ class GoogleCloudRecaptchaenterpriseV1Event
238238 # @private
239239 class Representation < Google ::Apis ::Core ::JsonRepresentation
240240 property :expected_action , as : 'expectedAction'
241+ property :hashed_account_id , :base64 => true , as : 'hashedAccountId'
241242 property :site_key , as : 'siteKey'
242243 property :token , as : 'token'
243244 property :user_agent , as : 'userAgent'
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/google-api-ruby-client.git",
7- "sha": "b65dbeacaa3063638c0dc9f6fc7ba81e647d7600 "
7+ "sha": "164d1b7e0ff8f0c71aa07a505a426e4783ef2855 "
88 }
99 }
1010 ]
You can’t perform that action at this time.
0 commit comments