google-apis-recaptchaenterprise_v1 0.31.0 → 0.32.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d68fa234f00af2055d88ee0f46cb0fdb78151c003b0ddeb6eb746ea22ad4093d
|
4
|
+
data.tar.gz: 23c8e6d2c81297ed1b862584c5abc31e097c24ab804673a51fb0a985d5ea80f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fec5ce3a6209e256f781f27dfa6a44d31c00469fe7d32d3a5fb0ef8d904998c5a5c89222ca2b7c7cabbb4c8ec118cd7612db62478b961292de9d07492202ba0
|
7
|
+
data.tar.gz: 12e746ccce52ba38778268149ea3b73819683edc49629ad151ed2ab5cd7ac700c3a489a4d135bce964a1a00ee379b65c9dbc680a326545e4296f59dd022cc123
|
data/CHANGELOG.md
CHANGED
@@ -1145,6 +1145,12 @@ module Google
|
|
1145
1145
|
class GoogleCloudRecaptchaenterpriseV1RiskAnalysis
|
1146
1146
|
include Google::Apis::Core::Hashable
|
1147
1147
|
|
1148
|
+
# Extended verdict reasons to be used for experimentation only. The set of
|
1149
|
+
# possible reasons is subject to change.
|
1150
|
+
# Corresponds to the JSON property `extendedVerdictReasons`
|
1151
|
+
# @return [Array<String>]
|
1152
|
+
attr_accessor :extended_verdict_reasons
|
1153
|
+
|
1148
1154
|
# Reasons contributing to the risk analysis verdict.
|
1149
1155
|
# Corresponds to the JSON property `reasons`
|
1150
1156
|
# @return [Array<String>]
|
@@ -1162,6 +1168,7 @@ module Google
|
|
1162
1168
|
|
1163
1169
|
# Update properties of this object
|
1164
1170
|
def update!(**args)
|
1171
|
+
@extended_verdict_reasons = args[:extended_verdict_reasons] if args.key?(:extended_verdict_reasons)
|
1165
1172
|
@reasons = args[:reasons] if args.key?(:reasons)
|
1166
1173
|
@score = args[:score] if args.key?(:score)
|
1167
1174
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RecaptchaenterpriseV1
|
18
18
|
# Version of the google-apis-recaptchaenterprise_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230402"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -652,6 +652,7 @@ module Google
|
|
652
652
|
class GoogleCloudRecaptchaenterpriseV1RiskAnalysis
|
653
653
|
# @private
|
654
654
|
class Representation < Google::Apis::Core::JsonRepresentation
|
655
|
+
collection :extended_verdict_reasons, as: 'extendedVerdictReasons'
|
655
656
|
collection :reasons, as: 'reasons'
|
656
657
|
property :score, as: 'score'
|
657
658
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-recaptchaenterprise_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.32.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|