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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7aa395e7ef03a6c569e8890f45246e0fec41663c79472a427704654250f60709
4
- data.tar.gz: 6f5d527eed0591c0594ce317a6da57f160985d1fb842483252a90e95ec95a53b
3
+ metadata.gz: 5b0521f14cedd50ff125865e3a5875c34920857a6c21e212ef3dc9d2120715d7
4
+ data.tar.gz: 73ad2dbe9a990b959ddfc57c023f8010af59ac203a062528b5e7029ffb5a127e
5
5
  SHA512:
6
- metadata.gz: 4889f45410ecc713c588c50e74c4d0d5aa678c712616eee741ef52bfa34d57b9f5711fe0162cf5c523e74bf1a4dec552dc1d0b710e03cc0c3e9bf1211d1449e5
7
- data.tar.gz: 112d14d7cd5523c234f9858ac2ca363bee8f35cd2cc16b90584977e7db00b164298dcef1b865995143902a4c3a88d3ab720a8514be4af893288024697261de1c
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 is created,
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 is assigned to the Event. This field can
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>]
@@ -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 is created,
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 is assigned to the Event. This field can
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>]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
23
  module V1beta1
24
- VERSION = "0.15.0"
24
+ VERSION = "0.15.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 is created,
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 is assigned to the Event. This field can
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.0
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-08-30 00:00:00.000000000 Z
11
+ date: 2024-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common