google-cloud-recaptcha_enterprise-v1 1.4.0 → 1.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0ccb21b6ed79f08d58e6e4d8976be96b300b04c22148eae2b70ac84e7b8ff3a
|
4
|
+
data.tar.gz: 91cbd6260b8ff2fcdd5e12ed79b8113e0e0352655108a4d62d8f09cbd8c56e28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89a066fe322e92627bc72cf00c8b4b42fdb6f829c7667e195ec26dab0518989f60c3775ed81e75e301dd29aaa2802881811a6a15fe929ac07c9d876934cf8e5f
|
7
|
+
data.tar.gz: 57226005a5915be3fd619373ecc5f9188f8e7f938168782798b0dcb7db702d73e04249295b386b6b764884a91af0750cd5dee8062cb1ce12530e4e46f8bc7b13
|
@@ -744,7 +744,8 @@ module Google
|
|
744
744
|
# The set of possible reasons is subject to change.
|
745
745
|
# @!attribute [r] challenge
|
746
746
|
# @return [::Google::Cloud::RecaptchaEnterprise::V1::RiskAnalysis::Challenge]
|
747
|
-
# Output only. Challenge information for SCORE_AND_CHALLENGE
|
747
|
+
# Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE
|
748
|
+
# keys
|
748
749
|
class RiskAnalysis
|
749
750
|
include ::Google::Protobuf::MessageExts
|
750
751
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -778,7 +779,7 @@ module Google
|
|
778
779
|
SUSPECTED_CHARGEBACK = 7
|
779
780
|
end
|
780
781
|
|
781
|
-
# Challenge information for SCORE_AND_CHALLENGE keys
|
782
|
+
# Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
|
782
783
|
module Challenge
|
783
784
|
# Default unspecified type.
|
784
785
|
CHALLENGE_UNSPECIFIED = 0
|
@@ -1828,7 +1829,7 @@ module Google
|
|
1828
1829
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1829
1830
|
end
|
1830
1831
|
|
1831
|
-
# The
|
1832
|
+
# The RemoveIpOverride request message.
|
1832
1833
|
# @!attribute [rw] name
|
1833
1834
|
# @return [::String]
|
1834
1835
|
# Required. The name of the key from which the IP override is removed, in the
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-recaptcha_enterprise-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.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-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|