google-cloud-recaptcha_enterprise-v1beta1 0.15.0 → 0.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/client.rb +2 -2
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/rest/client.rb +2 -2
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b0521f14cedd50ff125865e3a5875c34920857a6c21e212ef3dc9d2120715d7
|
4
|
+
data.tar.gz: 73ad2dbe9a990b959ddfc57c023f8010af59ac203a062528b5e7029ffb5a127e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '03609cedde33815710a9e93f9dde7df67a9ceca28ee9423679c040708fbc7830d8a3d98812d9e6df44893ae0a50ffbb473dd68ef327b4cddd897202ae6563c33'
|
7
|
+
data.tar.gz: 186efa2e339ce013e5a45b14dd70026116b7c8e0d187262aebb71d4a57239ae4935047b54fd52daef47bdb036cdb0ef694abb61a5143cbae1ef3f19498f406c1
|
@@ -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 will be 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,7 +279,7 @@ 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
|
282
|
+
# Optional. The annotation that will be assigned to the Event. This field can
|
283
283
|
# be 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>]
|
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 will be 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,7 +265,7 @@ 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
|
268
|
+
# Optional. The annotation that will be assigned to the Event. This field can
|
269
269
|
# be 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>]
|
@@ -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 will be created,
|
28
28
|
# in the format `projects/{project_number}`.
|
29
29
|
# @!attribute [rw] assessment
|
30
30
|
# @return [::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment]
|
@@ -162,7 +162,7 @@ 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
|
165
|
+
# Optional. The annotation that will be assigned to the Event. This field can
|
166
166
|
# be 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
|
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.1
|
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-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|