google-cloud-recaptcha_enterprise-v1beta1 0.15.1 → 0.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/client.rb +3 -3
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/rest/client.rb +3 -3
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb +12 -12
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86a69bde87f938522a777a4f75305c393d09d0856e263ce68b2b831a3db58c71
|
|
4
|
+
data.tar.gz: 82f1b4108585e32297e09b596339202924e73e31606ceda24c3e27462e436735
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cddbc6b91ee1c86c164b36c7d2a1f4bebd5cdd6ac3d826a18270f2ae7b526e49f62672ac9dda5d66046be77541ca76c6af46e0ca8292bfc5a47b8e254a7721d
|
|
7
|
+
data.tar.gz: '094399d297580c64a7f738047ccf7aa444d29adbc5402c8b7c375896e5789f2edfce10483e62030c6b31cc1df2f317ef5338ed1836a0c163f5901d828d01af88'
|
|
@@ -186,7 +186,7 @@ module Google
|
|
|
186
186
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
187
187
|
#
|
|
188
188
|
# @param parent [::String]
|
|
189
|
-
# Required. The name of the project in which the assessment
|
|
189
|
+
# Required. The name of the project in which the assessment is created,
|
|
190
190
|
# in the format `projects/{project_number}`.
|
|
191
191
|
# @param assessment [::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment, ::Hash]
|
|
192
192
|
# Required. The assessment details.
|
|
@@ -279,8 +279,8 @@ module Google
|
|
|
279
279
|
# Required. The resource name of the Assessment, in the format
|
|
280
280
|
# `projects/{project_number}/assessments/{assessment_id}`.
|
|
281
281
|
# @param annotation [::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation]
|
|
282
|
-
# Optional. The annotation that
|
|
283
|
-
#
|
|
282
|
+
# Optional. The annotation that is assigned to the Event. This field can be
|
|
283
|
+
# left empty to provide reasons that apply to an event without concluding
|
|
284
284
|
# whether the event is legitimate or fraudulent.
|
|
285
285
|
# @param reasons [::Array<::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Reason>]
|
|
286
286
|
# Optional. Reasons for the annotation that are assigned to the event.
|
data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/rest/client.rb
CHANGED
|
@@ -179,7 +179,7 @@ module Google
|
|
|
179
179
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
180
180
|
#
|
|
181
181
|
# @param parent [::String]
|
|
182
|
-
# Required. The name of the project in which the assessment
|
|
182
|
+
# Required. The name of the project in which the assessment is created,
|
|
183
183
|
# in the format `projects/{project_number}`.
|
|
184
184
|
# @param assessment [::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment, ::Hash]
|
|
185
185
|
# Required. The assessment details.
|
|
@@ -265,8 +265,8 @@ module Google
|
|
|
265
265
|
# Required. The resource name of the Assessment, in the format
|
|
266
266
|
# `projects/{project_number}/assessments/{assessment_id}`.
|
|
267
267
|
# @param annotation [::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation]
|
|
268
|
-
# Optional. The annotation that
|
|
269
|
-
#
|
|
268
|
+
# Optional. The annotation that is assigned to the Event. This field can be
|
|
269
|
+
# left empty to provide reasons that apply to an event without concluding
|
|
270
270
|
# whether the event is legitimate or fraudulent.
|
|
271
271
|
# @param reasons [::Array<::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Reason>]
|
|
272
272
|
# Optional. Reasons for the annotation that are assigned to the event.
|
|
@@ -24,7 +24,7 @@ module Google
|
|
|
24
24
|
# The create assessment request message.
|
|
25
25
|
# @!attribute [rw] parent
|
|
26
26
|
# @return [::String]
|
|
27
|
-
# Required. The name of the project in which the assessment
|
|
27
|
+
# Required. The name of the project in which the assessment is created,
|
|
28
28
|
# in the format `projects/{project_number}`.
|
|
29
29
|
# @!attribute [rw] assessment
|
|
30
30
|
# @return [::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment]
|
|
@@ -162,8 +162,8 @@ module Google
|
|
|
162
162
|
# `projects/{project_number}/assessments/{assessment_id}`.
|
|
163
163
|
# @!attribute [rw] annotation
|
|
164
164
|
# @return [::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation]
|
|
165
|
-
# Optional. The annotation that
|
|
166
|
-
#
|
|
165
|
+
# Optional. The annotation that is assigned to the Event. This field can be
|
|
166
|
+
# left empty to provide reasons that apply to an event without concluding
|
|
167
167
|
# whether the event is legitimate or fraudulent.
|
|
168
168
|
# @!attribute [rw] reasons
|
|
169
169
|
# @return [::Array<::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Reason>]
|
|
@@ -364,12 +364,12 @@ module Google
|
|
|
364
364
|
|
|
365
365
|
# @!attribute [rw] token
|
|
366
366
|
# @return [::String]
|
|
367
|
-
# Optional. The user response token provided by the reCAPTCHA
|
|
368
|
-
#
|
|
367
|
+
# Optional. The user response token provided by the reCAPTCHA client-side
|
|
368
|
+
# integration on your site.
|
|
369
369
|
# @!attribute [rw] site_key
|
|
370
370
|
# @return [::String]
|
|
371
|
-
# Optional. The site key that was used to invoke reCAPTCHA
|
|
372
|
-
#
|
|
371
|
+
# Optional. The site key that was used to invoke reCAPTCHA on your site and
|
|
372
|
+
# generate the token.
|
|
373
373
|
# @!attribute [rw] user_agent
|
|
374
374
|
# @return [::String]
|
|
375
375
|
# Optional. The user agent present in the request from the user's device
|
|
@@ -382,7 +382,7 @@ module Google
|
|
|
382
382
|
# @return [::String]
|
|
383
383
|
# Optional. The expected action for this type of event. This should be the
|
|
384
384
|
# same action provided at token generation time on client-side platforms
|
|
385
|
-
# already integrated with
|
|
385
|
+
# already integrated with reCAPTCHA.
|
|
386
386
|
# @!attribute [rw] hashed_account_id
|
|
387
387
|
# @return [::String]
|
|
388
388
|
# Optional. Unique stable hashed user identifier for the request. The
|
|
@@ -390,7 +390,7 @@ module Google
|
|
|
390
390
|
# @!attribute [rw] transaction_data
|
|
391
391
|
# @return [::Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData]
|
|
392
392
|
# Optional. Data describing a payment transaction to be assessed. Sending
|
|
393
|
-
# this data enables reCAPTCHA
|
|
393
|
+
# this data enables reCAPTCHA Fraud Prevention and the
|
|
394
394
|
# FraudPreventionAssessment component in the response.
|
|
395
395
|
# @!attribute [rw] fraud_prevention
|
|
396
396
|
# @return [::Google::Cloud::RecaptchaEnterprise::V1beta1::Event::FraudPrevention]
|
|
@@ -418,7 +418,7 @@ module Google
|
|
|
418
418
|
end
|
|
419
419
|
end
|
|
420
420
|
|
|
421
|
-
# Transaction data associated with a payment protected by reCAPTCHA
|
|
421
|
+
# Transaction data associated with a payment protected by reCAPTCHA.
|
|
422
422
|
# @!attribute [rw] transaction_id
|
|
423
423
|
# @return [::String]
|
|
424
424
|
# Unique identifier for the transaction. This custom identifier can be used
|
|
@@ -558,11 +558,11 @@ module Google
|
|
|
558
558
|
# @!attribute [rw] avs_response_code
|
|
559
559
|
# @return [::String]
|
|
560
560
|
# AVS response code from the gateway
|
|
561
|
-
# (available only when reCAPTCHA
|
|
561
|
+
# (available only when reCAPTCHA is called after authorization).
|
|
562
562
|
# @!attribute [rw] cvv_response_code
|
|
563
563
|
# @return [::String]
|
|
564
564
|
# CVV response code from the gateway
|
|
565
|
-
# (available only when reCAPTCHA
|
|
565
|
+
# (available only when reCAPTCHA is called after authorization).
|
|
566
566
|
class GatewayInfo
|
|
567
567
|
include ::Google::Protobuf::MessageExts
|
|
568
568
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-recaptcha_enterprise-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
- !ruby/object:Gem::Version
|
|
98
98
|
version: '0'
|
|
99
99
|
requirements: []
|
|
100
|
-
rubygems_version: 3.5.
|
|
100
|
+
rubygems_version: 3.5.21
|
|
101
101
|
signing_key:
|
|
102
102
|
specification_version: 4
|
|
103
103
|
summary: Help protect your website from fraudulent activity, spam, and abuse without
|