google-cloud-recaptcha_enterprise-v1beta1 0.16.0 → 0.17.0
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/README.md +1 -1
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/client.rb +7 -0
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/rest/client.rb +7 -0
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb +4 -6
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03b200f2dcc66c5fdadba309aca10266951107bf277c73f994c909de3d6c5c88
|
4
|
+
data.tar.gz: 59c86dfed4cacdc11875564668913f95eb61773c0a94bce61826db23c295f549
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cae5fd141a8c3cb34381ece9da5acb6231e21e7afdf13faee56aa16f030fa2466165636a91e46ace5fc790a398d4b48fd417351ee3b88e7c773d9761ba20ef44
|
7
|
+
data.tar.gz: 370a77235c63571d7363be999e6242153e778c72aaab7068fd7423db095275bfb6713172a6f4afcdae79841671d3e6e0ceb59048cc3a721ea48f70716ccce1b8
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -421,6 +421,13 @@ module Google
|
|
421
421
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
422
422
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
423
423
|
# * (`nil`) indicating no credentials
|
424
|
+
#
|
425
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
426
|
+
# external source for authentication to Google Cloud, you must validate it before
|
427
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
428
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
429
|
+
# For more information, refer to [Validate credential configurations from external
|
430
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
424
431
|
# @return [::Object]
|
425
432
|
# @!attribute [rw] scope
|
426
433
|
# The OAuth scopes
|
data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/rest/client.rb
CHANGED
@@ -398,6 +398,13 @@ module Google
|
|
398
398
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
399
399
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
400
400
|
# * (`nil`) indicating no credentials
|
401
|
+
#
|
402
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
403
|
+
# external source for authentication to Google Cloud, you must validate it before
|
404
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
405
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
406
|
+
# For more information, refer to [Validate credential configurations from external
|
407
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
401
408
|
# @return [::Object]
|
402
409
|
# @!attribute [rw] scope
|
403
410
|
# The OAuth scopes
|
@@ -401,10 +401,8 @@ module Google
|
|
401
401
|
|
402
402
|
# Setting that controls Fraud Prevention assessments.
|
403
403
|
module FraudPrevention
|
404
|
-
# Default, unspecified setting.
|
405
|
-
# `
|
406
|
-
# Otherwise, `fraud_prevention_assessment` is returned if
|
407
|
-
# `transaction_data` is present in the `Event` and Fraud Prevention is
|
404
|
+
# Default, unspecified setting. `fraud_prevention_assessment` is returned
|
405
|
+
# if `transaction_data` is present in `Event` and Fraud Prevention is
|
408
406
|
# enabled in the Google Cloud console.
|
409
407
|
FRAUD_PREVENTION_UNSPECIFIED = 0
|
410
408
|
|
@@ -412,8 +410,8 @@ module Google
|
|
412
410
|
# enabled in the Google Cloud console.
|
413
411
|
ENABLED = 1
|
414
412
|
|
415
|
-
# Disable Fraud Prevention for this assessment, regardless of
|
416
|
-
#
|
413
|
+
# Disable Fraud Prevention for this assessment, regardless of Google Cloud
|
414
|
+
# console settings.
|
417
415
|
DISABLED = 2
|
418
416
|
end
|
419
417
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-recaptcha_enterprise-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -82,7 +81,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
82
81
|
licenses:
|
83
82
|
- Apache-2.0
|
84
83
|
metadata: {}
|
85
|
-
post_install_message:
|
86
84
|
rdoc_options: []
|
87
85
|
require_paths:
|
88
86
|
- lib
|
@@ -90,15 +88,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
88
|
requirements:
|
91
89
|
- - ">="
|
92
90
|
- !ruby/object:Gem::Version
|
93
|
-
version: '
|
91
|
+
version: '3.0'
|
94
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
95
93
|
requirements:
|
96
94
|
- - ">="
|
97
95
|
- !ruby/object:Gem::Version
|
98
96
|
version: '0'
|
99
97
|
requirements: []
|
100
|
-
rubygems_version: 3.
|
101
|
-
signing_key:
|
98
|
+
rubygems_version: 3.6.2
|
102
99
|
specification_version: 4
|
103
100
|
summary: Help protect your website from fraudulent activity, spam, and abuse without
|
104
101
|
creating friction.
|